first commit
This commit is contained in:
@@ -66,11 +66,12 @@ Run these commands from the workspace root:
|
|||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
$board = "stm32f4_disco"
|
$board = "stm32f4_disco"
|
||||||
|
$project = "kconfig_hello"
|
||||||
|
|
||||||
west build -p always `
|
west build -p always `
|
||||||
-s apps\kconfig_hello `
|
-s apps\$project `
|
||||||
-d build\kconfig_hello `
|
-d build\$project `
|
||||||
-b $board
|
-b $board
|
||||||
|
|
||||||
west flash -d build\kconfig_hello
|
west flash -d build\$project
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user