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
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+2
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+7
*
stm32: avoid creating many tiny critical sections in init.
Dario Nieuwenhuis
2023-10-12
1
-4
/
+5
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
Dario Nieuwenhuis
2023-06-09
1
-1
/
+1
*
Ring-buffered uart rx with one-period overrun detection
Rasmus Melchior Jacobsen
2023-05-01
1
-0
/
+1
*
stm32/spi: add support for all word sizes.
Dario Nieuwenhuis
2023-04-18
1
-47
/
+2
*
stm32/dma: refactor.
Dario Nieuwenhuis
2023-04-18
1
-269
/
+48
*
Add `#[must_use]` to all futures
Grant Miller
2023-02-24
1
-0
/
+1
*
stm32/sdmmc: Fix SDIOv1 writes
chemicstry
2023-02-18
1
-0
/
+16
*
Let repeated clock byte be singular pointer and not array pointer
Rasmus Melchior Jacobsen
2022-12-23
1
-2
/
+2
*
Let start_write_repeated accept pointer instead of slice
Rasmus Melchior Jacobsen
2022-12-23
1
-2
/
+2
*
fix(stm32): Fix write buffer lifetime for repeated writes
Rasmus Melchior Jacobsen
2022-12-23
1
-2
/
+2
*
stm32: Add basic support for DMA priority settings
Matous Hybl
2022-11-28
1
-3
/
+5
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-14
/
+14
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-7
/
+4
*
Rename unsafe_impl_unborrow to impl_unborrow
Dario Nieuwenhuis
2022-07-23
1
-10
/
+4
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-15
/
+7
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.
Dario Nieuwenhuis
2022-04-27
1
-4
/
+25
*
Implement giant (chunked) DMA transfers for DCMI.
Matous Hybl
2022-04-25
1
-0
/
+19
*
Fix BDMA
chemicstry
2022-03-16
1
-0
/
+2
*
Add more options to DMA
chemicstry
2022-03-16
1
-3
/
+51
*
stm32: Refactor DMA interrupts
Grant Miller
2022-03-08
1
-0
/
+5
*
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
1
-2
/
+3
*
stm32/dma: fix interrupt codegen for new stm32-data
Dario Nieuwenhuis
2022-02-05
1
-2
/
+2
*
stm32/i2c: allow empty transfers with async api
Sam Lakerveld
2022-01-25
1
-2
/
+2
*
stm32/dma: make lowlevel api take ptrs instead of slices.
Dario Nieuwenhuis
2022-01-19
1
-17
/
+32
*
stm32/dma: improve trait docs, seal Word.
Dario Nieuwenhuis
2021-12-08
1
-12
/
+38
*
stm32/dma: eagerly start transfers when calling the functions.
Dario Nieuwenhuis
2021-12-08
1
-58
/
+49
*
stm32/dma: rename is_stopped to is_running.
Dario Nieuwenhuis
2021-12-08
1
-4
/
+4
*
Refactor DMA traits.
Matous Hybl
2021-12-07
1
-37
/
+158
*
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