summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentyn Korniienko <[email protected]>2026-03-31 12:39:16 +0300
committerValentyn Korniienko <[email protected]>2026-03-31 12:39:16 +0300
commitec2d1d7cff21a1654cf9f2ebee16536fe75b5835 (patch)
tree570ce3230219f89caec2ab68738f4d98500c8544 /docs
parentf1b4f682b915ac3af485ece83138038ab33786fd (diff)
Removed readme and modified the getting started doc
Diffstat (limited to 'docs')
-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
---------------------