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
*
Fix stm32 buffered half-duplex uart receive
chemicstry
2025-07-16
2
-1
/
+3
*
Fix impl embedded_hal_nb::serial::Write for embassy_stm32::usart::UartTx
qwerty19106
2025-07-03
1
-1
/
+15
*
Merge pull request #4251 from kpfleming/improve-stm32-ringbuffereduart-docs
Dario Nieuwenhuis
2025-06-01
1
-8
/
+71
|
\
|
*
Move new documentation to RingBufferedUartRx struct.
Kevin P. Fleming
2025-05-24
1
-56
/
+62
|
*
stm32: Expand documentation of RingBufferedUartRx.
Kevin P. Fleming
2025-05-24
1
-8
/
+65
*
|
stm32: Assert in BufferedUart that the buffers are not empty.
Kevin P. Fleming
2025-05-25
1
-0
/
+2
|
/
*
Merge pull request #3965 from toon23/stm32_usart-pin_config
Dario Nieuwenhuis
2025-04-18
2
-91
/
+83
|
\
|
*
Stm32 usart: better names for open drain pin modes
Anton Pöhl
2025-04-16
1
-6
/
+6
|
*
Stm32 usart: Remove meaningless pin configurations
Anton Pöhl
2025-04-12
1
-10
/
+0
|
*
Format
Anton Pöhl
2025-04-11
2
-23
/
+5
|
*
Stm32 usart: remove HalfDuplexConfig
Anton Pöhl
2025-04-11
2
-38
/
+8
|
*
Stm32 usart: make pin modes of cts, tx, rts and de configurable
Anton Pöhl
2025-04-11
2
-34
/
+84
*
|
fix(stm32): handle half-duplex in ringbuffered read
Badr Bouslikhin
2025-04-06
2
-1
/
+10
*
|
BufferedUart initialization
Michael Gomez
2025-04-04
1
-5
/
+5
*
|
Merge branch 'main' into fix/ringbuffered-error-handling to resolve merge con...
Tobias Naumann
2025-03-31
3
-130
/
+130
|
\
\
|
*
\
Merge pull request #3968 from embedded-rust-iml/feature/ringbuffered-embedded...
Ulf Lilleengen
2025-03-31
1
-11
/
+38
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
3
-130
/
+130
*
|
|
Cleanup stm32_metapac register usage in usart module
Tobias Naumann
2025-03-27
1
-3
/
+3
*
|
|
Fix unused imports
Tobias Naumann
2025-03-27
2
-11
/
+2
*
|
|
Check and clear idle and error flags together
Tobias Naumann
2025-03-21
1
-40
/
+39
*
|
|
Use write closure to clear idle flag, only read rdr on usart versions which n...
Tobias Naumann
2025-03-21
1
-7
/
+6
|
|
/
|
/
|
*
|
Add embedded_hal_nb::serial::Read impl for RingBufferedUartRx
Tobias Naumann
2025-03-21
1
-11
/
+38
|
/
*
Recover from errors in ringbuffered usart
Tobias Naumann
2025-03-20
1
-5
/
+10
*
fix
Rogan Morrow
2025-02-28
1
-3
/
+1
*
fix
Rogan Morrow
2025-02-28
1
-2
/
+3
*
add missing module
Rogan Morrow
2025-02-28
1
-0
/
+1
*
feature flag
Rogan Morrow
2025-02-28
1
-3
/
+6
*
add separate tx waker
Rogan Morrow
2025-02-28
1
-1
/
+4
*
only clear idle flag
Rogan Morrow
2025-02-28
1
-1
/
+3
*
Implement `core::error::Error` for STM32 Serial Devices
Guy Marino
2025-02-26
1
-0
/
+16
*
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
[next]