zephyr/tests/drivers/dma/loop_transfer
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
socs samples: esp32c3: Move config files from boards to socs 2024-08-13 18:21:10 -04:00
src tests: drivers: dma: loop transfer: Avoid fake pass 2024-05-14 09:32:21 +02:00
CMakeLists.txt tests: drivers: dma: Refactor tests to use data relocation 2023-12-14 09:27:43 +01:00
Kconfig tests: drivers: dma: Refactor tests to use data relocation 2023-12-14 09:27:43 +01:00
prj.conf
testcase.yaml tests/drivers/dma: Run on native_sim instead of native_posix 2024-03-19 13:15:48 -05:00