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
*
Update to embedded-io 0.7
Dario Nieuwenhuis
2025-12-19
1
-0
/
+20
*
[nRF] Add delay in uart anomaly fix
Dion Dokter
2025-10-29
1
-0
/
+8
*
feat: improve nrf54 support using new nrf-pac
Ulf Lilleengen
2025-10-28
1
-67
/
+95
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-2
/
+2
*
nrf/uart,timer: erase instance generics.
Dario Nieuwenhuis
2025-09-28
1
-57
/
+91
*
Update Rust nightly, stable.
Dario Nieuwenhuis
2025-07-04
1
-1
/
+1
*
BufferedUart initialization
Michael Gomez
2025-04-04
1
-2
/
+2
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-75
/
+49
*
Just impl Write
Alexander Walter
2024-12-14
1
-18
/
+0
*
Add trait embedded_io_async to uarte
Alexander Walter
2024-12-14
1
-0
/
+57
*
nrf: port to chiptool-based `nrf-pac`.
Dario Nieuwenhuis
2024-11-04
1
-171
/
+185
*
nrf: fix wrong order configuring gpios.
Dario Nieuwenhuis
2024-06-25
1
-2
/
+3
*
nrf: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
1
-32
/
+25
*
nrf/uarte: prevent accidentally driving tx pin on rxonly uart if it was left ...
Dario Nieuwenhuis
2024-02-22
1
-34
/
+26
*
nrf/uart: Add support for rx-only or tx-only BufferedUart.
Dario Nieuwenhuis
2024-02-21
1
-1
/
+1
*
nrf/uart: share waker state between buffered and nonbuffered.
Dario Nieuwenhuis
2024-02-21
1
-9
/
+9
*
nrf/uart: add split_by_ref.
Dario Nieuwenhuis
2024-02-21
1
-0
/
+8
*
nrf: More nits cleaned up - useless cast and struct item
Priit Laes
2024-02-17
1
-1
/
+1
*
nrf: Remove useless borrows
Priit Laes
2024-02-17
1
-5
/
+5
*
nrf: Use .is_empty() instead of .len() == 0
Priit Laes
2024-02-17
1
-5
/
+5
*
Address @Dirbaio's comments
Justin Beaurivage
2024-02-05
1
-9
/
+9
*
Rustfmt
Justin Beaurivage
2024-01-31
1
-3
/
+9
*
Add error handling to UarteRxWithIdle
Justin Beaurivage
2024-01-31
1
-12
/
+23
*
Handle Uarte RX errors
Justin Beaurivage
2024-01-30
1
-11
/
+84
*
Update embedded-hal to 1.0.0-rc.1 (#1783)
Dario Nieuwenhuis
2023-08-16
1
-48
/
+0
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-2
/
+2
*
embassy-nrf: Idle detection for RX only uarte
Timo Kröger
2023-06-13
1
-44
/
+51
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-11
/
+11
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-7
/
+7
*
nrf/uarte: fix deref warning, fix errata not being applied on nrf53.
Dario Nieuwenhuis
2023-05-19
1
-6
/
+4
*
Remove the _todo_embedded_hal_serial impls. EH will probably not have these s...
Dario Nieuwenhuis
2023-04-15
1
-77
/
+0
*
common/peripheral: do not require mut in PeripheralRef clone_unchecked.
Dario Nieuwenhuis
2023-04-11
1
-1
/
+1
*
nrf/uart: switch to new interrupt binding.
Dario Nieuwenhuis
2023-03-06
1
-42
/
+43
*
nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts.
Dario Nieuwenhuis
2023-03-04
1
-0
/
+5
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-24
/
+52
*
Fix a typo
Kentaro Okuda
2022-12-30
1
-1
/
+1
*
nrf/uart: do not error on zero length transfers.
Dario Nieuwenhuis
2022-12-15
1
-10
/
+10
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-2
/
+24
*
Removes some of the code duplication for UarteWithIdle
huntc
2022-10-09
1
-267
/
+131
*
Update embedded-hal versions and explicitly pin
Ulf Lilleengen
2022-09-29
1
-2
/
+2
*
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-1
/
+1
*
Do not use cfg_if for embedded-hal-async feature gates.
Dario Nieuwenhuis
2022-08-31
1
-49
/
+50
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
1
-1
/
+1
*
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
1
-15
/
+14
*
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
1
-21
/
+40
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-78
/
+78
*
WIP: Make unborrow safe to use
Grant Miller
2022-07-23
1
-53
/
+34
*
nrf/uart: add support for tx-only and rx-only uart.
Dario Nieuwenhuis
2022-06-25
1
-27
/
+149
*
Add more API docs for embassy-cortex-m and embassy-nrf
Ulf Lilleengen
2022-06-23
1
-3
/
+3
[next]