aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/dma/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Further extend the dma channel traitJoshua Salzedo2021-12-071-1/+6
* Implement extended Channel trait to dma.rsJoshua Salzedo2021-12-071-1/+1
* Expand channel traitJoshua Salzedo2021-12-071-0/+7
* Add a non-minc write() to DMA which takes a count.Bob McWhirter2021-07-231-0/+8
* stm32/dma: add MuxChannel trait to distinguish DMAMUX1 and DMAMUX2 channels.Dario Nieuwenhuis2021-07-171-0/+3
* stm32/dma: impl all variantsDario Nieuwenhuis2021-07-161-7/+60
* Mix dmamux into bdma_v1.Bob McWhirter2021-07-131-23/+0
* Stub in the DMA bits that aren't yet there.Bob McWhirter2021-07-011-0/+2
* Wire up DMA with USART v1.Bob McWhirter2021-06-291-2/+10
* Checkpoint with lifetime issues.Bob McWhirter2021-06-291-55/+10
* Move most of DMA out of gen.py.Bob McWhirter2021-06-031-2/+27
* Add stm32-metapac crate, with codegen in rustDario Nieuwenhuis2021-05-311-3/+4
* Create DMA fn to select peripheral based on channel numberUlf Lilleengen2021-05-211-6/+4
* Move regs trait implementation into generated pacUlf Lilleengen2021-05-211-8/+6
* Fix warnings for embassy-stm32 and embassy-stm32-examplesLucas Kent2021-05-201-0/+1
* Standardize module structure, fix some build failuresDario Nieuwenhuis2021-05-171-2/+2
* WIP: dmaDario Nieuwenhuis2021-05-171-0/+44