esp-idf/components/hal/esp32h2
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
brownout_hal.c esp32h2: add rtc clock support 2021-08-26 11:25:39 +08:00
efuse_hal.c efuse: Adds major and minor versions and others 2022-12-20 16:30:13 +08:00
hmac_hal.c esp32h2: copy driver/hal/soc components from esp32c3 2021-07-01 19:53:11 +08:00
rtc_cntl_hal.c esp32h2: fixes after rebase 2021-07-01 19:53:50 +08:00