Update README.md
This commit is contained in:
@@ -65,10 +65,12 @@ workspace/
|
|||||||
Run these commands from the workspace root:
|
Run these commands from the workspace root:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
$board = "stm32f4_disco"
|
||||||
|
|
||||||
west build -p always `
|
west build -p always `
|
||||||
-s apps\kconfig_hello `
|
-s apps\kconfig_hello `
|
||||||
-d build\kconfig_hello `
|
-d build\kconfig_hello `
|
||||||
-b stm32f4_disco
|
-b $board
|
||||||
|
|
||||||
west flash -d build\kconfig_hello
|
west flash -d build\kconfig_hello
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user