gdma: dynamic alloc DMA channels

This commit is contained in:
morris
2020-12-09 20:29:26 +08:00
parent e277d8ef23
commit e6d23a35ec
28 changed files with 1211 additions and 59 deletions

View File

@@ -0,0 +1,2 @@
// ESP32-S2 doesn't feature General DMA peripheral.
// We keep this file here only for consistency's sake.