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>
This commit is contained in:
Kumar Gala 2021-03-16 10:04:04 -05:00 committed by Kumar Gala
parent f0a4b5beb2
commit f4c5bdf008

View file

@ -1,3 +1,8 @@
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: tests:
drivers.uart.uart_async_api: drivers.uart.uart_async_api:
tags: drivers tags: drivers