diff options
author | 2021-06-21 10:11:12 +0530 | |
---|---|---|
committer | 2021-06-23 11:03:47 +0800 | |
commit | c1622d9548a3ea37984fa1a3a762dd00623f86ce (patch) | |
tree | f40d58d30f287226cac2329fc610510d0b0e2303 /recipes-kernel | |
parent | f92b08d05eb28af2935d578819a12ccf43cb8996 (diff) | |
download | meta-zephyr-c1622d9548a3ea37984fa1a3a762dd00623f86ce.tar.gz meta-zephyr-c1622d9548a3ea37984fa1a3a762dd00623f86ce.tar.bz2 meta-zephyr-c1622d9548a3ea37984fa1a3a762dd00623f86ce.zip |
zephyr-coap-client: Add recipe for CoAP client
This sample application provides an example coap-client using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <amit.kucheria.ext@huawei.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/zephyr-kernel/zephyr-coap-client.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/zephyr-kernel/zephyr-coap-client.bb b/recipes-kernel/zephyr-kernel/zephyr-coap-client.bb new file mode 100644 index 0000000..4140c0f --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-coap-client.bb @@ -0,0 +1,5 @@ +include zephyr-sample.inc + +ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/coap_client" + +ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls" |