diff options
| -rw-r--r-- | docs/getting_started.rst | 2 | ||||
| -rw-r--r-- | hw/bsp/stm32h7/boards/stm32h743_weact/README.md | 7 |
2 files changed, 2 insertions, 7 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 --------------------- diff --git a/hw/bsp/stm32h7/boards/stm32h743_weact/README.md b/hw/bsp/stm32h7/boards/stm32h743_weact/README.md deleted file mode 100644 index 2bf463fef..000000000 --- a/hw/bsp/stm32h7/boards/stm32h743_weact/README.md +++ /dev/null @@ -1,7 +0,0 @@ -## How to quick setup - -1. python tools/get_deps.py -b stm32h743_weact -2. cd examples/device/cdc_msc -3. brew install --cask gcc-arm-embedded -3. cmake -DBOARD=stm32h743_weact -B build -DCMAKE_BUILD_TYPE=Debug -4. cmake --build build --parallel
\ No newline at end of file |
