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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add BufferedUart implementation, and feature-guard time-driver initialization...
Mathias
2022-09-09
1
-627
/
+0
*
Do not use cfg_if for embedded-hal-async feature gates.
Dario Nieuwenhuis
2022-08-31
1
-35
/
+36
*
Add HIL tests of DMA & UART, and correctly set DREQ for uart DMA
Mathias
2022-08-26
1
-20
/
+51
*
Address code review comments
Mathias
2022-08-23
1
-18
/
+16
*
Don't increment read address in DMA copy from peripherals
Mathias
2022-08-18
1
-7
/
+7
*
Add DMA read + write functions
Mathias
2022-08-18
1
-2
/
+2
*
Preliminary DMA support for RP2040
Mathias
2022-08-18
1
-43
/
+152
*
Fix rp uart example
Mathias
2022-08-18
1
-1
/
+1
*
Implement remaining logic for blocking UART. async is still todo, awaiting DMA
Mathias
2022-08-18
1
-38
/
+363
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-9
/
+9
*
Update embassy-rp
Grant Miller
2022-07-23
1
-9
/
+3
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-6
/
+3
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-1
/
+1
*
Add missing `+ 'd` on unborrows.
Dario Nieuwenhuis
2022-02-10
1
-5
/
+5
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-1
/
+1
*
rp: clock setup
Dario Nieuwenhuis
2021-06-25
1
-2
/
+1
*
Rename PeripheralBorrow to Unborrow
Dario Nieuwenhuis
2021-04-14
1
-6
/
+6
*
rp: add initial version
Dario Nieuwenhuis
2021-03-29
1
-0
/
+173