readme: add more details on board usage

Inform about the possibility of using Zephyr sample boards.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-05-06 12:23:28 +02:00 committed by Anas Nashif
parent a5e84e0b98
commit 992b90172b

View file

@ -43,8 +43,11 @@ The application can be built by running:
west build -b $BOARD -s app
```
where `$BOARD` is the target board. A sample debug configuration is also
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
appropriate overlay is provided (see `app/boards`).
A sample debug configuration is also provided. You can apply it by running:
```shell
west build -b $BOARD -s app -- -DOVERLAY_CONFIG=debug.conf