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-nrf
/
src
/
uarte.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Disable PPI trigger during normal read
Ulf Lilleengen
2021-05-10
1
-4
/
+10
*
Read rx amount outside of poll_fn
Ulf Lilleengen
2021-05-10
1
-3
/
+4
*
Use rxdrdy as trigger for timer
Ulf Lilleengen
2021-05-10
1
-1
/
+1
*
Add implementation of ReadUntilIdle for nRF UART
Ulf Lilleengen
2021-05-10
1
-1
/
+158
*
Rename PeripheralBorrow to Unborrow
Dario Nieuwenhuis
2021-04-14
1
-7
/
+7
*
Remove pin from Uart
Dario Nieuwenhuis
2021-04-14
1
-45
/
+41
*
nrf: better macro naming.
Dario Nieuwenhuis
2021-03-29
1
-3
/
+3
*
nrf/uarte: deal with hwfc correctly
Dario Nieuwenhuis
2021-03-29
1
-4
/
+14
*
nrf/uarte: use rxstarted/txstarted events to track whether a wait for stop is...
Dario Nieuwenhuis
2021-03-29
1
-14
/
+9
*
nrf/uarte: use Peripheral, wait for stop on drop.
Dario Nieuwenhuis
2021-03-29
1
-138
/
+101
*
nrf/uart: make rts/cts optional.
Dario Nieuwenhuis
2021-03-29
1
-73
/
+25
*
nrf/uarte: update to new api
Dario Nieuwenhuis
2021-03-29
1
-227
/
+200
*
Move nRF's util into a separate crate
Thales Fragoso
2021-03-07
1
-3
/
+3
*
Update `nrf-hal` to v0.12.1
Timo Kröger
2021-03-05
1
-23
/
+4
*
Move traits to separate crate.
xoviat
2021-03-02
1
-3
/
+3
*
move most interrupt methods to InterruptExt extension trait. Fixes #35
Dario Nieuwenhuis
2021-03-01
1
-0
/
+1
*
interrupt: Split set_handler context.
Dario Nieuwenhuis
2021-02-26
1
-1
/
+1
*
Cleanup interrupt package naming. Fixes #40
Dario Nieuwenhuis
2021-02-26
1
-4
/
+4
*
Merge pull request #14 from timokroeger/uarte-power-optimization
Dario Nieuwenhuis
2021-01-05
1
-39
/
+83
|
\
|
*
uarte: Low power wait for RX drop
Timo Kröger
2021-01-04
1
-5
/
+8
|
*
uarte: Wait for the peripheral to be disabled
Timo Kröger
2021-01-04
1
-0
/
+2
|
*
uarte: Enable peripheral with first poll
Timo Kröger
2021-01-04
1
-4
/
+6
|
*
uarte: Be on safe side with potentially racy code
Timo Kröger
2021-01-04
1
-23
/
+32
|
*
uarte: Only stop TX forcefully when a transmissions is running
Timo Kröger
2021-01-04
1
-19
/
+27
|
*
uarte: Only stop RX forcefully when a reception is running
Timo Kröger
2021-01-04
1
-17
/
+26
|
*
uarte: Do not spin when stopping a receive future
Timo Kröger
2021-01-04
1
-4
/
+15
*
|
Add "context" pointer to owned interrupt handlers.
Dario Nieuwenhuis
2021-01-04
1
-2
/
+2
|
/
*
Add Uart trait, implement it for nrf.
Dario Nieuwenhuis
2021-01-02
1
-47
/
+54
*
Don't use embedded_dma in nrf uarte.
Dario Nieuwenhuis
2021-01-02
1
-32
/
+21
*
Low power UART driver
Timo Kröger
2020-12-30
1
-0
/
+418
*
Rename Uarte -> BufferedUarte
Dario Nieuwenhuis
2020-12-28
1
-561
/
+0
*
Add support for log+defmt again, but better.
Dario Nieuwenhuis
2020-12-01
1
-1
/
+1
*
Remove anyfmt
Dario Nieuwenhuis
2020-11-27
1
-1
/
+1
*
Fix ambiguous assert
Dario Nieuwenhuis
2020-11-01
1
-2
/
+1
*
Make defmt optional with new `anyfmt` crate
Dario Nieuwenhuis
2020-11-01
1
-1
/
+2
*
Fix build with all nrf chip models
Dario Nieuwenhuis
2020-10-31
1
-6
/
+17
*
First commit
Dario Nieuwenhuis
2020-09-22
1
-0
/
+550
[prev]