aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/dma/gpdma/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Enable STM32N6 DMA and I2C clock sourcesLambert Sartory2025-12-111-1/+0
* GPDMA suspend channel before reset if already enabledAlbin Hedman2025-12-031-0/+5
* stm32: extract busychannel into common apixoviat2025-11-251-5/+5
* low power: store stop mode for dma channelsxoviat2025-11-211-4/+9
* cfg out unused itemseverdrone2025-11-111-0/+1
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* refactor: make dma implementations match in interfaceelagil2025-09-051-10/+7
* fix: consolidate namingelagil2025-09-051-10/+10
* feat: add new_with_table() initializer for ring-buffers and removal of Regist...etiennecollin2025-09-051-22/+0
* fix: removed functions exposing channel registersetiennecollin2025-09-051-5/+0
* feat: custom dma configuration using RegisterUpdaters structetiennecollin2025-09-051-0/+22
* fix: suspend before resetetiennecollin2025-09-051-0/+3
* feat: custom DMA channel configurationetiennecollin2025-09-051-0/+5
* fix: writing reserved bitsetiennecollin2025-09-051-2/+20
* fix: modified dma channel state managementetiennecollin2025-09-051-21/+45
* fix: build issueselagil2025-09-051-7/+5
* fix: wip gpdmaelagil2025-09-051-4/+2
* fix: load/store orderingelagil2025-09-051-3/+3
* chore: clean up transfer optionselagil2025-09-051-2/+0
* fix: transfer optionselagil2025-09-051-0/+3
* feat: ping-pong bufferselagil2025-09-051-1/+48
* feat: gpdma support (wip)elagil2025-09-051-25/+66
* feat: GPDAM linked-list + ringbuffer supportelagil2025-09-051-0/+572