esp-idf/components/esp_hw_support/dma
morris dbca74f1ef gdma: prevent mutli-channels connect to the same peripheral
1. add check in the gdma driver, to prevent multiple channels connecting
   to the same peripheral
2. memory copy DMA ID will occupy the peripheral's DMA ID on some ESP
   targets (e.g. esp32c3/s3). We should search for a free one when
install async memcpy driver.

Closes https://github.com/espressif/esp-idf/issues/10575
2023-01-31 15:18:19 +08:00
..
async_memcpy_impl_cp_dma.c
async_memcpy_impl_gdma.c gdma: prevent mutli-channels connect to the same peripheral 2023-01-31 15:18:19 +08:00
esp_async_memcpy.c
gdma.c gdma: prevent mutli-channels connect to the same peripheral 2023-01-31 15:18:19 +08:00
gdma_etm.c
gdma_priv.h gdma: prevent mutli-channels connect to the same peripheral 2023-01-31 15:18:19 +08:00