esp-idf/components/esp_hw_support/test_apps/dma
Chen Jichang f919336448 feat(dma): Add helper functions to split aligned buffer
In some cases we will need the dma's buffer to be aligned with specific
requirements. This MR add two helper function to split the unaligned
buffer and merge to the origin buffer. The cost is that each unaligned
buffer requires two stash buffers of spilt alignment size. And this
memory should be managed by callers.
2024-08-07 19:48:19 +08:00
..
main feat(dma): Add helper functions to split aligned buffer 2024-08-07 19:48:19 +08:00
CMakeLists.txt feat(ci): check LL functions not read write register by half word 2024-06-18 14:58:41 +08:00
pytest_dma.py ci(esp32c5): enable c5 target test 2024-07-02 16:45:49 +08:00
README.md ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
sdkconfig.ci.release esp_hw_support: move test to pytest 2022-11-25 16:21:35 +08:00
sdkconfig.defaults fix(dw_gdma): write back the link list items after creation 2024-01-15 16:56:28 +08:00
sdkconfig.defaults.esp32p4 fix(dw_gdma): write back the link list items after creation 2024-01-15 16:56:28 +08:00
sdkconfig.defaults.esp32s3 feat(async_memcpy): refactor driver code to support different DMA backen 2023-08-03 12:02:09 +08:00

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