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-rp
/
src
/
uart
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rp/uart: make dma multicore-safe
pennae
2023-05-01
1
-2
/
+2
*
rp/uart: rename state to buffered_state
pennae
2023-05-01
1
-2
/
+2
*
rp/uart: add set-break functions
pennae
2023-05-01
1
-1
/
+48
*
rp/uart: add UartRx::new_blocking
pennae
2023-05-01
1
-0
/
+10
*
Merge #1378
bors[bot]
2023-04-18
1
-6
/
+47
|
\
|
*
Pass rx pin to right init arg
Jacob Davis-Hansson
2023-04-18
1
-7
/
+23
|
*
outover instead of inover
Jacob Davis-Hansson
2023-04-15
1
-3
/
+3
|
*
Add ability to invert UART pins
Jacob Davis-Hansson
2023-04-14
1
-4
/
+29
*
|
Remove the _todo_embedded_hal_serial impls. EH will probably not have these s...
Dario Nieuwenhuis
2023-04-15
1
-55
/
+0
|
/
*
Fix set_baudrate on RP-PICO
Thierry Fleury
2023-04-01
1
-4
/
+4
*
Add HIL test for into_buffered uart on embassy-rp
Mathias
2023-03-14
1
-2
/
+1
*
Allow upgrading a blocking uart to a BufferedUart, and implement blocking ser...
Mathias
2023-03-14
1
-1
/
+49
*
RP-PICO UART adding set_baudrate: missing to run rust-fmt
Andres Hurtado Lopez
2023-02-26
1
-14
/
+10
*
RP-PICO UART adding set_baudrate: Changing static call from specific type to ...
Andres Hurtado Lopez
2023-02-26
1
-2
/
+2
*
RP-PICO UART adding set_baudrate: refactoring of methods
Andres Hurtado Lopez
2023-02-26
1
-28
/
+23
*
RP-PICO UART adding set_baudrate
Andres Hurtado Lopez
2023-02-26
1
-14
/
+36
*
rp2040: add {tx,rx}-only constructors to UART
Pedro Ferreira
2023-01-04
1
-4
/
+28
*
rp/uart: use lockfree ringbuffer.
Dario Nieuwenhuis
2022-11-25
1
-38
/
+53
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-6
/
+6
*
Add preliminary I2C implementation for RP2040
Mathias
2022-09-27
1
-0
/
+5
*
Fix bufferedUart read and write tests
Mathias
2022-09-27
1
-1
/
+6
*
Formatting
Mathias
2022-09-09
1
-3
/
+1
*
Add bufferedUart, including a split version for only Rx or Tx
Mathias
2022-09-09
1
-1
/
+1
*
Add BufferedUart implementation, and feature-guard time-driver initialization...
Mathias
2022-09-09
1
-0
/
+707
[prev]