esp-idf/components/esp_hw_support/test_apps/dma
morris dbca74f1ef 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-01-31 15:18:19 +08:00
..
main gdma: prevent mutli-channels connect to the same peripheral 2023-01-31 15:18:19 +08:00
CMakeLists.txt gdma: migrate ut to pytest 2022-09-22 10:44:57 +08:00
pytest_dma.py esp32h2: add build test 2023-01-17 10:29:04 +08:00
README.md esp32h2: add build test 2023-01-17 10:29:04 +08:00
sdkconfig.ci.release esp_hw_support: move test to pytest 2022-11-25 16:21:35 +08:00
sdkconfig.defaults gdma: migrate ut to pytest 2022-09-22 10:44:57 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S2 ESP32-S3