blob: c5d616377ce9f4205df8ad3ca1b57b8562a46994 [file]
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: usbd
tags: usb
extra_args: CONF_FILE="usbd_next_prj.conf"
platform_allow:
- nrf52840dk/nrf52840
- nrf54h20dk/nrf54h20/cpuapp
- frdm_k64f
- 96b_carbon/stm32f401xe
- mimxrt685_evk/mimxrt685s/cm33
- mimxrt1060_evk
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