aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src
Commit message (Expand)AuthorAgeFilesLines
...
* nrf: add NVMC driver.Dario Nieuwenhuis2021-10-221-0/+44
* Specify unit in log outputUlf Lilleengen2021-10-191-1/+1
* Add support for temperature sensor peripheralUlf Lilleengen2021-10-191-0/+26
* Use types to strengthen the buffer dimensioninghuntc2021-10-181-6/+4
* Removed the Mode enum and factored out into two functions so that we can asse...huntc2021-10-181-2/+2
* We have to reduce the buffer size to cater for the number of channels to scanhuntc2021-10-181-2/+2
* We must allow the run handler to mutate statehuntc2021-10-181-2/+17
* Implements continuous sampling for the nRF SAADChuntc2021-10-182-2/+51
* Extend SAADC one shot supporthuntc2021-10-091-4/+6
* nrf/saadc: remove Sample trait.Dario Nieuwenhuis2021-10-071-1/+1
* 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-0321-21/+0
* Merge pull request #382 from fnafnio/typestate_nrf_timerDario Nieuwenhuis2021-09-021-0/+29
|\
| * removed type aliasesf_punk2021-09-021-0/+29
* | nrf/saadc: add exampleDario Nieuwenhuis2021-09-011-0/+25
|/
* Improve executor naming. Add docs.Dario Nieuwenhuis2021-08-311-3/+3
* nrf/wdt: add handle stealDario Nieuwenhuis2021-08-201-1/+1
* nrf: add WDT driverDario Nieuwenhuis2021-08-071-0/+46
* 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
* 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-291-0/+30
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-0218-0/+1153