summaryrefslogtreecommitdiff
path: root/docs/getting_started.rst
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-06-18 15:31:03 +0700
committerhathach <[email protected]>2026-06-18 15:31:03 +0700
commit953abfb3931c67b834838c7fe0b31834cb0d42d6 (patch)
tree6d238832fb486839d7c24d7810ef5c37f56a3966 /docs/getting_started.rst
parentaca8c7a97c4fc93e8883cffdd0a7a22d552cbdc5 (diff)
parent941d63e39a529593ee86caf7ea85e04839680d59 (diff)
Merge remote-tracking branch 'origin/master' into add-ch58x-usbfs
Diffstat (limited to 'docs/getting_started.rst')
-rw-r--r--docs/getting_started.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 8442305d4..7fcc2f5d1 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -38,6 +38,8 @@ Get the Code
* **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`.
+.. note::
+ For MacOS native build with arm-none-eabi-gcc toolchain it's better to install it via brew install --cask gcc-arm-embedded
Simple Device Example
---------------------