embassy/embassy-stm32/src/dma
Dario Nieuwenhuis 428a4ba3f9 stm32/gpdma: clear all interrupts after reset.
Reset doesn't clear them, this causes subsequent transfers to instantly
complete because the TC flag was set from before.
2023-06-19 23:03:31 +02:00
..
bdma.rs Merge pull request #1572 from whitequark/bdma-blocking_wait-stop 2023-06-19 09:55:07 +00:00
dma.rs stm32: update stm32-metapac. 2023-06-19 03:22:12 +02:00
dmamux.rs stm32: update stm32-metapac. 2023-06-19 03:22:12 +02:00
gpdma.rs stm32/gpdma: clear all interrupts after reset. 2023-06-19 23:03:31 +02:00
mod.rs Remove embassy-cortex-m crate, move stuff to embassy-hal-common. 2023-06-09 16:44:20 +02:00
ringbuffer.rs stm32/uart: fix dma ringbuf tests 2023-05-29 15:14:43 -05:00
word.rs stm32/spi: add support for all word sizes. 2023-04-18 20:56:23 +02:00