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
/
usart
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #3915 from embedded-rust-iml/fix/BufferedUartRx-nb-read
Dario Nieuwenhuis
2025-02-24
1
-19
/
+10
|
\
|
*
fix: Check buffer full before pop_done()
Maximilian Rozwora
2025-02-24
1
-3
/
+4
|
*
Apply cargo format
Maximilian Rozwora
2025-02-24
1
-1
/
+1
|
*
fix: BufferedUartRx embedded_hal_nb::serial::Read impl
Maximilian Rozwora
2025-02-24
1
-19
/
+9
*
|
doc: Fix "the the"
Ronald Weber
2025-02-19
1
-2
/
+2
|
/
*
stm32/usart: half-duplex support for buffered usart
Daniel Trnka
2024-12-22
1
-2
/
+98
*
stm32/usart: disabling receiver before write in half-duplex moved to a new fu...
Daniel Trnka
2024-12-22
1
-14
/
+13
*
stm32/usart: configurable readback in half-duplex mode
Daniel Trnka
2024-12-22
1
-10
/
+44
*
Extend set_baudrate implementation to Buffered and RingBuffered structs
Enmanuel Parache
2024-12-03
2
-3
/
+27
*
Fixed build error
Enmanuel Parache
2024-12-03
1
-6
/
+12
*
Reduced code duplication
Enmanuel Parache
2024-12-03
1
-93
/
+36
*
rustfmt
Enmanuel Parache
2024-12-03
1
-6
/
+3
*
stm32/usart: Changing baud rate
Enmanuel Parache
2024-12-03
1
-15
/
+134
*
stm32/usart: Implement data bit selection
Derek Hageman
2024-12-01
1
-22
/
+63
*
Split_ref with shortened lifetime. When borrowed skip drop on rx and tx
Kenneth Knudsen
2024-11-06
1
-26
/
+52
*
add split_ref for stm32 uart
Kenneth Knudsen
2024-11-04
2
-0
/
+14
*
stm32/uart fix leftover DmaUnsynced public api
dvdsk
2024-11-02
1
-1
/
+0
*
stm32/uart remove DmaUnsynced from public api
dvdsk
2024-10-26
2
-3
/
+8
*
stm32/uart impl ReadReady for RingbufferdUart
dvdsk
2024-10-23
2
-0
/
+14
*
:memo: fix wrong comment
Lucas Martins
2024-10-21
1
-2
/
+2
*
fmt
Lucas Martins
2024-10-21
1
-1
/
+0
*
add uart permutations usefull for rs485
Lucas Martins
2024-10-21
1
-0
/
+49
*
stm32: fix ringbugger overrun errors due to bad dma wrap-around behavior
Alexandros Liarokapis
2024-10-15
1
-1
/
+0
*
Stm32: implement async flush for UART
Роман Кривенков
2024-10-14
1
-11
/
+58
*
Merge pull request #3299 from badrbouslikhin/main
Dario Nieuwenhuis
2024-10-13
1
-2
/
+5
|
\
|
*
fix(stm32): disable transmitter during half-duplex read
Badr Bouslikhin
2024-08-30
1
-2
/
+5
*
|
stm32: add RX Pull configuration option to USART
Beat Küng
2024-10-12
2
-9
/
+13
*
|
stm32: Start DMA before clearing, avoid panic in updater ringbuffer impl
Peter Krull
2024-09-19
1
-1
/
+1
*
|
stm32: Only check errors on running RingBufferedUartRx, reduce number of smal...
Peter Krull
2024-09-19
1
-30
/
+19
*
|
stm32: Added request_pause to DMA, and use it for RingBufferedUartRx
Peter Krull
2024-09-19
1
-1
/
+1
*
|
Merge pull request #3286 from trnila/stm32_usart_break
Dario Nieuwenhuis
2024-09-10
2
-2
/
+37
|
\
\
|
*
|
stm32/usart: sending break character in buffered usart
Daniel Trnka
2024-08-28
2
-13
/
+28
|
*
|
stm32/usart: sending break character
Daniel Trnka
2024-08-25
1
-0
/
+20
|
|
/
*
/
fix(stm32): reorder dma and idle futures
Badr Bouslikhin
2024-09-06
1
-17
/
+17
|
/
*
make half duplex fn private
Karun
2024-08-19
1
-1
/
+1
*
remove duplication
Karun
2024-08-19
1
-61
/
+16
*
Add gpio version dependency
Karun
2024-08-06
1
-4
/
+77
*
Convert uart half_duplex to use open-drain pull-up
Karun
2024-08-05
1
-3
/
+4
*
stm after cargo fix
rafael
2024-07-14
1
-4
/
+4
*
stm
rafael
2024-07-14
1
-0
/
+18
*
STM32 Half-Duplex: fix sequential reads and writes
Роман Кривенков
2024-07-02
1
-14
/
+31
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
2
-41
/
+54
*
stm32/usart: set refcount even if initialization failed
Jan Špaček
2024-06-03
2
-4
/
+4
*
stm32/usart: move init code to function that's not generic in T
Jan Špaček
2024-06-01
2
-85
/
+113
*
stm32/buffered-usart: use new_pin! and disconnect pins on drop
Jan Špaček
2024-06-01
2
-42
/
+65
*
stm32/usart: disconnect pins of RingBufferedUartRx on drop
Jan Špaček
2024-06-01
1
-0
/
+10
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
2
-11
/
+12
*
stm32/usart: remove instance generic params
Jan Špaček
2024-05-23
3
-418
/
+461
*
Don't teardown during reconfigure
Scott Mabin
2024-05-22
1
-2
/
+1
*
Clear Receiver enable flag before write in Half-Duplex mode
Роман Кривенков
2024-05-02
1
-4
/
+46
[prev]
[next]