diff options
| author | Valentyn Korniienko <[email protected]> | 2026-03-31 12:39:16 +0300 |
|---|---|---|
| committer | Valentyn Korniienko <[email protected]> | 2026-03-31 12:39:16 +0300 |
| commit | ec2d1d7cff21a1654cf9f2ebee16536fe75b5835 (patch) | |
| tree | 570ce3230219f89caec2ab68738f4d98500c8544 | |
| parent | f1b4f682b915ac3af485ece83138038ab33786fd (diff) | |
Removed readme and modified the getting started doc
| -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 |
