aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/mpsc.rs
Commit message (Expand)AuthorAgeFilesLines
* Simpler Channel.Dario Nieuwenhuis2022-04-061-60/+0
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-3/+3
* blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...Dario Nieuwenhuis2022-02-121-3/+3
* nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis2021-12-201-3/+2
* embassy/channel: switch to use MutexKindDario Nieuwenhuis2021-09-131-3/+4
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-3/+2
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-031-1/+0
* examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari2021-08-051-3/+4
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-051-1/+0
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-041-2/+0
* rustfmt everythingDario Nieuwenhuis2021-08-041-1/+0
* Provides a cleaner construction of the channel with the common "new" naminghuntc2021-07-151-1/+2
* Use of a NoopMutexhuntc2021-07-151-4/+4
* Remove the cell and traithuntc2021-07-151-4/+4
* Replace UnsafeCellhuntc2021-07-151-5/+3
* Reduces the types on sender and receiverhuntc2021-07-151-3/+5
* Multi Producer Single Consumer channelhuntc2021-07-151-0/+64