esp-idf/components/esp_hw_support/test_apps
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
..
dma gdma: prevent mutli-channels connect to the same peripheral 2023-01-31 15:18:19 +08:00
esp_hw_support_unity_tests esp32c6/soc: Enable DS and HMAC capabilities for esp32c6 in soc_caps.h 2023-01-19 09:53:34 +05:30
etm etm: update etm event task new API 2022-12-07 15:43:20 +08:00
rtc_clk clk_tree: Add basic clock support for esp32c6 2022-12-13 19:18:34 +08:00
security_support/esp_hw_support_unity_tests esp32c6/hal: Added support for HMAC and DS on esp32c6 2023-01-19 09:53:34 +05:30