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