tests: spi_loopback: exclude atmel sam0 boards

The spi loopback tests enables SPI ASYNC which for the SAM0 SPI driver
requires DMA support is configured.  None of the current SAM0 based
boards configure DMA for SPI and thus we exclude these boards as the
test will not compile for these boards.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-03-16 10:08:23 -05:00 committed by Kumar Gala
parent f4c5bdf008
commit ea36f9bdfc

View file

@ -1,6 +1,8 @@
common:
depends_on: spi
tags: drivers spi
platform_exclude: seeeduino_xiao serpente arduino_nano_33_iot atsamr21_xpro
atsamd21_xpro arduino_zero adafruit_trinket_m0
tests:
drivers.spi.loopback:
harness: ztest