Skip to content

Commit

Permalink
samples: wpanusb: Allow to build for general boards also
Browse files Browse the repository at this point in the history
This enables build for boards with usb and ieee802154 like reel_board,
etc.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
  • Loading branch information
finikorg authored and nashif committed Dec 21, 2019
1 parent c873848 commit cd7fdd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/net/wpanusb/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd7fdd7

Please sign in to comment.