index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
/
src
/
dma
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Further extend the dma channel trait
Joshua Salzedo
2021-12-07
1
-1
/
+6
*
Implement extended Channel trait to dma.rs
Joshua Salzedo
2021-12-07
1
-1
/
+1
*
Expand channel trait
Joshua Salzedo
2021-12-07
1
-0
/
+7
*
Add a non-minc write() to DMA which takes a count.
Bob McWhirter
2021-07-23
1
-0
/
+8
*
stm32/dma: add MuxChannel trait to distinguish DMAMUX1 and DMAMUX2 channels.
Dario Nieuwenhuis
2021-07-17
1
-0
/
+3
*
stm32/dma: impl all variants
Dario Nieuwenhuis
2021-07-16
1
-7
/
+60
*
Mix dmamux into bdma_v1.
Bob McWhirter
2021-07-13
1
-23
/
+0
*
Stub in the DMA bits that aren't yet there.
Bob McWhirter
2021-07-01
1
-0
/
+2
*
Wire up DMA with USART v1.
Bob McWhirter
2021-06-29
1
-2
/
+10
*
Checkpoint with lifetime issues.
Bob McWhirter
2021-06-29
1
-55
/
+10
*
Move most of DMA out of gen.py.
Bob McWhirter
2021-06-03
1
-2
/
+27
*
Add stm32-metapac crate, with codegen in rust
Dario Nieuwenhuis
2021-05-31
1
-3
/
+4
*
Create DMA fn to select peripheral based on channel number
Ulf Lilleengen
2021-05-21
1
-6
/
+4
*
Move regs trait implementation into generated pac
Ulf Lilleengen
2021-05-21
1
-8
/
+6
*
Fix warnings for embassy-stm32 and embassy-stm32-examples
Lucas Kent
2021-05-20
1
-0
/
+1
*
Standardize module structure, fix some build failures
Dario Nieuwenhuis
2021-05-17
1
-2
/
+2
*
WIP: dma
Dario Nieuwenhuis
2021-05-17
1
-0
/
+44
[prev]