mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 00:49:30 +02:00
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:
committed by
Naveen Saini
parent
c904d23d71
commit
f92b08d05e
5
recipes-kernel/zephyr-kernel/zephyr-coap-server.bb
Normal file
5
recipes-kernel/zephyr-kernel/zephyr-coap-server.bb
Normal 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"
|
||||
Reference in New Issue
Block a user