Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
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"
|
|
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
|
|
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
|
|
drivers.uart.async_api.lpuart:
|
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_UART_MCUX_LPUART
|
|
harness: ztest
|
|
depends_on: dma
|