zephyr-echo-client: Add recipe for echo 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:
Amit Kucheria
2021-06-07 11:30:41 +05:30
committed by Naveen Saini
parent 20e58fedfe
commit df7b83f4e9

View File

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