Skip to content
Snippets Groups Projects
Commit 0c0f37c1 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

zephyr-openthread-rcp: use OpenThread version 1.2


We're now using OT version 1.2 so set that option in the zephyr build.

Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@huawei.com>
parent e6f58414
No related branches found
No related tags found
1 merge request!18OpenThread updates for kirkstone port of the gateway blueprint
......@@ -2,7 +2,7 @@ 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""
EXTRA_OECMAKE += "-DCONF_FILE="prj.conf overlay-rcp.conf overlay-usb-nrf-br.conf" -DDTC_OVERLAY_FILE="usb.overlay" -DCONFIG_OPENTHREAD_THREAD_VERSION_1_2=y"
# The overlay config and OpenThread itself imposes some specific requirements
# towards the boards (e.g. flash layout and ieee802154 radio) so we need to
......
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