Add support for CDC ACM UART. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
28 lines
656 B
YAML
28 lines
656 B
YAML
common:
|
|
integration_platforms:
|
|
- mps2_an385
|
|
|
|
tests:
|
|
drivers.uart:
|
|
tags: drivers
|
|
filter: CONFIG_UART_CONSOLE
|
|
harness: keyboard
|
|
drivers.uart.poll:
|
|
extra_args: CONF_FILE=prj_poll.conf
|
|
tags: drivers
|
|
filter: CONFIG_UART_CONSOLE
|
|
harness: keyboard
|
|
drivers.uart.shell:
|
|
extra_args: CONF_FILE=prj_shell.conf
|
|
min_flash: 64
|
|
tags: drivers
|
|
filter: CONFIG_UART_CONSOLE
|
|
harness: keyboard
|
|
drivers.uart.cdc_acm:
|
|
extra_args: OVERLAY_CONFIG="overlay-usb.conf"
|
|
DTC_OVERLAY_FILE="usb.overlay"
|
|
tags: drivers usb
|
|
filter: CONFIG_UART_CONSOLE
|
|
depends_on: usb_device
|
|
harness: keyboard
|