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
/
dmamux.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32/dma: add support for same channel with different req in different DMAs/...
Dario Nieuwenhuis
2024-04-29
1
-24
/
+0
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-5
/
+4
*
stm32/dma: add AnyChannel, add support for BDMA on H7.
Dario Nieuwenhuis
2024-02-24
1
-20
/
+14
*
hal-internal: remove impl DerefMut for PeripheralRef.
Dario Nieuwenhuis
2024-02-20
1
-1
/
+1
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+4
*
stm32: avoid creating many tiny critical sections in init.
Dario Nieuwenhuis
2023-10-12
1
-1
/
+1
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-1
/
+1
*
stm32/dma: refactor.
Dario Nieuwenhuis
2023-04-18
1
-9
/
+13
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-8
/
+3
*
stm32: exclude spammy files from docs by prefixing with `_`.
Dario Nieuwenhuis
2022-03-04
1
-1
/
+1
*
stm32: move macrotables to embassy-stm32 build.rs
Dario Nieuwenhuis
2022-02-26
1
-2
/
+2
*
stm32: fix build for h7ab
Dario Nieuwenhuis
2022-02-24
1
-1
/
+1
*
stm32: replace `peripheral_rcc!` macrotable with build.rs
Dario Nieuwenhuis
2022-02-09
1
-7
/
+1
*
Update stm32-data: rcc regs info comes from yamls now.
Dario Nieuwenhuis
2021-11-29
1
-10
/
+5
*
Move the `use` inside the macro call, inside another set of braces in case it...
Bob McWhirter
2021-10-26
1
-6
/
+7
*
Only attempt to enable the dmamux peri clock if it has an enable bit.
Bob McWhirter
2021-10-26
1
-1
/
+5
*
Enable the DMAMUX clocks.
Bob McWhirter
2021-10-26
1
-1
/
+9
*
stm32/dma: add MuxChannel trait to distinguish DMAMUX1 and DMAMUX2 channels.
Dario Nieuwenhuis
2021-07-17
1
-4
/
+18
*
stm32/dma: update codegen+macrotables for new stm32-data
Dario Nieuwenhuis
2021-07-17
1
-32
/
+3
*
stm32/dma: fix h7 impls
Dario Nieuwenhuis
2021-07-16
1
-14
/
+19
*
stm32/dma: impl all variants
Dario Nieuwenhuis
2021-07-16
1
-0
/
+61