mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-05-02 03:32:10 +02:00
Use the convert-overrides.py to convert to new syntax and fixed some additional changes manually. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
14 lines
486 B
BlitzBasic
14 lines
486 B
BlitzBasic
include zephyr-sample.inc
|
|
|
|
ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/echo_client"
|
|
|
|
ZEPHYR_MODULES:append = "\;${S}/modules/lib/mbedtls"
|
|
ZEPHYR_MODULES:append = "\;${S}/modules/lib/openthread"
|
|
|
|
EXTRA_OECMAKE += "-DOVERLAY_CONFIG=overlay-ot.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)"
|