blob: 85dc6b7af27641e81a70bb1c39fe4aa6cbb6df10 [file] [log] [blame]
sample:
name: CDC ACM USB
tests:
sample.usb.cdc-acm:
depends_on: usb_device
tags: usb
arch_exclude: posix
harness: console
harness_config:
type: one_line
regex:
- "Wait for DTR"
sample.usb_device_next.cdc-acm:
depends_on: usb_device
tags: usb
extra_args: CONF_FILE="usbd_next_prj.conf"
platform_allow:
- nrf52840dk/nrf52840
- frdm_k64f
- 96b_carbon/stm32f401xe
harness: console
harness_config:
type: one_line
regex:
- "Wait for DTR"
sample.usb.cdc-acm.comp:
depends_on: usb_device
tags: usb
arch_exclude: posix
extra_args:
- OVERLAY_CONFIG=overlay-composite-cdc-msc.conf
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
harness: console
harness_config:
type: one_line
regex:
- "Wait for DTR"
sample.usb.cdc-acm.buildonly:
depends_on: usb_device
tags: usb
arch_allow: posix
build_only: true
integration_platforms:
- native_sim