summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-02-11 23:58:41 +0700
committerhathach <[email protected]>2026-02-11 23:58:41 +0700
commit30802a19c99ac8983d893782b380ced6747e6373 (patch)
tree2d81ef25959360067c18a3e050547080e6557104 /docs
parent8a8cea57806f729a49644217d5ee4ebb1ba7a1bb (diff)
parent2883403ed010c54c33a38c28358a4dd0c67d67c0 (diff)
Merge remote-tracking branch 'origin/master' into msc_stall
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 0c3fcec80..8442305d4 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -34,7 +34,10 @@ Get the Code
$ python tools/get_deps.py -b stm32h743eval # or python tools/get_deps.py stm32h7
.. note::
- For rp2040 `pico-sdk <https://github.com/raspberrypi/pico-sdk>`_ or `esp-idf <https://github.com/espressif/esp-idf>`_ for Espressif targets are required; install them per vendor instructions.
+ Some MCU families require additional SDKs, please follow their instructions to install and set it up
+
+ * **rp2040**: Requires `pico-sdk <https://github.com/raspberrypi/pico-sdk>`_
+ * **Espressif (esp32)**: Requires `esp-idf <https://github.com/espressif/esp-idf>`_. Only a few examples support the ESP-IDF build system. Look for ones with `src/CMakeLists.txt` that contain `idf_component_register()`, such as `cdc_msc_freertos`.
Simple Device Example
---------------------