feat(gdma): support gdma on esp32h4

This commit is contained in:
Chen Jichang
2025-04-10 13:15:46 +08:00
parent 1c6405eb9b
commit e353f92b66
19 changed files with 1014 additions and 352 deletions

View File

@@ -9,7 +9,6 @@
const gdma_signal_conn_t gdma_periph_signals = {
.groups = {
[0] = {
.module = PERIPH_GDMA_MODULE,
.pairs = {
[0] = {
.rx_irq_id = ETS_DMA_IN_CH0_INTR_SOURCE,