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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable STM32N6 DMA and I2C clock sources
Lambert Sartory
2025-12-11
1
-1
/
+0
*
GPDMA suspend channel before reset if already enabled
Albin Hedman
2025-12-03
1
-0
/
+5
*
stm32: extract busychannel into common api
xoviat
2025-11-25
1
-5
/
+5
*
low power: store stop mode for dma channels
xoviat
2025-11-21
1
-4
/
+9
*
cfg out unused items
everdrone
2025-11-11
1
-0
/
+1
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
refactor: make dma implementations match in interface
elagil
2025-09-05
1
-10
/
+7
*
fix: consolidate naming
elagil
2025-09-05
1
-10
/
+10
*
feat: add new_with_table() initializer for ring-buffers and removal of Regist...
etiennecollin
2025-09-05
1
-22
/
+0
*
fix: removed functions exposing channel registers
etiennecollin
2025-09-05
1
-5
/
+0
*
feat: custom dma configuration using RegisterUpdaters struct
etiennecollin
2025-09-05
1
-0
/
+22
*
fix: suspend before reset
etiennecollin
2025-09-05
1
-0
/
+3
*
feat: custom DMA channel configuration
etiennecollin
2025-09-05
1
-0
/
+5
*
fix: writing reserved bits
etiennecollin
2025-09-05
1
-2
/
+20
*
fix: modified dma channel state management
etiennecollin
2025-09-05
1
-21
/
+45
*
fix: build issues
elagil
2025-09-05
1
-7
/
+5
*
fix: wip gpdma
elagil
2025-09-05
1
-4
/
+2
*
fix: load/store ordering
elagil
2025-09-05
1
-3
/
+3
*
chore: clean up transfer options
elagil
2025-09-05
1
-2
/
+0
*
fix: transfer options
elagil
2025-09-05
1
-0
/
+3
*
feat: ping-pong buffers
elagil
2025-09-05
1
-1
/
+48
*
feat: gpdma support (wip)
elagil
2025-09-05
1
-25
/
+66
*
feat: GPDAM linked-list + ringbuffer support
elagil
2025-09-05
1
-0
/
+572