From ea36f9bdfc3172e407f09e3e030ecd554e531333 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 16 Mar 2021 10:08:23 -0500 Subject: [PATCH] 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 --- tests/drivers/spi/spi_loopback/testcase.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/drivers/spi/spi_loopback/testcase.yaml b/tests/drivers/spi/spi_loopback/testcase.yaml index a8bbe26ed46..ca2ea30f32a 100644 --- a/tests/drivers/spi/spi_loopback/testcase.yaml +++ b/tests/drivers/spi/spi_loopback/testcase.yaml @@ -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