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
*
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
2
-53
/
+13
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
3
-23
/
+21
*
embassy-stm32: Misc clippy fixes
Grant Miller
2023-08-06
1
-5
/
+4
*
stm32/dma: rename ringbuf
xoviat
2023-07-29
1
-3
/
+3
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
3
-4
/
+4
*
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
3
-351
/
+285
*
Don't read data register to clear flags on usart v3 ^& v4
Peter Gibson
2023-06-18
1
-2
/
+4
*
actually fix formatting
Peter Gibson
2023-06-15
1
-4
/
+2
*
fix formatting
Peter Gibson
2023-06-15
1
-1
/
+2
*
ensure DR is read to clear idle/overflow interrupt when they occur independen...
Peter Gibson
2023-06-15
1
-16
/
+21
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
2
-14
/
+14
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
2
-14
/
+14
*
stm32/uart: refactor rx ringbuffer
xoviat
2023-05-29
2
-134
/
+98
*
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
2
-155
/
+166
*
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
2
-32
/
+100
*
stm32/uart: feature-gate ringbuffer out when using gpdma, not supported yet.
Dario Nieuwenhuis
2023-05-01
1
-0
/
+3
*
Actually clear idle flag
Rasmus Melchior Jacobsen
2023-05-01
1
-1
/
+8
*
Remove unused import
Rasmus Melchior Jacobsen
2023-05-01
1
-1
/
+1
*
Support overflow detection for more than one ring-period
Rasmus Melchior Jacobsen
2023-05-01
1
-64
/
+57
*
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
2
-14
/
+315
*
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
*
Fix interrupt handling so it is similar to before the rework, and fix examples
Mathias
2023-03-31
1
-95
/
+57
*
Rework bufferedUart to get rid of PeripheralMutex in a similar fashion as nrf...
Mathias
2023-03-31
2
-258
/
+479
*
Remove unnecessary lifetime
Mathias
2023-03-28
1
-2
/
+2
*
Add embedded-io blocking Read + Write for BufferedUart
Mathias
2023-03-28
1
-0
/
+99
*
-
.
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
|
/
*
Stop sampling when exiting the Saadc methods
huntc
2023-01-18
1
-3
/
+7
*
Update mod.rs
Rasmus Melchior Jacobsen
2023-01-14
1
-1
/
+1
*
Only implement Write
Rasmus Melchior Jacobsen
2023-01-14
1
-28
/
+1
*
feat(stm32): Add embedded-io traits for UartRx and UartTx
Rasmus Melchior Jacobsen
2023-01-06
1
-0
/
+39
*
feat(stm32): Let uart implement embedded-io Read/Write
Rasmus Melchior Jacobsen
2023-01-04
1
-0
/
+40
*
Remove unnecessary use of atomic-polyfill.
Dario Nieuwenhuis
2022-12-23
2
-2
/
+2
*
embassy-stm32: add rs485 driver enable to uart
Vincent Stakenburg
2022-12-09
2
-0
/
+53
[next]