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
...
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
2
-15
/
+13
*
Fix return definition
Alpha3__0
2023-05-25
1
-2
/
+2
*
Implement eh 0.2.* serial::Write for Uart/UartTx
Alpha3__0
2023-05-25
1
-0
/
+38
*
rp: remove take!, add bind_interrupts!
pennae
2023-05-15
2
-141
/
+169
*
Fix some typos
Dirk Stolle
2023-05-08
2
-3
/
+3
*
rp: remove leftovers from #1414
pennae
2023-05-02
1
-5
/
+3
*
rp/uart: report errors from dma receive
pennae
2023-05-01
2
-14
/
+139
*
rp/uart: extract fifo draining from blocking_read
pennae
2023-05-01
1
-23
/
+27
*
rp/uart: make dma multicore-safe
pennae
2023-05-01
1
-2
/
+2
*
rp/uart: report errors from buffered uart
pennae
2023-05-01
1
-14
/
+72
*
rp/uart: extract common code from async and blocking buffered reads
pennae
2023-05-01
1
-47
/
+39
*
rp/uart: rename state to buffered_state
pennae
2023-05-01
2
-14
/
+14
*
rp/uart: add set-break functions
pennae
2023-05-01
2
-1
/
+95
*
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
2
-110
/
+0
|
/
*
Merge #1318
bors[bot]
2023-04-02
1
-0
/
+16
|
\
|
*
rp: Allow zero len writes for buffered uart
Timo Kröger
2023-04-02
1
-0
/
+8
|
*
rp: Allow zero len reads for buffered uart
Timo Kröger
2023-04-01
1
-0
/
+8
*
|
Fix set_baudrate on RP-PICO
Thierry Fleury
2023-04-01
1
-4
/
+4
|
/
*
Fix return type for EH-nb traits
Mathias
2023-03-23
1
-4
/
+4
*
Add embedded-io blocking Read + Write for BufferedUart
Mathias
2023-03-23
1
-10
/
+56
*
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
2
-50
/
+340
*
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
[prev]
[next]