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
/
buffered.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove atomic-polyfill
Bjorn Beishline
2025-11-25
1
-3
/
+10
*
Remove some forgotten commented out code
Marc
2025-05-02
1
-2
/
+0
*
Removed instance from uart types
Marc
2025-05-02
1
-146
/
+160
*
BufferedUart initialization
Michael Gomez
2025-04-04
1
-2
/
+2
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-39
/
+27
*
Add split_ref fn to uart, allowing a mutable reference split into RX & TX han...
Mathias
2024-07-17
1
-2
/
+14
*
rustfmt
rafael
2024-07-10
1
-2
/
+2
*
implement read_ready method in BufferedUart
rafael
2024-07-10
1
-0
/
+18
*
fix(embassy-rp): fix drop implementation of BufferedUartRx and BufferedUartTx
tact1m4n3
2024-05-17
1
-68
/
+78
*
Merge branch 'embassy-rs:main' into barafael/minor_clippy_lints_rp
Rafael Bachmann
2024-03-25
1
-8
/
+2
|
\
|
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
1
-8
/
+2
*
|
fix minor clippy lints in embassy_rp
Rafael Bachmann
2024-03-18
1
-2
/
+2
|
/
*
docs: document all embassy-rp public apis
Ulf Lilleengen
2023-12-19
1
-0
/
+1
*
docs: embassy-rp rustdoc and refactoring
Ulf Lilleengen
2023-12-19
1
-0
/
+20
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-87
/
+78
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
1
-2
/
+2
*
Remove a few ultra-verbose logs.
Dario Nieuwenhuis
2023-10-03
1
-2
/
+0
*
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
1
-23
/
+3
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
1
-13
/
+13
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-1
/
+1
*
rp: update rp-pac.
Dario Nieuwenhuis
2023-06-16
1
-144
/
+125
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-3
/
+3
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-7
/
+7
*
rp: remove take!, add bind_interrupts!
pennae
2023-05-15
1
-100
/
+109
*
Fix some typos
Dirk Stolle
2023-05-08
1
-1
/
+1
*
rp/uart: report errors from dma receive
pennae
2023-05-01
1
-1
/
+1
*
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
1
-12
/
+12
*
rp/uart: add set-break functions
pennae
2023-05-01
1
-0
/
+47
*
Remove the _todo_embedded_hal_serial impls. EH will probably not have these s...
Dario Nieuwenhuis
2023-04-15
1
-55
/
+0
*
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 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
*
Allow upgrading a blocking uart to a BufferedUart, and implement blocking ser...
Mathias
2023-03-14
1
-49
/
+291
*
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
*
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
1
-314
/
+342
*
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
*
Fix bufferedUart read and write tests
Mathias
2022-09-27
1
-48
/
+40
*
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
[next]