Files
esp-idf/components/esp_hw_support/dma/include
Song Ruo Jing 3f99ab1c4a fix(dma2d): fix race with dma2d_force_end and ISR
free_up_channels can only be called once for a started transaction.
Double free will undesirely stop the next picked 2D-DMA transaction on the same channel.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-08 23:14:53 +08:00
..