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
...
*
|
embassy-stm32: Misc clippy fixes
Grant Miller
2023-08-06
1
-1
/
+1
|
/
*
stm32/dma: remove trace
xoviat
2023-07-31
1
-32
/
+0
*
stm32/dma: fix condition check
xoviat
2023-07-30
1
-6
/
+11
*
stm32/dma: add traces
xoviat
2023-07-30
1
-0
/
+28
*
stm32/dma: fix condition check
xoviat
2023-07-30
1
-1
/
+1
*
stm32/dma: don't write to full ringbuf
xoviat
2023-07-30
1
-0
/
+2
*
stm32/dma: fix typos
xoviat
2023-07-30
1
-3
/
+3
*
stm32/dma: impl. wringbuf for bdma
xoviat
2023-07-30
2
-3
/
+155
*
stm32/dma: complete initial ringbuf impl.
xoviat
2023-07-30
2
-21
/
+200
*
stm32/dma: add draft writable dma buf
xoviat
2023-07-29
1
-0
/
+93
*
fix comments
xoviat
2023-07-29
1
-2
/
+2
*
stm32/dma: rename ringbuf
xoviat
2023-07-29
3
-23
/
+23
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
4
-4
/
+4
*
Merge pull request #1681 from alexferro/feature/stm32-dma-read-exact
xoviat
2023-07-28
3
-15
/
+91
|
\
|
*
Add a STM32/DMARingBuffer::read_exact helper
Alex Ferro
2023-07-22
3
-15
/
+91
*
|
update DAC triggers to incorporate v3
JuliDi
2023-07-22
1
-2
/
+17
|
/
*
Remove trivial to remove uses of atomic-polyfill.
Dario Nieuwenhuis
2023-07-12
1
-2
/
+1
*
Revert changes to dma.rs
Julian
2023-06-29
1
-5
/
+1
*
add dma is_running change doc
JuliDi
2023-06-28
1
-3
/
+1
*
feature-gate set_channel_mode, undo dma.rs changes
JuliDi
2023-06-27
1
-17
/
+1
*
fix issues when DAC2 present, add additional options to DMA (NOT YET WORKING ...
JuliDi
2023-06-26
1
-2
/
+24
*
change dma complete transfer IR default to true
JuliDi
2023-06-23
1
-1
/
+1
*
add option to enable/disable complete transfer interrupt
JuliDi
2023-06-22
1
-1
/
+6
*
Merge remote-tracking branch 'upstream/main'
JuliDi
2023-06-21
2
-0
/
+2
|
\
|
*
stm32/gpdma: clear all interrupts after reset.
Dario Nieuwenhuis
2023-06-19
1
-0
/
+1
|
*
Merge pull request #1572 from whitequark/bdma-blocking_wait-stop
Dario Nieuwenhuis
2023-06-19
1
-0
/
+1
|
|
\
|
|
*
BDMA: request stop after busy loop in blocking_wait().
Catherine
2023-06-19
1
-0
/
+1
*
|
|
fix typo, minor cleanup
JuliDi
2023-06-19
1
-4
/
+3
*
|
|
remove unsafe for circular dma reg access
JuliDi
2023-06-19
1
-1
/
+1
*
|
|
Merge branch 'main' of github.com:embassy-rs/embassy
JuliDi
2023-06-19
4
-93
/
+73
|
\
|
|
|
*
|
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
4
-93
/
+73
|
|
/
*
/
add half transfer interrupt and circular dma
JuliDi
2023-06-18
1
-4
/
+22
|
/
*
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
Dario Nieuwenhuis
2023-06-09
4
-4
/
+4
*
asdg
Dario Nieuwenhuis
2023-06-08
1
-1
/
+1
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
3
-8
/
+8
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
3
-12
/
+9
*
stm32/uart: fix dma ringbuf tests
xoviat
2023-05-29
1
-6
/
+6
*
stm32/uart: refactor rx ringbuffer
xoviat
2023-05-29
3
-292
/
+325
*
stm32/dma: solve overlapping impl on DmaCtrl on stm32h7
Dario Nieuwenhuis
2023-05-01
3
-15
/
+19
*
stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet.
Dario Nieuwenhuis
2023-05-01
1
-0
/
+2
*
stm32/bdma: add ringbuffer support.
Dario Nieuwenhuis
2023-05-01
1
-4
/
+183
*
stm32/dma: remove separate process_tcif.
Dario Nieuwenhuis
2023-05-01
1
-37
/
+9
*
Support overflow detection for more than one ring-period
Rasmus Melchior Jacobsen
2023-05-01
2
-104
/
+134
*
Ring-buffered uart rx with one-period overrun detection
Rasmus Melchior Jacobsen
2023-05-01
3
-4
/
+604
*
stm32/spi: add support for all word sizes.
Dario Nieuwenhuis
2023-04-18
5
-60
/
+97
*
stm32/dma: add double buffered mode for DMA, update DCMI.
Dario Nieuwenhuis
2023-04-18
1
-1
/
+158
*
stm32/dma: refactor.
Dario Nieuwenhuis
2023-04-18
5
-908
/
+804
*
stm32/gpdma: fix race condition when resetting channel when done.
Dario Nieuwenhuis
2023-04-10
1
-2
/
+9
*
Add `#[must_use]` to all futures
Grant Miller
2023-02-24
1
-0
/
+1
*
Merge #1227
bors[bot]
2023-02-23
1
-6
/
+2
|
\
[prev]
[next]