Skip to content
Snippets Groups Projects

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

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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|nrf52840dk-nrf52840)"
COMPATIBLE_MACHINE = "(arduino-nano-33-ble|nrf52840dk-nrf52840|nrf52840-mdk-usb-dongle)"
python __anonymous() {
python __anonymous() {
has_acm0 = d.getVar("ONIRO_ENABLE_ACM0")
has_acm0 = d.getVar("ONIRO_ENABLE_ACM0")
Loading