esp-idf/components/hal/esp32c3
morris 46b66530ce 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-02-01 11:10:26 +08:00
..
include/hal gdma: prevent mutli-channels connect to the same peripheral 2023-02-01 11:10:26 +08:00
adc_hal.c adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
brownout_hal.c esp32c3: Adds support BROWNOUT reset 2021-01-18 15:38:09 +08:00
efuse_hal.c efuse: Adds major and minor versions and others 2022-12-20 16:30:13 +08:00
hmac_hal.c hal: Add initial ESP32-C3 support 2020-11-30 15:23:15 +11:00
rtc_cntl_hal.c light sleep: add cpu power down support for esp32s3 2021-08-27 11:11:06 +08:00