zephyr/samples/subsys/usb/console/sample.yaml
Andrei Emeltchenko 44a3cca2e2 usb: Remove default Vendor and Product ID
Vendor ID and Product ID should be assigned on build time by
respective process.

For sanity check we assign some random values which are only used for
build tests and should not be used for real products.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2017-10-19 09:30:58 -04:00

13 lines
261 B
YAML

sample:
description: TBD
name: TBD
tests:
- test:
extra_configs:
- CONFIG_USB_DEVICE_VID=0xDEAD
- CONFIG_USB_DEVICE_PID=0xBEEF
build_only: true
depends_on: usb_device
platform_whitelist: arduino_101
tags: usb