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>
13 lines
261 B
YAML
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
|