zephyr/tests/drivers/dma/scatter_gather
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
..
boards tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK 2024-09-20 15:23:58 -05:00
src tests: drivers: dma: scatter_gather: Make transfer size configurable 2024-05-30 16:45:30 -05:00
CMakeLists.txt
Kconfig tests: drivers: dma: scatter_gather: Make transfer size configurable 2024-05-30 16:45:30 -05:00
prj.conf tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
testcase.yaml tests: drivers: dma: Enabled DMA Tests for MIMXRT1010_EVK 2024-09-20 15:23:58 -05:00