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
...
|
*
refactor: update DMA transfer functions to use separate memory and peripheral...
Liu Hancheng
2025-01-04
1
-12
/
+26
*
|
chore: fix build
elagil
2025-01-03
2
-10
/
+10
|
/
*
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
2
-3
/
+3
*
feat: SAI/ringbuffer add function to wait for any write error
elagil
2024-11-17
2
-0
/
+20
*
fix(SAI): disallow start without initial write
elagil
2024-11-16
1
-3
/
+0
*
stm32/uart remove DmaUnsynced from public api
dvdsk
2024-10-26
1
-0
/
+4
*
stm32: Automatically clear on WritableRingBuffer start
Alexandros Liarokapis
2024-10-15
1
-1
/
+2
*
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
3
-115
/
+65
*
overrun at invalid diffs, rename clear to reset, simplify dma_sync method
Alexandros Liarokapis
2024-10-15
5
-52
/
+49
*
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
3
-22
/
+40
*
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
7
-672
/
+751
*
stm32/gpdma: clear tr3 just in case.
Dario Nieuwenhuis
2024-09-23
1
-0
/
+1
*
stm32/gpdma: ensure bndt in bytes doesn't overflow.
Dario Nieuwenhuis
2024-09-23
1
-8
/
+5
*
stm32: Moved comment to match request_stop
Peter Krull
2024-09-19
1
-2
/
+2
*
stm32: Added request_pause to DMA, and use it for RingBufferedUartRx
Peter Krull
2024-09-19
1
-2
/
+52
*
fix(stm32): enable dma half transfer interrupt for buffereduart
Badr Bouslikhin
2024-09-06
1
-0
/
+1
*
Fix dma nvic issues on dual core lines
Alexandros Liarokapis
2024-08-17
2
-0
/
+18
*
Enables half transfer ir when constructing a ReadableDmaRingBuffer
Alexandros Liarokapis
2024-06-23
1
-0
/
+1
*
Use raw slices .len() method instead of unsafe hacks.
Dario Nieuwenhuis
2024-06-13
3
-33
/
+12
*
add proper rxonly support for spi_v3 and force tx dma stream requirement on o...
Alexandros Liarokapis
2024-05-27
1
-0
/
+1
*
stm32/dma: add support for same channel with different req in different DMAs/...
Dario Nieuwenhuis
2024-04-29
2
-25
/
+1
*
stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.
Dario Nieuwenhuis
2024-04-29
1
-3
/
+3
*
stm32/dma: add ChannelAndRequest helper.
Dario Nieuwenhuis
2024-04-15
2
-0
/
+63
*
Add async stop() function to stm32 bdma_dma
Tyler Gilbert
2024-03-31
1
-1
/
+62
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
3
-22
/
+20
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
1
-0
/
+1
*
Fixed DMA CI build issues.
Caleb Garrett
2024-03-10
1
-52
/
+39
*
Add DMA request priority as transfer option.
Caleb Garrett
2024-03-10
2
-9
/
+62
*
stm32: Implement `Channel` trait for `AnyChannel`
Timo Kröger
2024-03-07
1
-0
/
+7
*
stm32/dma: add AnyChannel, add support for BDMA on H7.
Dario Nieuwenhuis
2024-02-24
6
-1893
/
+1078
*
hal-internal: remove impl DerefMut for PeripheralRef.
Dario Nieuwenhuis
2024-02-20
4
-9
/
+9
*
minor fix
eZio Pan
2024-02-09
1
-0
/
+1
*
Add write_immediate() function to STM32 DMA ringbuffer API to pre-fill the bu...
Tyler Gilbert
2024-01-03
3
-0
/
+25
*
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
[prev]
[next]