samples: net: Convert mcr20a samples to use the frdm_cr20a shield
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>
This commit is contained in:
parent
3b1dc14552
commit
4d5ee282be
8 changed files with 6 additions and 43 deletions
|
@ -6,7 +6,7 @@ common:
|
|||
tags: net ieee802154 usb
|
||||
tests:
|
||||
sample.net.wpanusb_frdm_cr20a:
|
||||
extra_args: OVERLAY_CONFIG=overlay-mcr20a.conf
|
||||
extra_args: SHIELD=frdm_cr20a
|
||||
platform_whitelist: frdm_k64f
|
||||
sample.net.wpanusb_quark_se_cc2520:
|
||||
extra_args: OVERLAY_CONFIG=overlay-cc2520.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue