summaryrefslogtreecommitdiff
path: root/hw
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 /hw
parentf1b4f682b915ac3af485ece83138038ab33786fd (diff)
Removed readme and modified the getting started doc
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/stm32h7/boards/stm32h743_weact/README.md7
1 files changed, 0 insertions, 7 deletions
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