mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-22 09:01:08 +00:00
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.
This commit is contained in:
@@ -39,7 +39,6 @@ PROVIDE ( MCPWM1 = 0x500C1000 );
|
||||
PROVIDE ( PARL_IO = 0x500CF000 );
|
||||
PROVIDE ( PVT_MONITOR = 0x5009E000 );
|
||||
|
||||
PROVIDE ( GDMA = 0x50081000 );
|
||||
PROVIDE ( GPSPI2 = 0x500D0000 );
|
||||
PROVIDE ( GPSPI3 = 0x500D1000 );
|
||||
|
||||
|
Reference in New Issue
Block a user