feat(async_memcpy): refactor driver code to support different DMA backen

To support AHB and AXI DMA memory copy for the same target (esp32p4).
This commit is contained in:
morris
2023-07-12 15:21:40 +08:00
parent 0de9a18d4d
commit fd3d1aa101
17 changed files with 1163 additions and 769 deletions

View File

@@ -0,0 +1,3 @@
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_SPEED_80M=y