esp-idf/components/esp_hw_support/test_apps/dma/main
morris 6d46cf739c feat(gdma): test non-cacheable DMA descriptor
To avoid different DMA descriptors reside in the same cache line,
we want the CPU to access the DMA descriptor in a non-cachable way
2023-07-25 10:59:07 +08:00
..
CMakeLists.txt gdma: migrate ut to pytest 2022-09-22 10:44:57 +08:00
idf_component.yml dma: use ccomp_timer component for testing performance metric 2023-05-04 14:09:36 +08:00
test_app_main.c gdma: migrate ut to pytest 2022-09-22 10:44:57 +08:00
test_async_memcpy.c feat(esp_gdma): add hal interface for common operations 2023-07-10 13:45:57 +08:00
test_gdma.c feat(gdma): test non-cacheable DMA descriptor 2023-07-25 10:59:07 +08:00