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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge #1142
bors[bot]
2023-01-14
1
-188
/
+151
|
\
|
*
rp: Fix formatting string to please CI
Timo Kröger
2023-01-05
1
-1
/
+1
|
*
rp: Improve BufferedUart interrupt handling
Timo Kröger
2023-01-05
1
-21
/
+58
|
*
rp: Disable RX interrupts when ring buffer is full
Timo Kröger
2023-01-04
1
-52
/
+35
|
*
rp: Fix BufferedUart drop code
Timo Kröger
2023-01-04
1
-25
/
+26
|
*
rp: Common init function for BufferedUart
Timo Kröger
2023-01-04
1
-122
/
+64
*
|
rp2040: add {tx,rx}-only constructors to UART
Pedro Ferreira
2023-01-04
1
-4
/
+28
|
/
*
rp: Fill and empty FIFOs in buffered uart interrupt
Timo Kröger
2022-12-27
1
-10
/
+28
*
embassy-rp: Add split() to BufferedUart
kalkyl
2022-12-22
1
-0
/
+7
*
rp/uart: use lockfree ringbuffer.
Dario Nieuwenhuis
2022-11-25
2
-352
/
+395
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-43
/
+17
*
Update Rust nightly.
Dario Nieuwenhuis
2022-10-26
1
-8
/
+8
*
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
2
-49
/
+46
*
Rename from {Rx,Tx}BufferedUart to BufferedUart{Rx,Tx} to be compliant with s...
Mathias
2022-09-27
1
-13
/
+13
*
Add HIL test for bufferedUart
Mathias
2022-09-26
1
-2
/
+1
*
Remove code-duplication in async bufferedUart implementations
Mathias
2022-09-21
1
-126
/
+89
*
Formatting
Mathias
2022-09-09
1
-3
/
+1
*
Add bufferedUart, including a split version for only Rx or Tx
Mathias
2022-09-09
2
-61
/
+310
*
Add BufferedUart implementation, and feature-guard time-driver initialization...
Mathias
2022-09-09
2
-0
/
+993