zephyr/tests/drivers/uart/uart_async_api/testcase.yaml
Kumar Gala f4c5bdf008 tests: uart_async_api: exclude atmel sam0 boards
The SAM0 uart driver requires dma configured for async support and
the uart async support assumes all UARTs support async.  None of the
atmel SAM0 boards are configured this way and thus the tests will
not currently build for these boards.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-16 17:01:15 -05:00

21 lines
740 B
YAML

common:
platform_exclude: seeeduino_xiao serpente arduino_nano_33_iot atsamr21_xpro
adafruit_itsybitsy_m4_express atsame54_xpro atsamd21_xpro adafruit_trinket_m0
arduino_nano_33_iot arduino_zero atsamd21_xpro adafruit_feather_m0_basic_proto
tests:
drivers.uart.uart_async_api:
tags: drivers
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
harness: ztest
harness_config:
fixture: gpio_loopback
drivers.uart.uart_async_api.rtt:
tags: drivers
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT
extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay
extra_configs:
- CONFIG_USE_SEGGER_RTT=y
- CONFIG_UART_RTT=y
build_only: true