diff options
| author | Zixun LI <[email protected]> | 2026-03-31 12:32:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-31 12:32:59 +0200 |
| commit | eae25b531dff32636aecb21ca4a8a3ac8e391fc3 (patch) | |
| tree | 07222fe542fdcff8c7ab65b15ff45740763afb71 /docs | |
| parent | 5b3468ed7dd7185c32e5ebafab71ec2696b2f0fb (diff) | |
| parent | ec2d1d7cff21a1654cf9f2ebee16536fe75b5835 (diff) | |
Merge pull request #3578 from ValentiWorkLearning/vkorniienko/improve/added-weact-h743-kit-support
[feature] Added weact h743 board support
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting_started.rst | 2 |
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 --------------------- |
