esp-idf/components/esp_hw_support/port
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
..
esp32 efuse: Adds major and minor versions and others 2022-12-20 16:30:13 +08:00
esp32c3 esp_hw_support: Fix version in esp_chip_info for C3 and H2 2022-12-20 21:14:36 +08:00
esp32h2 esp_hw_support: Fix version in esp_chip_info for C3 and H2 2022-12-20 21:14:36 +08:00
esp32s2 efuse: Adds major and minor versions and others 2022-12-20 16:30:13 +08:00
esp32s3 efuse: Adds major and minor versions and others 2022-12-20 16:30:13 +08:00
include esp_hw_support: update copyright notice 3 2021-08-10 13:30:57 +02:00
async_memcpy_impl_gdma.c gdma: prevent mutli-channels connect to the same peripheral 2023-02-01 11:10:26 +08:00
esp_memprot_conv.c System/Security: Memprot API unified (ESP32C3,ESP32S3) 2022-01-27 12:40:27 +08:00