aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/dma/util.rs
Commit message (Expand)AuthorAgeFilesLines
* dma: add functionsxoviat2025-12-091-0/+58
* stm32/dma: fix packing/unpacking not working.Dario Nieuwenhuis2025-07-041-3/+3
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-8/+14
* stm32/hash: remove DMA generic param.Dario Nieuwenhuis2025-03-251-3/+3
* add proper rxonly support for spi_v3 and force tx dma stream requirement on o...Alexandros Liarokapis2024-05-271-0/+1
* stm32/dma: add ChannelAndRequest helper.Dario Nieuwenhuis2024-04-151-0/+60