aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/uart_split.rs
Commit message (Collapse)AuthorAgeFilesLines
* nrf/uarte: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-131-5/+4
|
* Introduces split on the nRF Uartehuntc2021-12-151-0/+68
A new `split` method is introduced such that the Uarte tx and rx can be used from separate tasks. An MPSC is used to illustrate how data may be passed between these tasks.