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
*
note on circular mode DMA
eZio Pan
2023-12-21
2
-0
/
+8
*
stm32: doc everything else.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+18
*
match up with metapac change
eZio Pan
2023-12-19
2
-29
/
+18
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-18
1
-0
/
+2
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
5
-13
/
+149
*
stm32/gpdma: fix drop() to use RM's method for aborting transfer
Torin Cooper-Bennun
2023-11-13
1
-8
/
+4
*
stm32: avoid creating many tiny critical sections in init.
Dario Nieuwenhuis
2023-10-12
5
-11
/
+12
*
stm32: remove atomic-polyfill.
Dario Nieuwenhuis
2023-10-12
1
-3
/
+15
*
Merge pull request #1743 from xoviat/dma-2
Dario Nieuwenhuis
2023-08-10
3
-131
/
+120
|
\
|
*
stm32/dma: minor cleanup, optmization
xoviat
2023-08-04
2
-6
/
+6
|
*
stm32/dma: consolidate ringbuf
xoviat
2023-08-03
3
-125
/
+114
*
|
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
[next]