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
*
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
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
1
-2
/
+12
*
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
1
-6
/
+5
*
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
1
-6
/
+3
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
1
-12
/
+12
*
WIP: Make unborrow safe to use
Grant Miller
2022-07-23
1
-3
/
+6
*
Add more API docs for embassy-cortex-m and embassy-nrf
Ulf Lilleengen
2022-06-23
1
-1
/
+1
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
1
-14
/
+8
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
1
-3
/
+3
*
common/PeripheralMutex: remove unsafe API. (#802)
Dario Nieuwenhuis
2022-06-09
1
-16
/
+14
*
Revert "Fix irq pend behavior"
chemicstry
2022-05-26
1
-2
/
+2
*
Fix irq pend behavior
chemicstry
2022-05-26
1
-2
/
+2
*
Implement BufRead for nrf BufferedUarte
chemicstry
2022-05-26
1
-0
/
+42
*
nrf/buffered_uarte: fix out of bounds on read.
Dario Nieuwenhuis
2022-05-14
1
-1
/
+1
*
Replace embassy::io with embedded_io.
Dario Nieuwenhuis
2022-05-07
1
-64
/
+80
*
nrf: remove OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-17
/
+7
*
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Dario Nieuwenhuis
2022-01-13
1
-12
/
+2
*
Documents the nRF BufferedUarte problem
huntc
2021-12-12
1
-1
/
+12
*
Provides AsyncWrite with flush
huntc
2021-12-10
1
-0
/
+14
*
Applies the Uarte patch
huntc
2021-12-08
1
-1
/
+2
*
Rationale for uarte usage
huntc
2021-12-01
1
-0
/
+4
*
Removed unsafe from uarte
huntc
2021-12-01
1
-16
/
+17
*
Fewer channel traits, more cfg to make the system work
Dion Dokter
2021-10-26
1
-11
/
+9
*
- Interconnect is now PPI again
Dion Dokter
2021-10-26
1
-1
/
+1
*
Another redo using the feedback.
Dion Dokter
2021-10-26
1
-32
/
+22
*
Fixed examples and added defmt format to the new error types
Dion Dokter
2021-10-26
1
-0
/
+1
*
- Added _ppi and _dppi to distinguish between the new and the old peripheral.
Dion Dokter
2021-10-26
1
-20
/
+38
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-1
/
+2
[next]