esp-idf/components/esp_hw_support/test_apps/dma/main
morris 595c3fe6a2 fix(async_memcpy): destination alignment check against cache line size
On ESP32P4, becasue we need to invalidate the destination buffer,
if the buffer is not aligned to cache line, then it might break
other date structure, randomly.
2023-08-15 17:40:17 +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 fix(async_memcpy): destination alignment check against cache line size 2023-08-15 17:40:17 +08:00
test_gdma.c feat(gdma): test non-cacheable DMA descriptor 2023-07-25 10:59:07 +08:00