zephyr/tests/drivers/uart/uart_basic_api/testcase.yaml
Jeroen van Dooren c3a1730c99 tests: drivers: uart: Adding wide data cfg tests
Extending configuration tests with wide data support.

Signed-off-by: Jeroen van Dooren <jeroen.van.dooren@nobleo.nl>
2023-08-30 10:17:17 +02:00

49 lines
1.1 KiB
YAML

tests:
drivers.uart.basic_api:
tags:
- drivers
- uart
filter: CONFIG_UART_CONSOLE
harness: keyboard
integration_platforms:
- mps2_an385
drivers.uart.basic_api.wide:
extra_configs:
- CONFIG_UART_WIDE_DATA=y
tags: drivers uart
filter: CONFIG_UART_CONSOLE
arch_allow: arm
platform_allow: nucleo_h743zi
integration_platforms:
- nucleo_h743zi
extra_args: DTC_OVERLAY_FILE="boards/nucleo_h743zi.overlay"
drivers.uart.basic_api.poll:
extra_args: CONF_FILE=prj_poll.conf
tags:
- drivers
- uart
filter: CONFIG_UART_CONSOLE
harness: keyboard
integration_platforms:
- mps2_an385
drivers.uart.basic_api.shell:
extra_args: CONF_FILE=prj_shell.conf
min_flash: 64
tags:
- drivers
- uart
filter: CONFIG_UART_CONSOLE
harness: keyboard
integration_platforms:
- mps2_an385
drivers.uart.basic_api.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