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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
stm32/dma: fix spurious transfer complete interrupts
Patrick Oppenlander
2023-02-23
1
-6
/
+2
*
|
stm32/sdmmc: Fix SDIOv1 writes
chemicstry
2023-02-18
4
-2
/
+48
|
/
*
Let repeated clock byte be singular pointer and not array pointer
Rasmus Melchior Jacobsen
2022-12-23
4
-5
/
+5
*
Let start_write_repeated accept pointer instead of slice
Rasmus Melchior Jacobsen
2022-12-23
4
-8
/
+8
*
fix(stm32): Fix write buffer lifetime for repeated writes
Rasmus Melchior Jacobsen
2022-12-23
4
-11
/
+8
*
stm32: Add basic support for DMA priority settings
Matous Hybl
2022-11-28
3
-7
/
+15
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
3
-3
/
+3
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
3
-3
/
+3
*
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
5
-58
/
+24
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
4
-4
/
+4
*
stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.
Dario Nieuwenhuis
2022-04-27
2
-4
/
+318
*
Implement giant (chunked) DMA transfers for DCMI.
Matous Hybl
2022-04-25
3
-11
/
+199
*
Fix BDMA
chemicstry
2022-03-16
2
-4
/
+23
*
Add more options to DMA
chemicstry
2022-03-16
2
-7
/
+83
*
stm32/dma: panic on DMA error.
Dario Nieuwenhuis
2022-03-09
2
-0
/
+12
*
stm32: Refactor DMA interrupts
Grant Miller
2022-03-08
3
-36
/
+45
*
stm32: exclude spammy files from docs by prefixing with `_`.
Dario Nieuwenhuis
2022-03-04
3
-5
/
+5
*
stm32: move macrotables to embassy-stm32 build.rs
Dario Nieuwenhuis
2022-02-26
3
-73
/
+42
*
stm32: fix build for h7ab
Dario Nieuwenhuis
2022-02-24
2
-1
/
+10
*
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
1
-2
/
+3
*
stm32: replace `peripheral_rcc!` macrotable with build.rs
Dario Nieuwenhuis
2022-02-09
3
-19
/
+3
*
stm32/dma: fix interrupt codegen for new stm32-data
Dario Nieuwenhuis
2022-02-05
3
-23
/
+4
*
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
3
-29
/
+48
*
stm32/dma: simplify impls a bit.
Dario Nieuwenhuis
2021-12-08
2
-39
/
+36
*
stm32/dma: improve trait docs, seal Word.
Dario Nieuwenhuis
2021-12-08
3
-18
/
+44
*
stm32/dma: eagerly start transfers when calling the functions.
Dario Nieuwenhuis
2021-12-08
1
-58
/
+49
*
stm32/dma: use the right waker slot number for DMA2 (must add 8)
Dario Nieuwenhuis
2021-12-08
2
-8
/
+6
*
stm32/dma: rename is_stopped to is_running.
Dario Nieuwenhuis
2021-12-08
3
-10
/
+10
*
Refactor DMA traits.
Matous Hybl
2021-12-07
3
-505
/
+509
*
Further extend the dma channel trait
Joshua Salzedo
2021-12-07
3
-35
/
+92
*
cargo fmt
Joshua Salzedo
2021-12-07
2
-11
/
+8
*
Implement extended Channel trait to bdma.rs
Joshua Salzedo
2021-12-07
1
-9
/
+48
*
Implement extended Channel trait to dma.rs
Joshua Salzedo
2021-12-07
2
-10
/
+56
*
Expand channel trait
Joshua Salzedo
2021-12-07
1
-0
/
+7
*
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
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
2
-2
/
+4
*
stm32: Add fences to DMA code
Thales Fragoso
2021-08-10
2
-0
/
+14
*
stm32: add missing `+ 'a` bounds on trait GATs
Dario Nieuwenhuis
2021-08-04
2
-4
/
+4
*
Use new interrupt! table format to /enable/ the IRQs also.
Bob McWhirter
2021-07-27
2
-2
/
+2
*
Generate more rows in the interrupts! table.
Bob McWhirter
2021-07-27
2
-2
/
+2
*
stm32/bdma: do not clear IF on IRQ handler
Dario Nieuwenhuis
2021-07-24
1
-1
/
+0
*
STM32 BDMA: Use interrupt flags instead of atomics
Timo Kröger
2021-07-24
1
-30
/
+22
*
STM32 DMA: Use interrupt flags instead of atomics
Timo Kröger
2021-07-24
1
-34
/
+25
[prev]
[next]