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
/
gpdma
/
ringbuffered.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: extract busychannel into common api
xoviat
2025-11-25
1
-5
/
+6
*
low power: store stop mode for dma channels
xoviat
2025-11-21
1
-5
/
+5
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-2
/
+2
*
fix: ping-pong helper DMA direction
Adrian Figueroa
2025-09-05
1
-3
/
+4
*
refactor: make dma implementations match in interface
elagil
2025-09-05
1
-7
/
+4
*
fix: consolidate naming
elagil
2025-09-05
1
-5
/
+5
*
fix: build
elagil
2025-09-05
1
-86
/
+14
*
fix: renamed simple table as per ST nomenclature
etiennecollin
2025-09-05
1
-4
/
+4
*
fix: removed unnecessary mut reference
etiennecollin
2025-09-05
1
-3
/
+3
*
feat: add new_with_table() initializer for ring-buffers and removal of Regist...
etiennecollin
2025-09-05
1
-30
/
+82
*
fix: moved channel configuration from new() to start()
etiennecollin
2025-09-05
1
-6
/
+4
*
fix: removed functions exposing channel registers
etiennecollin
2025-09-05
1
-16
/
+0
*
feat: custom dma configuration using RegisterUpdaters struct
etiennecollin
2025-09-05
1
-5
/
+11
*
feat: use provided TransferOptions instead of defaults
etiennecollin
2025-09-05
1
-4
/
+4
*
feat: custom DMA channel configuration
etiennecollin
2025-09-05
1
-6
/
+22
*
fix: modified dma channel state management
etiennecollin
2025-09-05
1
-22
/
+32
*
fix: docstring
elagil
2025-09-05
1
-1
/
+1
*
fix: simplify
elagil
2025-09-05
1
-18
/
+5
*
fix: build issues
elagil
2025-09-05
1
-10
/
+8
*
feat: wip, write buffer in halves
elagil
2025-09-05
1
-73
/
+11
*
chore: change naming
elagil
2025-09-05
1
-50
/
+42
*
fix: wip gpdma
elagil
2025-09-05
1
-11
/
+14
*
fix: load/store ordering
elagil
2025-09-05
1
-3
/
+3
*
fix: read transfer options
elagil
2025-09-05
1
-12
/
+7
*
chore: clean up transfer options
elagil
2025-09-05
1
-18
/
+4
*
fix: transfer options
elagil
2025-09-05
1
-1
/
+5
*
fix: disable half-complete interrupt
elagil
2025-09-05
1
-2
/
+2
*
style: formatting
elagil
2025-09-05
1
-12
/
+7
*
feat: ping-pong buffers
elagil
2025-09-05
1
-14
/
+23
*
feat: gpdma support (wip)
elagil
2025-09-05
1
-0
/
+433