mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-websocket-client: Add recipe for websocket client
This sample application provides an example of 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
61cc9c3a98
commit
f9fcc08ec4
5
recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb
Normal file
5
recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
include zephyr-sample.inc
|
||||
|
||||
ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/websocket_client"
|
||||
|
||||
ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls"
|
||||
Reference in New Issue
Block a user