zephyr/tests/drivers/uart/uart_basic_api/testcase.yaml
Anke Xiao bdaeab3537 tests: drivers: uart: uart_basic_api: add configuration for frdm_ke17z512
Add uart configuration for UART driver, add frdm_ke17z512_uart.overlay
and update testcase.yml to support UART testing.
There are LPUART and UART IPs in frdm_ke17z512 platforms, so add
additional shell tests as UART, the shell instructions can be entered
on the UART console window.

Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
2024-08-02 03:31:38 -04:00

60 lines
1.4 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
harness: keyboard
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
drivers.uart.basic_api.shell_ke17z9_uart:
tags:
- drivers
- uart
filter: CONFIG_UART_CONSOLE
harness: keyboard
platform_allow: frdm_ke17z512
extra_args:
- CONF_FILE=prj_shell.conf
- DTC_OVERLAY_FILE="boards/frdm_ke17z512_uart.overlay"