samples: net: echo_server: Enable atmel_rf2xx tests
Add atmel_rf2xx shield on test list. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
This commit is contained in:
parent
a9780f34a3
commit
7b4bdf3bc7
1 changed files with 18 additions and 0 deletions
|
@ -14,6 +14,24 @@ tests:
|
||||||
sample.net.sockets.echo_server.802154:
|
sample.net.sockets.echo_server.802154:
|
||||||
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
|
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
|
||||||
platform_whitelist: qemu_x86
|
platform_whitelist: qemu_x86
|
||||||
|
sample.net.sockets.echo_server.802154.rf2xx:
|
||||||
|
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
|
platform_whitelist: atsamr21_xpro
|
||||||
|
sample.net.sockets.echo_server.802154.rf2xx.xplained:
|
||||||
|
extra_args: SHIELD=atmel_rf2xx_xplained OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
|
platform_whitelist: sam4s_xplained
|
||||||
|
sample.net.sockets.echo_server.802154.rf2xx.xpro:
|
||||||
|
extra_args: SHIELD=atmel_rf2xx_xpro OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
|
platform_whitelist: sam4e_xpro sam_v71_xult
|
||||||
|
sample.net.sockets.echo_server.802154.rf2xx.legacy:
|
||||||
|
extra_args: SHIELD=atmel_rf2xx_legacy OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
|
platform_whitelist: sam4e_xpro sam_v71_xult
|
||||||
|
sample.net.sockets.echo_server.802154.rf2xx.arduino:
|
||||||
|
extra_args: SHIELD=atmel_rf2xx_arduino OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
|
platform_whitelist: sam_v71_xult frdm_k64f nucleo_f767zi
|
||||||
|
sample.net.sockets.echo_server.802154.rf2xx.mikrobus:
|
||||||
|
extra_args: SHIELD=atmel_rf2xx_mikrobus OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
|
platform_whitelist: lpcxpresso55s69_ns
|
||||||
sample.net.sockets.echo_server.bt:
|
sample.net.sockets.echo_server.bt:
|
||||||
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
|
extra_args: OVERLAY_CONFIG="overlay-bt.conf"
|
||||||
platform_whitelist: qemu_x86
|
platform_whitelist: qemu_x86
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue