aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/uart_idle.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-35/+0
|
* Removes some of the code duplication for UarteWithIdlehuntc2022-10-091-3/+4
| | | | This commit removes some of the code duplication for UarteWithIdle at the expense of requiring a split. As the example illustrates though, this expense seems worth the benefit in terms of maintenance, and the avoidance of copying over methods. My main motivation for this commit was actually due to the `event_endtx` method not having been copied across.
* 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-6/+2
|
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-4/+4
|
* nrf: remove OptionalPinDario Nieuwenhuis2022-02-121-2/+1
|
* nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-7/+3
|
* 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
|
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-021-0/+46