diff options
| author | hathach <[email protected]> | 2026-02-10 11:25:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-02-10 11:25:46 +0700 |
| commit | e7c71fefa7576e971c6bb05c1a5bab6075bd044f (patch) | |
| tree | 7bf3443577ace1ee355231fd6cc707833465f57a /docs | |
| parent | 320d0f88bf7f3c8fb9e2e8c86e55051a0d0980aa (diff) | |
update getting_started.rst and get_deps.py for clarity and improved dependency handling
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst index b7a962d50..8442305d4 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -37,7 +37,7 @@ Get the Code 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>`_ + * **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 --------------------- |
