aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/buffered_uarte.rs
Commit message (Expand)AuthorAgeFilesLines
* common/peripheral: do not require mut in PeripheralRef clone_unchecked.Dario Nieuwenhuis2023-04-111-1/+1
* nrf/uart: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-111/+114
* nrf/buffered_uarte: add HIL tests.Dario Nieuwenhuis2023-03-041-1/+1
* nrf/buffered_uarte: make available on stable.Dario Nieuwenhuis2023-03-041-43/+116
* nrf/buffered_uarte: remove PeripheralMutex, make it work without rts/cts.Dario Nieuwenhuis2023-03-041-299/+373
* nrf: docs.Dario Nieuwenhuis2023-02-011-2/+7
* Switch to async-fn-in-traitDario Nieuwenhuis2022-11-251-49/+17
* Update Rust nightly.Dario Nieuwenhuis2022-10-261-8/+8
* Merge #958bors[bot]2022-09-231-25/+17
|\
| * Re-add timer.stop()Zoey Riordan2022-09-231-2/+3
| * Fix builds on other nrf pacsZoey Riordan2022-09-211-4/+4
| * Remove unused functionZoey Riordan2022-09-211-10/+0
| * Remove left-in comments and logsZoey Riordan2022-09-211-2/+0
| * Implement proper `Drop` for `BufferedUarte`Zoey Riordan2022-09-211-14/+17
* | Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-221-2/+1
|/
* Avoid double-borrowZoey Riordan2022-08-301-6/+9
* Deduplicate IO methodsZoey Riordan2022-08-301-169/+101
* Add split() method to BufferedUarte in embassy-nrfZoey Riordan2022-08-301-12/+167
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* nRF documentation warning fixesUlf Lilleengen2022-08-221-0/+9
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-2/+12
* nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis2022-07-231-6/+5
* Remove PeripheralRef::into_inner()Dario Nieuwenhuis2022-07-231-6/+3
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-12/+12
* WIP: Make unborrow safe to useGrant Miller2022-07-231-3/+6
* Add more API docs for embassy-cortex-m and embassy-nrfUlf Lilleengen2022-06-231-1/+1
* Run rustfmt.Dario Nieuwenhuis2022-06-121-14/+8
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-3/+3
* common/PeripheralMutex: remove unsafe API. (#802)Dario Nieuwenhuis2022-06-091-16/+14
* Revert "Fix irq pend behavior"chemicstry2022-05-261-2/+2
* Fix irq pend behaviorchemicstry2022-05-261-2/+2
* Implement BufRead for nrf BufferedUartechemicstry2022-05-261-0/+42
* nrf/buffered_uarte: fix out of bounds on read.Dario Nieuwenhuis2022-05-141-1/+1
* Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-071-64/+80
* nrf: remove OptionalPinDario Nieuwenhuis2022-02-121-17/+7
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-131-12/+2
* Documents the nRF BufferedUarte problemhuntc2021-12-121-1/+12
* Provides AsyncWrite with flushhuntc2021-12-101-0/+14
* Applies the Uarte patchhuntc2021-12-081-1/+2
* Rationale for uarte usagehuntc2021-12-011-0/+4
* Removed unsafe from uartehuntc2021-12-011-16/+17
* Fewer channel traits, more cfg to make the system workDion Dokter2021-10-261-11/+9
* - Interconnect is now PPI againDion Dokter2021-10-261-1/+1
* Another redo using the feedback.Dion Dokter2021-10-261-32/+22
* Fixed examples and added defmt format to the new error typesDion Dokter2021-10-261-0/+1
* - Added _ppi and _dppi to distinguish between the new and the old peripheral.Dion Dokter2021-10-261-20/+38
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-1/+2
* removed type aliasesf_punk2021-09-021-3/+3
* added typestate to nrf-Timerf_punk2021-09-011-4/+3
* common: Initialize PeripheralMutex state with closure to ensure it's done in-...Dario Nieuwenhuis2021-08-021-16/+14