enable next usb device stack samples (cdc_acm, mass and shell) on rt685 and mimxrt1060_evk Signed-off-by: Mark Wang <yichang.wang@nxp.com>
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
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
|