zephyr/samples/net/sockets/echo_async_select/sample.yaml
Paul Sokolovsky df95a423b2 samples: echo_async_select: Add select()-based async echo sample
A copy of poll()-based echo_async, converted to use select().

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-01-24 17:14:43 +02:00

10 lines
205 B
YAML

sample:
description: BSD Sockets API TCP echo server sample
using non-blocking sockets
name: socket_echo_async
tests:
test:
harness: net
platform_whitelist: qemu_x86
tags: net socket