Add support for testing the `dma_emul` driver which simply uses software emulation (i.e. asynchronous memcpy in a workqueue) for performing DMA operations. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
11 lines
212 B
YAML
11 lines
212 B
YAML
tests:
|
|
drivers.dma.loop_transfer:
|
|
depends_on: dma
|
|
tags:
|
|
- drivers
|
|
- dma
|
|
integration_platforms:
|
|
- native_posix
|
|
- native_posix_64
|
|
filter: dt_nodelabel_enabled("test_dma0")
|