zephyr/tests/drivers/dma/loop_transfer/testcase.yaml
Christopher Friedt 88425fe3bb tests: drivers: dma: test dma_emul driver on native_posix boards
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>
2023-12-03 19:22:31 -05:00

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")