Convert vendor specific **_WIFI_BUILD_ONLY_MODE symbol as global in order to provide common build flag to enable CI with no blobs. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
21 lines
524 B
YAML
21 lines
524 B
YAML
sample:
|
|
description: BSD Sockets API TCP echo server sample using non-blocking sockets
|
|
name: socket_echo_async
|
|
common:
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
|
harness: net
|
|
platform_allow: qemu_x86
|
|
tags:
|
|
- net
|
|
- socket
|
|
tests:
|
|
sample.net.sockets.echo_async:
|
|
extra_configs:
|
|
- CONFIG_POSIX_API=y
|
|
sample.net.sockets.echo_async.wifi.nrf70dk:
|
|
extra_args:
|
|
- SNIPPET=wifi-ipv4
|
|
- CONFIG_BUILD_ONLY_NO_BLOBS=y
|
|
platform_allow:
|
|
- nrf7002dk/nrf5340/cpuapp
|