We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e84e0 commit 992b901Copy full SHA for 992b901
README.md
@@ -43,8 +43,11 @@ The application can be built by running:
43
west build -b $BOARD -s app
44
```
45
46
-where `$BOARD` is the target board. A sample debug configuration is also
47
-provided. You can apply it by running:
+where `$BOARD` is the target board. The `custom_plank` board found in this
+repository can be used. Note that Zephyr sample boards may be used if an
48
+appropriate overlay is provided (see `app/boards`).
49
+
50
+A sample debug configuration is also provided. You can apply it by running:
51
52
```shell
53
west build -b $BOARD -s app -- -DOVERLAY_CONFIG=debug.conf
0 commit comments