Files
micropython/ports/rp2/rp2_dma.c
Dryw Wade b24c9cf2a9 rp2/rp2_dma: Properly close DMA channels.
Clears the control registers and aborts the closed channel upon a call to
`.close()` and `.__del__()` (GC collect).

Fixes issue #18446.

Signed-off-by: Dryw Wade <dryw.wade@sparkfun.com>
2025-12-01 22:50:04 +11:00

19 KiB