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
*
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
*
Add bufferedUart, including a split version for only Rx or Tx
Mathias
2022-09-09
1
-60
/
+309
*
Add BufferedUart implementation, and feature-guard time-driver initialization...
Mathias
2022-09-09
1
-0
/
+286