Change the sample applications that use network socket API to use the POSIX_API config because the NET_SOCKETS_POSIX_NAMES is deprecated. Convert also the zsock_ API calls to plain BSD socket API calls when applicable. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
15 lines
353 B
YAML
15 lines
353 B
YAML
sample:
|
|
description: BSD Sockets API TCP echo server sample using non-blocking sockets
|
|
name: socket_echo_async
|
|
common:
|
|
harness: net
|
|
platform_allow: qemu_x86
|
|
tags:
|
|
- net
|
|
- socket
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
|
tests:
|
|
sample.net.sockets.echo_async_select:
|
|
extra_configs:
|
|
- CONFIG_POSIX_API=y
|