esp-idf/components/driver/include
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
..
driver CI: check_public_headers script will detect the use of static asserts in headers 2022-12-06 19:28:51 +08:00
esp_private gdma: prevent mutli-channels connect to the same peripheral 2023-02-01 11:10:26 +08:00