Update README.md

This commit is contained in:
2026-08-30 18:49:39 -07:00
parent 1714b7c597
commit d6c7d24359
+3 -1
View File
@@ -65,10 +65,12 @@ workspace/
Run these commands from the workspace root:
```powershell
$board = "stm32f4_disco"
west build -p always `
-s apps\kconfig_hello `
-d build\kconfig_hello `
-b stm32f4_disco
-b $board
west flash -d build\kconfig_hello
```