aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/uart_split.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-60/+0
* sync: flatten module structure.Dario Nieuwenhuis2022-08-221-1/+1
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-2/+2
* 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-5/+5
* Run rustfmt.Dario Nieuwenhuis2022-06-121-3/+1
* Rename channel to mpmchuntc2022-06-121-1/+1
* Simpler Channel.Dario Nieuwenhuis2022-04-061-14/+9
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-4/+4
* Merge #613bors[bot]2022-02-121-3/+3
|\
| * blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...Dario Nieuwenhuis2022-02-121-3/+3
* | nrf: remove OptionalPinDario Nieuwenhuis2022-02-121-2/+1
|/
* nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-5/+4
* Introduces split on the nRF Uartehuntc2021-12-151-0/+68