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
/
buffered_uarte.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: improve nrf54 support using new nrf-pac
Ulf Lilleengen
2025-10-28
1
-951
/
+0
*
return error on read when uarte buffer overrun
Kezi
2025-10-14
1
-4
/
+17
*
remove panic on uarte overrun
Kezi
2025-10-09
1
-1
/
+2
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-6
/
+6
*
nrf/uart,timer: erase instance generics.
Dario Nieuwenhuis
2025-09-28
1
-94
/
+135
*
BufferedUart initialization
Michael Gomez
2025-04-04
1
-5
/
+5
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-96
/
+90
*
Desugar some async fns
Dániel Buga
2024-12-30
1
-7
/
+4
*
nrf: port to chiptool-based `nrf-pac`.
Dario Nieuwenhuis
2024-11-04
1
-87
/
+70
*
nrf: add try_write to BufferedUarte.
Dario Nieuwenhuis
2024-08-21
1
-0
/
+28
*
nrf: buffered_uarte: Add overrides for `too_many_arguments` lint
Priit Laes
2024-08-08
1
-0
/
+7
*
nrf after cargo check
rafael
2024-07-14
1
-2
/
+2
*
nrf
rafael
2024-07-14
1
-0
/
+18
*
nrf/buffered_uart: take into account EASYDMA_SIZE. fixes nrf52832
Dario Nieuwenhuis
2024-06-25
1
-4
/
+5
*
nrf: fix wrong order configuring gpios.
Dario Nieuwenhuis
2024-06-25
1
-0
/
+3
*
nrf: remove mod sealed.
Dario Nieuwenhuis
2024-04-05
1
-16
/
+9
*
nrf/uart: Add support for rx-only or tx-only BufferedUart.
Dario Nieuwenhuis
2024-02-21
1
-107
/
+254
*
nrf/uart: share waker state between buffered and nonbuffered.
Dario Nieuwenhuis
2024-02-21
1
-10
/
+9
*
nrf/buffered_uart: refactor so rx/tx halves are independent.
Dario Nieuwenhuis
2024-02-21
1
-218
/
+229
*
nrf/buffered_uart: simplify split lifetimes.
Dario Nieuwenhuis
2024-02-21
1
-12
/
+12
*
nrf: Remove useless borrows
Priit Laes
2024-02-17
1
-1
/
+1
*
Reset rx_started state of nrf buffered_uarte on init
ftilde
2023-12-29
1
-0
/
+1
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-1
/
+0
*
nrf/buffered_uarte: fix hang when buffer full due to PPI missing the endrx ev...
Dario Nieuwenhuis
2023-11-14
1
-21
/
+58
*
nrf/buffered_uarte: fix missing hwfc enable.
Dario Nieuwenhuis
2023-11-13
1
-1
/
+3
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
1
-11
/
+11
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-2
/
+2
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-6
/
+5
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-4
/
+4
*
Disable ppi group first to avoid BufferedUarte not getting dropped properly
Linus Harberg
2023-05-26
1
-0
/
+2
*
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
-111
/
+114
*
nrf/buffered_uarte: add HIL tests.
Dario Nieuwenhuis
2023-03-04
1
-1
/
+1
*
nrf/buffered_uarte: make available on stable.
Dario Nieuwenhuis
2023-03-04
1
-43
/
+116
*
nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts.
Dario Nieuwenhuis
2023-03-04
1
-299
/
+373
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-2
/
+7
*
Switch to async-fn-in-trait
Dario Nieuwenhuis
2022-11-25
1
-49
/
+17
*
Update Rust nightly.
Dario Nieuwenhuis
2022-10-26
1
-8
/
+8
*
Merge #958
bors[bot]
2022-09-23
1
-25
/
+17
|
\
|
*
Re-add timer.stop()
Zoey Riordan
2022-09-23
1
-2
/
+3
|
*
Fix builds on other nrf pacs
Zoey Riordan
2022-09-21
1
-4
/
+4
|
*
Remove unused function
Zoey Riordan
2022-09-21
1
-10
/
+0
|
*
Remove left-in comments and logs
Zoey Riordan
2022-09-21
1
-2
/
+0
|
*
Implement proper `Drop` for `BufferedUarte`
Zoey Riordan
2022-09-21
1
-14
/
+17
*
|
Replace futures::future::poll_fn -> core::future::poll_fn.
Dario Nieuwenhuis
2022-09-22
1
-2
/
+1
|
/
*
Avoid double-borrow
Zoey Riordan
2022-08-30
1
-6
/
+9
*
Deduplicate IO methods
Zoey Riordan
2022-08-30
1
-169
/
+101
*
Add split() method to BufferedUarte in embassy-nrf
Zoey Riordan
2022-08-30
1
-12
/
+167
*
split `embassy-util` into `embassy-futures`, `embassy-sync`.
Dario Nieuwenhuis
2022-08-22
1
-1
/
+1
*
nRF documentation warning fixes
Ulf Lilleengen
2022-08-22
1
-0
/
+9
[next]