mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
samples: net: wpan(usb|serial): filter based on zephyr,ieee802154
Rely on zephyr,ieee802154 choice being enabled for the samples. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufí
parent
f0dab27dd8
commit
ec05fa81ff
@@ -7,7 +7,7 @@ common:
|
||||
tags: usb ieee802154
|
||||
tests:
|
||||
sample.net.wpan.serial:
|
||||
depends_on: ieee802154
|
||||
filter: dt_chosen_enabled("zephyr,ieee802154")
|
||||
sample.net.wpan_serial.frdm_cr20a:
|
||||
extra_args: SHIELD=frdm_cr20a
|
||||
platform_allow: frdm_k64f
|
||||
|
||||
@@ -7,7 +7,7 @@ common:
|
||||
harness: net
|
||||
tests:
|
||||
sample.net.wpanusb:
|
||||
depends_on: ieee802154
|
||||
filter: dt_chosen_enabled("zephyr,ieee802154")
|
||||
sample.net.wpanusb_frdm_cr20a:
|
||||
extra_args: SHIELD=frdm_cr20a
|
||||
platform_allow: frdm_k64f
|
||||
|
||||
Reference in New Issue
Block a user