aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/uarte.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Disable PPI trigger during normal readUlf Lilleengen2021-05-101-4/+10
* Read rx amount outside of poll_fnUlf Lilleengen2021-05-101-3/+4
* Use rxdrdy as trigger for timerUlf Lilleengen2021-05-101-1/+1
* Add implementation of ReadUntilIdle for nRF UARTUlf Lilleengen2021-05-101-1/+158
* Rename PeripheralBorrow to UnborrowDario Nieuwenhuis2021-04-141-7/+7
* Remove pin from UartDario Nieuwenhuis2021-04-141-45/+41
* nrf: better macro naming.Dario Nieuwenhuis2021-03-291-3/+3
* nrf/uarte: deal with hwfc correctlyDario Nieuwenhuis2021-03-291-4/+14
* nrf/uarte: use rxstarted/txstarted events to track whether a wait for stop is...Dario Nieuwenhuis2021-03-291-14/+9
* nrf/uarte: use Peripheral, wait for stop on drop.Dario Nieuwenhuis2021-03-291-138/+101
* nrf/uart: make rts/cts optional.Dario Nieuwenhuis2021-03-291-73/+25
* nrf/uarte: update to new apiDario Nieuwenhuis2021-03-291-227/+200
* Move nRF's util into a separate crateThales Fragoso2021-03-071-3/+3
* Update `nrf-hal` to v0.12.1Timo Kröger2021-03-051-23/+4
* Move traits to separate crate.xoviat2021-03-021-3/+3
* move most interrupt methods to InterruptExt extension trait. Fixes #35Dario Nieuwenhuis2021-03-011-0/+1
* interrupt: Split set_handler context.Dario Nieuwenhuis2021-02-261-1/+1
* Cleanup interrupt package naming. Fixes #40Dario Nieuwenhuis2021-02-261-4/+4
* Merge pull request #14 from timokroeger/uarte-power-optimizationDario Nieuwenhuis2021-01-051-39/+83
|\
| * uarte: Low power wait for RX dropTimo Kröger2021-01-041-5/+8
| * uarte: Wait for the peripheral to be disabledTimo Kröger2021-01-041-0/+2
| * uarte: Enable peripheral with first pollTimo Kröger2021-01-041-4/+6
| * uarte: Be on safe side with potentially racy codeTimo Kröger2021-01-041-23/+32
| * uarte: Only stop TX forcefully when a transmissions is runningTimo Kröger2021-01-041-19/+27
| * uarte: Only stop RX forcefully when a reception is runningTimo Kröger2021-01-041-17/+26
| * uarte: Do not spin when stopping a receive futureTimo Kröger2021-01-041-4/+15
* | Add "context" pointer to owned interrupt handlers.Dario Nieuwenhuis2021-01-041-2/+2
|/
* Add Uart trait, implement it for nrf.Dario Nieuwenhuis2021-01-021-47/+54
* Don't use embedded_dma in nrf uarte.Dario Nieuwenhuis2021-01-021-32/+21
* Low power UART driverTimo Kröger2020-12-301-0/+418
* Rename Uarte -> BufferedUarteDario Nieuwenhuis2020-12-281-561/+0
* Add support for log+defmt again, but better.Dario Nieuwenhuis2020-12-011-1/+1
* Remove anyfmtDario Nieuwenhuis2020-11-271-1/+1
* Fix ambiguous assertDario Nieuwenhuis2020-11-011-2/+1
* Make defmt optional with new `anyfmt` crateDario Nieuwenhuis2020-11-011-1/+2
* Fix build with all nrf chip modelsDario Nieuwenhuis2020-10-311-6/+17
* First commitDario Nieuwenhuis2020-09-221-0/+550