Add section for build sanity check configuration with CONFIG_USB_COMPOSITE_DEVICE enabled. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
16 lines
318 B
YAML
16 lines
318 B
YAML
sample:
|
|
name: CDC ACM USB
|
|
tests:
|
|
usb.cdc-acm:
|
|
depends_on: usb_device
|
|
tags: usb
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Wait for DTR"
|
|
usb.cdc-acm_comp:
|
|
depends_on: usb_device
|
|
tags: usb
|
|
extra_args: "-DOVERLAY_CONFIG=overlay-composite-cdc-msc.conf"
|