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:
parent
f0a4b5beb2
commit
f4c5bdf008
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue