esp-idf/components/driver/parlio
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
..
include/driver driver: add parallel IO TX driver 2023-03-01 00:43:14 +00:00
parlio_common.c driver: add parallel IO TX driver 2023-03-01 00:43:14 +00:00
parlio_private.h driver: add parallel IO TX driver 2023-03-01 00:43:14 +00:00
parlio_tx.c feat(gdma): support channel allocator on esp32p4 2023-07-19 18:18:07 +08:00