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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
low-power: use scoped block stop
xoviat
2025-12-08
1
-4
/
+4
*
stm32: extract busychannel into common api
xoviat
2025-11-25
1
-8
/
+4
*
stm32: allow granular stop for uart
xoviat
2025-11-25
1
-4
/
+16
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-4
/
+4
*
STM32: USART: Change eager_reads from bool to Option<usize>
Adam Greig
2025-10-01
1
-14
/
+23
*
STM32: USART: Add de_assertion_time and de_deassertion_time configs
Adam Greig
2025-10-01
1
-0
/
+42
*
STM32: USART: Add `eager_reads` config option
Adam Greig
2025-10-01
1
-1
/
+19
*
stm32/afio: make the A generic param only appear in chips with AFIO.
Dario Nieuwenhuis
2025-09-05
1
-52
/
+52
*
Add STM32F1 AFIO remap
Fabian Wolter
2025-09-05
1
-58
/
+58
*
feat: gpdma support (wip)
elagil
2025-09-05
1
-2
/
+0
*
Fix stm32 buffered half-duplex uart receive
chemicstry
2025-07-16
1
-1
/
+1
*
Fix impl embedded_hal_nb::serial::Write for embassy_stm32::usart::UartTx
qwerty19106
2025-07-03
1
-1
/
+15
*
Merge pull request #3965 from toon23/stm32_usart-pin_config
Dario Nieuwenhuis
2025-04-18
1
-71
/
+65
|
\
|
*
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
1
-21
/
+3
|
*
Stm32 usart: remove HalfDuplexConfig
Anton Pöhl
2025-04-11
1
-33
/
+5
|
*
Stm32 usart: make pin modes of cts, tx, rts and de configurable
Anton Pöhl
2025-04-11
1
-20
/
+70
*
|
fix(stm32): handle half-duplex in ringbuffered read
Badr Bouslikhin
2025-04-06
1
-1
/
+0
*
|
Merge branch 'main' into fix/ringbuffered-error-handling to resolve merge con...
Tobias Naumann
2025-03-31
1
-86
/
+86
|
\
|
|
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-86
/
+86
*
|
Cleanup stm32_metapac register usage in usart module
Tobias Naumann
2025-03-27
1
-3
/
+3
*
|
Fix unused imports
Tobias Naumann
2025-03-27
1
-5
/
+0
|
/
*
add separate tx waker
Rogan Morrow
2025-02-28
1
-1
/
+4
*
Implement `core::error::Error` for STM32 Serial Devices
Guy Marino
2025-02-26
1
-0
/
+16
*
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
*
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
*
add split_ref for stm32 uart
Kenneth Knudsen
2024-11-04
1
-0
/
+7
*
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
1
-7
/
+11
*
|
stm32/usart: sending break character in buffered usart
Daniel Trnka
2024-08-28
1
-11
/
+16
*
|
stm32/usart: sending break character
Daniel Trnka
2024-08-25
1
-0
/
+20
|
/
*
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
*
STM32 Half-Duplex: fix sequential reads and writes
Роман Кривенков
2024-07-02
1
-14
/
+31
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
1
-31
/
+44
*
stm32/usart: set refcount even if initialization failed
Jan Špaček
2024-06-03
1
-3
/
+3
*
stm32/usart: move init code to function that's not generic in T
Jan Špaček
2024-06-01
1
-57
/
+73
*
stm32/buffered-usart: use new_pin! and disconnect pins on drop
Jan Špaček
2024-06-01
1
-3
/
+2
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
1
-7
/
+7
*
stm32/usart: remove instance generic params
Jan Špaček
2024-05-23
1
-219
/
+231
[next]