gdma: support IRAM interrupt

This commit is contained in:
morris
2021-11-08 10:26:52 +08:00
parent f8f49de735
commit 83d16aa00c
26 changed files with 320 additions and 336 deletions

View File

@@ -1,2 +1,7 @@
/*
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
// ESP32 doesn't feature General DMA peripheral.
// We keep this file here only for consistency's sake.