esp-idf/components/esp_hw_support/dma
Song Ruo Jing 12325ff47e fix(dma2d): correct a few 2D-DMA driver issues
1. mem_burst_length register field correction
2. remove dma buffer addr range restriction
3. M2M periph sel ID no need to be identical for TX and RX channels
4. correct rx descriptor owner field auto clear
5. remove fsm idle assertion for ERR_EOF
2024-03-18 20:11:57 +08:00
..
include feat(dw_gdma): support change link list item connection 2024-02-27 17:49:04 +08:00
Kconfig.dma feat(esp_hw_support/dma2d): Add 2D-DMA support on ESP32P4 2024-01-22 20:51:43 +08:00
async_memcpy_cp_dma.c
async_memcpy_gdma.c
dma2d.c fix(dma2d): correct a few 2D-DMA driver issues 2024-03-18 20:11:57 +08:00
dma2d_priv.h fix(dma2d): correct a few 2D-DMA driver issues 2024-03-18 20:11:57 +08:00
dw_gdma.c feat(dw_gdma): support change link list item connection 2024-02-27 17:49:04 +08:00
esp_async_memcpy.c
esp_async_memcpy_priv.h
esp_dma_utils.c
gdma.c feat(esp_hw_support): support gdma register context sleep retention 2024-02-02 11:21:40 +08:00
gdma_etm.c
gdma_priv.h
gdma_sleep_retention.c change(esp_hw_support): collect retention link priority definition 2024-02-02 11:21:44 +08:00
linker.lf feat(esp_hw_support/dma2d): Add 2D-DMA support on ESP32P4 2024-01-22 20:51:43 +08:00