Skip to content
Snippets Groups Projects
Commit 700a191d authored by philippe coval's avatar philippe coval :speech_balloon:
Browse files

zephyr-openthread-rcp: Support nrf52840dk-nrf52840 machine

This Nordic reference design can be a fallback option for
Oniro's gateway-blueprint
I've been tested it myself along my single arduino-nano node

Forwarded: !22
Relate-to: eclipse/oniro-blueprints/transparent-gateway/meta-oniro-blueprints-gateway#6


Signed-off-by: default avatarPhilippe Coval <philippe.coval.ext@huawei.com>
parent 9698f942
No related branches found
No related tags found
1 merge request!22zephyr-openthread-rcp: Support nrf52840dk-nrf52840 machine
Pipeline #10813 passed with warnings
...@@ -7,7 +7,7 @@ EXTRA_OECMAKE += "-DCONF_FILE="prj.conf overlay-rcp.conf overlay-usb-nrf-br.conf ...@@ -7,7 +7,7 @@ EXTRA_OECMAKE += "-DCONF_FILE="prj.conf overlay-rcp.conf overlay-usb-nrf-br.conf
# The overlay config and OpenThread itself imposes some specific requirements # The overlay config and OpenThread itself imposes some specific requirements
# towards the boards (e.g. flash layout and ieee802154 radio) so we need to # towards the boards (e.g. flash layout and ieee802154 radio) so we need to
# limit to known working machines here. # limit to known working machines here.
COMPATIBLE_MACHINE = "(arduino-nano-33-ble)" COMPATIBLE_MACHINE = "(arduino-nano-33-ble|nrf52840dk-nrf52840)"
python __anonymous() { python __anonymous() {
has_acm0 = d.getVar("ONIRO_ENABLE_ACM0") has_acm0 = d.getVar("ONIRO_ENABLE_ACM0")
......
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