esp-idf/components/hal/esp32s3
morris 6b8d4dfe14 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:06:48 +08:00
..
include/hal gdma: prevent mutli-channels connect to the same peripheral 2023-02-01 11:06:48 +08:00
brownout_hal.c G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
efuse_hal.c all: Apply new version logic (major * 100 + minor) 2023-01-06 02:00:52 +08:00
hmac_hal.c [esp_hw_support]: HMAC upstream support for S3 2021-08-13 12:01:06 +08:00
rtc_cntl_hal.c light sleep: add i/d-cache tagmem retention support for esp32s3 2021-08-27 11:11:09 +08:00
touch_sensor_hal.c touch_sensor: apply general check 2021-10-08 11:32:12 +08:00