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

zephyr-openthread-rcp: Support nrf52840-mdk-usb-dongle machine

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

Relate-to: eclipse/oniro-blueprints/transparent-gateway/meta-oniro-blueprints-gateway#6
Relate-to: https://gitlab.eclipse.org/pcoval/oniro-presentations/-/wikis/openthread
Forwarded: https://lists.yoctoproject.org/g/yocto/message/58209?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3ACreated%2C%2Cposterid%3A6590488%2C20%2C2%2C0%2C93972038


Signed-off-by: default avatarPhilippe Coval <philippe.coval.ext@huawei.com>
parent 700a191d
No related branches found
No related tags found
1 merge request!24zephyr-openthread-rcp: Support nrf52840-mdk-usb-dongle machine
Pipeline #11098 passed with warnings
......@@ -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
# 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|nrf52840dk-nrf52840)"
COMPATIBLE_MACHINE = "(arduino-nano-33-ble|nrf52840dk-nrf52840|nrf52840-mdk-usb-dongle)"
python __anonymous() {
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