Skip to content

Commit 992b901

Browse files
gmarullnashif
authored andcommitted
readme: add more details on board usage
Inform about the possibility of using Zephyr sample boards. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent a5e84e0 commit 992b901

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ The application can be built by running:
4343
west build -b $BOARD -s app
4444
```
4545

46-
where `$BOARD` is the target board. A sample debug configuration is also
47-
provided. You can apply it by running:
46+
where `$BOARD` is the target board. The `custom_plank` board found in this
47+
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:
4851

4952
```shell
5053
west build -b $BOARD -s app -- -DOVERLAY_CONFIG=debug.conf

0 commit comments

Comments
 (0)