From 992b90172b31c120e01d98359f6329bd8602b2a9 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 6 May 2021 12:23:28 +0200 Subject: [PATCH] readme: add more details on board usage Inform about the possibility of using Zephyr sample boards. Signed-off-by: Gerard Marull-Paretas --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 992e44a..c09e7e8 100644 --- a/README.md +++ b/README.md @@ -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