zephyr-coap-server: Add recipe for CoAP server

This sample application provides an example coap-server 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>
This commit is contained in:
Amit Kucheria
2021-06-21 10:11:11 +05:30
committed by Naveen Saini
parent c904d23d71
commit f92b08d05e

View File

@@ -0,0 +1,5 @@
include zephyr-sample.inc
ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/coap_server"
ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls"