Skip to content
Snippets Groups Projects
Commit 423fd741 authored by Stefan Schmidt's avatar Stefan Schmidt Committed by Naveen Saini
Browse files

zephyr-openthread-rcp: add recipe for OpenThread radio co-processor sample


This builds the sample for the radio co-processor firmware with a specific
set of overlays to work over USB transport.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
Signed-off-by: default avatarNaveen Saini <naveen.kumar.saini@intel.com>
parent 005557e6
No related branches found
No related tags found
No related merge requests found
include zephyr-sample.inc
ZEPHYR_SRC_DIR = "${S}/samples/net/openthread/coprocessor"
EXTRA_OECMAKE += "-DCONF_FILE="prj.conf overlay-rcp.conf overlay-usb-nrf-br.conf" -DDTC_OVERLAY_FILE="usb.overlay""
# The overlay config and OpenThread itself imposes some specific requirements
# towards the boards (e.g. flash layout and ieee802154 radio) so we need to
# limit to known working machines here.
COMPATIBLE_MACHINE = "(arduino-nano-33-ble)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment