embassy/embassy-stm32
Patrick Oppenlander 4e884ee2d2 stm32/dma: fix spurious transfer complete interrupts
DMA interrupts must be acknowledged by writing to the DMA_{L,H}IFCR
register.

Writing to the CR register is unnecessary as the channel (EN bit) is
disabled by hardware on completion of the transfer.
2023-02-23 10:12:48 +11:00
..
src stm32/dma: fix spurious transfer complete interrupts 2023-02-23 10:12:48 +11:00
build.rs Update stm32-data. 2023-01-11 17:51:30 +01:00
Cargo.toml fix embedded-sdmmc integration. 2023-01-21 00:32:34 +01:00