mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 03:51:56 +00:00
Converts all net samples that enable the mcr20a 802.15.4 driver to use the frdm_cr20a shield instead of hardcoding configs for the frdm_k64f base board. This makes it possible to build mcr20a samples for other base boards with compatible arduino headers. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
41 lines
1.4 KiB
YAML
41 lines
1.4 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: nrf52840_pca10056
|
|
sample.net.sockets.echo_client.nrf_openthread:
|
|
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
|
|
slow: true
|
|
tags: net openthread
|
|
platform_whitelist: nrf52840_pca10056
|
|
sample.net.sockets.echo_client.kw41z_openthread:
|
|
extra_args: OVERLAY_CONFIG="overlay-ot.conf"
|
|
slow: true
|
|
tags: net openthread
|
|
platform_whitelist: frdm_kw41z
|
|
sample.net.sockets.echo_client.enc28j60:
|
|
extra_args: OVERLAY_CONFIG="overlay-enc28j60.conf"
|
|
tags: net enc28j60
|
|
platform_whitelist: arduino_101
|