zephyr/samples/net/wpanusb/sample.yaml
Kumar Gala c1881b22fe samples: net: wpanusb: Fix build error due to missing USB device vid/pid
We removed the default values for:
* CONFIG_USB_DEVICE_VID
* CONFIG_USB_DEVICE_PID

So put some dummy values in the sample.yaml to get things building
again.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-10-25 11:52:50 +02:00

12 lines
254 B
YAML

sample:
description: TBD
name: TBD
tests:
- test_15_4:
build_only: true
extra_configs:
- CONFIG_USB_DEVICE_VID=0xDEAD
- CONFIG_USB_DEVICE_PID=0xBEEF
depends_on: ieee802154 usb_device
tags: net ieee802154 usb