samples: wpanusb: Allow to build for general boards also
This enables build for boards with usb and ieee802154 like reel_board, etc. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
c87384875c
commit
cd7fdd7d58
1 changed files with 4 additions and 1 deletions
|
@ -2,9 +2,12 @@ sample:
|
|||
description: Test wpanusb sample
|
||||
name: wpanusb
|
||||
common:
|
||||
harness: net
|
||||
depends_on: usb_device
|
||||
tags: net ieee802154 usb
|
||||
harness: net
|
||||
tests:
|
||||
sample.net.wpanusb:
|
||||
depends_on: ieee802154
|
||||
sample.net.wpanusb_frdm_cr20a:
|
||||
extra_args: SHIELD=frdm_cr20a
|
||||
platform_whitelist: frdm_k64f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue