commit | 8e330cfcd6cdef257e6950b946aa1d0930f2cb4f | [log] [tgz] |
---|---|---|
author | TOKITA Hiroshi <tokita.hiroshi@fujitsu.com> | Fri Apr 22 16:23:22 2022 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jul 04 16:00:56 2022 +0200 |
tree | 32b4e00155cd39f46b2fd7dba8c217cea50adf5b | |
parent | 3b4e6c76f6364c9f1c3238c5d86f3dc43d68896c [diff] |
tests: exclude arduion_mkrzero from uart_async and spi_loopback tests uart_async test and spi_loopback test require UART and SPI with an ASYNC option. The SAM0 UART/SPI driver requires configuring DMA support. Arduino MKRZero is not DMA configured like other SAM0 boards. We exclude it from the tests. ea36f9b and f4c5bdf already exclude other SAM0 boards from these tests. Arduino MKRZero also followed these PR policies. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>