From cd7fdd7d587d5a667af8f15b978fa317ca09880e Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Tue, 8 Oct 2019 10:20:54 +0300 Subject: [PATCH] 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 --- samples/net/wpanusb/sample.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/net/wpanusb/sample.yaml b/samples/net/wpanusb/sample.yaml index a71bb6f7e6c..3cee27a828b 100644 --- a/samples/net/wpanusb/sample.yaml +++ b/samples/net/wpanusb/sample.yaml @@ -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