aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/buffered_uart.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-57/+0
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+1
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+3
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-2/+2
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-5/+3
|
* Implement BufRead for nrf BufferedUartechemicstry2022-05-261-15/+5
|
* Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-071-1/+1
|
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-4/+4
|
* Documents the nRF BufferedUarte problemhuntc2021-12-121-3/+3
| | | | Please see https://github.com/embassy-rs/embassy/issues/536 for the rationale.
* Provides AsyncWrite with flushhuntc2021-12-101-0/+3
| | | | As per Tokio and others, this commit provides a `poll_flush` method on `AsyncWrite` so that a best-effort attempt at wakening once all bytes are flushed can be made.
* Removed unsafe from uartehuntc2021-12-011-17/+15
| | | | The constructors themselves are not strictly unsafe. Interactions with DMA can be generally unsafe if a future is dropped, but that's a separate issue. It is important that we use the `unsafe` keyword diligently as it can lead to confusion otherwise.
* Fix interrupt_take macro by specifying path to panic macro.Matous Hybl2021-11-231-1/+0
|
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-031-1/+0
| | | | trait_alias seems unused. no idea why it's there.
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-041-2/+0
|
* hal-common: remove Pin in PeripheralMutexDario Nieuwenhuis2021-08-021-0/+3
|
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-021-0/+68