blob: aa68939cc37824b2bee540552ec3083adfbdb50e [file] [log] [blame]
common:
platform_exclude:
- seeeduino_xiao
- serpente
- arduino_nano_33_iot
- atsamr21_xpro
- adafruit_itsybitsy_m4_express
- atsame54_xpro
- atsamc21n_xpro
- adafruit_trinket_m0
- arduino_nano_33_iot
- arduino_zero
- atsamd21_xpro
- adafruit_feather_m0_basic_proto
- adafruit_feather_m0_lora
- arduino_mkrzero
- atsaml21_xpro
- atsamr34_xpro
- stamp_c3
- wio_terminal
- xiao_esp32c3
- atsamd20_xpro
tags:
- drivers
- uart
tests:
drivers.uart.async_api:
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and not CONFIG_UART_MCUX_LPUART
harness: ztest
harness_config:
fixture: gpio_loopback
depends_on: gpio
drivers.uart.async_api.nrf_uart:
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
harness: ztest
platform_allow: nrf52840dk_nrf52840
harness_config:
fixture: gpio_loopback
depends_on: gpio
extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf_uart.overlay"
integration_platforms:
- nrf52840dk_nrf52840
drivers.uart.async_api.rtt:
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT
and not CONFIG_UART_MCUX_LPUART and not CONFIG_UART_MCUX_FLEXCOMM
extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay
extra_configs:
- CONFIG_USE_SEGGER_RTT=y
- CONFIG_UART_RTT=y
platform_exclude:
- xmc45_relax_kit
- xmc47_relax_kit
build_only: true
integration_platforms:
- qemu_cortex_m0
drivers.uart.async_api.lpuart:
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_UART_MCUX_LPUART
harness: ztest
depends_on: dma