esp-idf/components/esp_hw_support/test_apps/dma/main
morris 57879e772d feat(gdma): support channel allocator on esp32p4
There's two GDMA groups on ESP32P4, one is connected to AHB bus,
and another one is connected AXI bus.
We now have two seperate APIs for allocating DMA channels,
depends on the bus type.
2023-07-19 18:18: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): support channel allocator on esp32p4 2023-07-19 18:18:07 +08:00