aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/uarte.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Update rust nightly. (#819)Dario Nieuwenhuis2022-06-181-3/+3
* Run rustfmt.Dario Nieuwenhuis2022-06-121-21/+10
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-2/+2
* Add split method to UarteWithIdleZoey Riordan2022-04-271-20/+49
* Switch to crates.io embedded-hal, embedded-hal-async.Dario Nieuwenhuis2022-04-221-1/+1
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-76/+49
* Move EasyDMA documentation to module levelTil Blechschmidt2022-03-081-1/+5
* Refactor _from_ram methods to use more readable copy operationTil Blechschmidt2022-03-021-6/+6
* Change UARTE methods to copy slice if required and add non-copying variantsTil Blechschmidt2022-03-021-1/+35
* Merge #613bors[bot]2022-02-121-31/+30
|\
| * embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.Dario Nieuwenhuis2022-02-121-31/+30
* | nrf: remove OptionalPinDario Nieuwenhuis2022-02-121-18/+102
|/
* nrf: impl embedded-hal 1.0 and embedded-hal-async traits.Dario Nieuwenhuis2022-01-131-0/+203
* nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-184/+257
* Makes the uarte endtx event availablehuntc2022-01-101-0/+6
* Set Uarte log levels to tracehuntc2021-12-171-11/+11
* Remove unneeded rustfmt::skipUlf Lilleengen2021-12-161-14/+28
* Properly initialise refcounthuntc2021-12-161-1/+5
* Too much copy/pastahuntc2021-12-161-109/+0
* Ref count the peripheral drophuntc2021-12-161-10/+24
* Introduces split on the nRF Uartehuntc2021-12-151-18/+198
* Documents the nRF BufferedUarte problemhuntc2021-12-121-3/+3
* Keep Clippy happyhuntc2021-12-081-1/+1
* Applies the Uarte patchhuntc2021-12-081-56/+54
* Rationale for uarte usagehuntc2021-12-011-0/+11
* Removed unsafe from uartehuntc2021-12-011-8/+1
* nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-261-2/+2
* 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-31/+21
* 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-21/+36
* nrf/uarte: do not use WFE on drop.Dario Nieuwenhuis2021-10-161-14/+1
* - Removed the enable assert from UARTE.Dion Dokter2021-10-131-2/+0
* Added anomaly workaround from the HAL to improve the UARTEDion Dokter2021-10-121-0/+56
* Undoing unnecessary changesDion Dokter2021-10-121-8/+3
* Initial support for nrf9160Dion Dokter2021-10-111-3/+8
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-1/+4
* removed type aliasesf_punk2021-09-021-3/+3
* added typestate to nrf-Timerf_punk2021-09-011-4/+3
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-1/+1
* Add `Send/Sync` bounds to `PeripheralState`Liam Murphy2021-07-241-1/+1
* Fix `Cc::wait` never resolving and refactor some APIsLiam Murphy2021-06-291-5/+5
* Add an nRF Timer driverLiam Murphy2021-06-261-21/+15
* fmt: make all macros `macro_rules` so scoping is consistent.Dario Nieuwenhuis2021-06-071-1/+0
* nrf/uarte: deconfigure pins on dropDario Nieuwenhuis2021-05-261-3/+6
* Fix warningsRukai2021-05-171-6/+2
* nrf: add `Unborrow<Target = Self>` bound to all instance traitsDario Nieuwenhuis2021-05-171-1/+1
* nrf: add support for nrf52805, nrf52811, nrf52820Dario Nieuwenhuis2021-05-171-14/+12
* Improve commentUlf Lilleengen2021-05-101-2/+2