The nRF52840 DK board target, so far known as nrf52840_pca10056, is renamed to nrf52840dk_nrf52840. Its documentation and all references to its name in the tree are updated accordingly. Overlay and configuration files specific to this board are also renamed, to match the new board name. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
common:
|
|
harness: net
|
|
tags: net socket
|
|
depends_on: netif
|
|
min_flash: 140
|
|
sample:
|
|
description: Test network sockets using a client/server
|
|
sample
|
|
name: Socket Echo Client
|
|
tests:
|
|
sample.net.sockets.echo_client:
|
|
platform_whitelist: qemu_x86 frdm_k64f sam_e70_xplained
|
|
qemu_cortex_m3 frdm_kw41z
|
|
sample.net.sockets.echo_client.802154:
|
|
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
|
|
platform_whitelist: qemu_x86
|
|
sample.net.sockets.echo_client.bt:
|
|
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
|
|
platform_whitelist: qemu_x86
|
|
tags: bluetooth
|
|
sample.net.sockets.echo_client.mcr20a:
|
|
extra_args: SHIELD=frdm_cr20a OVERLAY_CONFIG=overlay-802154.conf
|
|
platform_whitelist: frdm_k64f
|
|
sample.net.sockets.echo_client.nrf_802154:
|
|
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
|
|
platform_whitelist: nrf52840dk_nrf52840
|
|
sample.net.sockets.echo_client.nrf_openthread:
|
|
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
|
|
slow: true
|
|
tags: net openthread
|
|
platform_whitelist: nrf52840dk_nrf52840
|
|
sample.net.sockets.echo_client.kw41z_openthread:
|
|
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
|
|
slow: true
|
|
tags: net openthread
|
|
platform_whitelist: frdm_kw41z
|