async memcpy: support async memcopy on esp32s2/s3

Added async memory copy API:
on esp32-s2, the implementation is based on CP_DMA
on esp32-s3, the implementation is based on GDMA
This commit is contained in:
morris
2020-09-08 20:17:18 +08:00
parent 0add567edf
commit a3cc43485f
30 changed files with 6952 additions and 7226 deletions

View File

@@ -26,6 +26,7 @@ PROVIDE ( GPSPI3 = 0x60025000 );
PROVIDE ( SYSCON = 0x60026000 );
PROVIDE ( I2C1 = 0x60027000 );
PROVIDE ( GPSPI4 = 0x60037000 );
PROVIDE ( GDMA = 0x6003F000 );
PROVIDE ( UART2 = 0x60010000 );
PROVIDE ( APB_SARADC = 0x60040000 );
PROVIDE ( LCD_CAM = 0x60041000 );