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
/
ringbuffer
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: build warnings
elagil
2025-09-05
1
-8
/
+0
*
fix: simplify
elagil
2025-09-05
1
-55
/
+0
*
feat: wip, write buffer in halves
elagil
2025-09-05
1
-34
/
+42
*
chore: change naming
elagil
2025-09-05
1
-4
/
+42
*
feat: gpdma support (wip)
elagil
2025-09-05
1
-0
/
+20
*
feat: GPDAM linked-list + ringbuffer support
elagil
2025-09-05
1
-2
/
+0
*
doc: improve comment
elagil
2024-11-28
1
-1
/
+8
*
fix: make `write_immediate()` for ring buffers right-aligned
elagil
2024-11-28
1
-1
/
+5
*
refactor: naming of wait functions
elagil
2024-11-17
1
-1
/
+1
*
feat: SAI/ringbuffer add function to wait for any write error
elagil
2024-11-17
1
-0
/
+13
*
stm32/uart remove DmaUnsynced from public api
dvdsk
2024-10-26
1
-0
/
+4
*
fix adc/ringbuffered_v2.rs
Alexandros Liarokapis
2024-10-15
1
-1
/
+2
*
simplify if/else handling on ringbuffer
Alexandros Liarokapis
2024-10-15
1
-7
/
+4
*
stm32: fix ringbugger overrun errors due to bad dma wrap-around behavior
Alexandros Liarokapis
2024-10-15
1
-26
/
+41
*
overrun at invalid diffs, rename clear to reset, simplify dma_sync method
Alexandros Liarokapis
2024-10-15
1
-29
/
+26
*
make len method take mut self and remove sync index calls
Alexandros Liarokapis
2024-10-15
1
-20
/
+12
*
add auto-clear functionality to ringbuffer
Alexandros Liarokapis
2024-10-15
1
-20
/
+36
*
simplify and rename ringbuffer methods, make len available
Alexandros Liarokapis
2024-10-15
1
-49
/
+43
*
stm32: initial support for alternative ringbuffer implementation
Alexandros Liarokapis
2024-10-15
1
-0
/
+293