aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
Commit message (Expand)AuthorAgeFilesLines
...
* examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari2021-08-059-32/+34
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-0510-42/+9
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-0418-36/+0
* rustfmt everythingDario Nieuwenhuis2021-08-041-1/+0
* hal-common: remove Pin in PeripheralMutexDario Nieuwenhuis2021-08-021-0/+3
* examples: Drop build-std = ["core"]Ben Gamari2021-07-311-3/+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
* Update RNG exampleLiam Murphy2021-06-301-4/+17
* Add an nRF RNG driverLiam Murphy2021-06-292-0/+31
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-0222-0/+1243