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>
12 lines
254 B
YAML
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
|