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>
13 lines
347 B
YAML
13 lines
347 B
YAML
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
|
|
harness_config:
|
|
fixture: spi_loopback
|
|
driver.spi.loopback.internal:
|
|
filter: CONFIG_SPI_LOOPBACK_MODE_LOOP
|