zephyr/tests/drivers/dma
Emilio Benavente 63308c5f13 tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK
The Buffer data was being stored in cacheable memory for
the MIMXRT1010_EVK, the caching is not handle in these
test and cause mimxrt1010 to fail, this commit moves the
memory region to DTCM and in some cases lowers the size
of the DATA Buffer since it won't fit in DTCM for MIMXRT1010_EVK

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
2024-09-20 15:23:58 -05:00
..
chan_blen_transfer tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK 2024-09-20 15:23:58 -05:00
chan_link_transfer tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK 2024-09-20 15:23:58 -05:00
loop_transfer tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK 2024-09-20 15:23:58 -05:00
scatter_gather tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK 2024-09-20 15:23:58 -05:00