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
*
stm32: add half duplex USART driver
lights0123
2023-12-26
1
-6
/
+81
*
Documented usart public API
Barnaby Walters
2023-12-19
1
-4
/
+50
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+1
*
stm32: usart pin inversion
lights0123
2023-12-10
1
-1
/
+17
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-105
/
+86
*
stm32: fix uart parity, add comment why it is so
Andres Vahter
2023-10-24
1
-8
/
+11
*
stm32 uart: use ConfigError instead of () as error
Andres Vahter
2023-10-24
1
-10
/
+10
*
stm32: fix setting uart databits
Andres Vahter
2023-10-23
1
-4
/
+8
*
stm32 uart: return error if rx and tx not enabled
Andres Vahter
2023-10-23
1
-1
/
+2
*
make set_config concrete methods public again
Scott Mabin
2023-10-12
1
-2
/
+2
*
enable clock first
pbert
2023-10-12
1
-10
/
+10
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
1
-17
/
+10
*
stm32: update set_config
xoviat
2023-10-01
1
-13
/
+12
*
stm32/usart: enable fifo mode on usartv4.
Dario Nieuwenhuis
2023-09-26
1
-0
/
+2
*
stm32/usart: return error instead of panicking on bad baudrate.
Dario Nieuwenhuis
2023-09-26
1
-33
/
+54
*
stm32: Implement `set_config` for Uart structs
Scott Mabin
2023-09-17
1
-0
/
+49
*
Implement blocking embedded-io::Write for Uart & UartTx
Mathias
2023-09-14
1
-18
/
+52
*
stm32/usart: fix usart not wake up issue
cumthugo
2023-09-13
1
-0
/
+7
*
stm32: fix refcounts for usart, spi, and i2c
xoviat
2023-09-04
1
-0
/
+18
*
Modified the brr calculation to be fully 32-bit
Dion Dokter
2023-08-22
1
-17
/
+29
*
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
1
-30
/
+10
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
1
-4
/
+3
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-2
/
+2
*
stm32/usart: fix error msg for lptim
xoviat
2023-07-24
1
-1
/
+1
*
stm32/uart: optimize swap_rx_tx
Alessandro Pezzato
2023-07-19
1
-13
/
+15
*
stm32/uart: add swap_rx_tx
Alessandro Pezzato
2023-07-19
1
-2
/
+23
*
Update stm32-metapac, includes chiptool changes to use real Rust enums now.
Dario Nieuwenhuis
2023-06-29
1
-1
/
+1
*
stm32: update stm32-metapac.
Dario Nieuwenhuis
2023-06-19
1
-226
/
+181
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-9
/
+9
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-5
/
+5
*
stm32/uart: refactor rx ringbuffer
xoviat
2023-05-29
1
-28
/
+22
*
Use found divider instead of re-reading brr
Rasmus Melchior Jacobsen
2023-05-26
1
-7
/
+7
*
Fix yet another v1 error
Rasmus Melchior Jacobsen
2023-05-25
1
-1
/
+1
*
Fix oversampling message for usart v1
Rasmus Melchior Jacobsen
2023-05-25
1
-2
/
+6
*
Exclude usart_v1
Rasmus Melchior Jacobsen
2023-05-25
1
-0
/
+3
*
Add assume_noise_free to usart configuration
Rasmus Melchior Jacobsen
2023-05-25
1
-1
/
+25
*
stm32: move to bind_interrupts
xoviat
2023-05-24
1
-79
/
+85
*
stm32 uart: Fix error flag handling for blocking operations
Timo Kröger
2023-05-14
1
-32
/
+61
*
Fix some typos
Dirk Stolle
2023-05-08
1
-3
/
+3
*
stm32/usart: add OVER8 and PRESC support, update PAC
Dario Nieuwenhuis
2023-05-02
1
-30
/
+98
*
stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet.
Dario Nieuwenhuis
2023-05-01
1
-0
/
+3
*
Do not disable dma request when idle line is detected
Rasmus Melchior Jacobsen
2023-05-01
1
-5
/
+0
*
Ring-buffered uart rx with one-period overrun detection
Rasmus Melchior Jacobsen
2023-05-01
1
-14
/
+29
*
stm32/uart: abort on error
xoviat
2023-04-28
1
-18
/
+14
*
stm32/dma: refactor.
Dario Nieuwenhuis
2023-04-18
1
-14
/
+13
*
Remove the _todo_embedded_hal_serial impls. EH will probably not have these s...
Dario Nieuwenhuis
2023-04-15
1
-67
/
+0
*
Rework bufferedUart to get rid of PeripheralMutex in a similar fashion as nrf...
Mathias
2023-03-31
1
-0
/
+9
*
-
.
Merge #1192 #1193
bors[bot]
2023-02-06
1
-2
/
+9
|
\
\
|
|
*
stm32/usart: fix LPUART clock multiplier
Patrick Oppenlander
2023-02-06
1
-1
/
+1
|
|
/
|
/
|
|
*
stm32/usart: implement stop_bits configuration
Patrick Oppenlander
2023-02-06
1
-1
/
+8
|
/
[next]