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
*
Use saturating_sub to make sure we don't overflow
Jomer.Dev
2024-01-29
1
-2
/
+2
*
A rebase ate my doc comment!
James Munns
2024-01-19
1
-0
/
+4
*
Fun Learning about the RP2040 UART impl!
James Munns
2024-01-19
1
-40
/
+41
*
Debugging RSR
James Munns
2024-01-19
1
-48
/
+80
*
A little more cleanup
James Munns
2024-01-19
1
-1
/
+4
*
Update with more docs and less panics
James Munns
2024-01-19
1
-23
/
+95
*
Add a basic "read to break" function
James Munns
2024-01-19
1
-0
/
+88
*
docs: document all embassy-rp public apis
Ulf Lilleengen
2023-12-19
1
-1
/
+2
*
docs: document spi, rtc and rest of uart for embassy-rp
Ulf Lilleengen
2023-12-19
1
-2
/
+46
*
docs: embassy-rp rustdoc and refactoring
Ulf Lilleengen
2023-12-19
1
-0
/
+4
*
Fix nb on rp uart
James Munns
2023-12-18
1
-3
/
+5
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-130
/
+114
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
1
-2
/
+2
*
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
1
-29
/
+9
*
rp: rename gpio::Pin::io to gpio::Pin::gpio
pennae
2023-07-31
1
-4
/
+4
*
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
-165
/
+142
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-5
/
+5
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-8
/
+6
*
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
1
-41
/
+60
*
Fix some typos
Dirk Stolle
2023-05-08
1
-2
/
+2
*
rp: remove leftovers from #1414
pennae
2023-05-02
1
-5
/
+3
*
rp/uart: report errors from dma receive
pennae
2023-05-01
1
-13
/
+138
*
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: 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