aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src
Commit message (Expand)AuthorAgeFilesLines
* nrf/gpio: add infallible inherent methods, remove some duplication.Dario Nieuwenhuis2021-12-203-16/+12
* Merge #544bors[bot]2021-12-161-0/+68
|\
| * Introduces split on the nRF Uartehuntc2021-12-151-0/+68
* | Merge #542bors[bot]2021-12-142-8/+6
|\ \ | |/ |/|
| * nrf/gpiote: remove PortInput, move impls to Input.Dario Nieuwenhuis2021-12-142-8/+6
| * Revert blinky changes for nowUlf Lilleengen2021-12-101-11/+8
| * More contentUlf Lilleengen2021-12-101-8/+11
* | Documents the nRF BufferedUarte problemhuntc2021-12-121-3/+3
* | Provides AsyncWrite with flushhuntc2021-12-101-0/+3
|/
* Removed unsafe from uartehuntc2021-12-012-19/+16
* Merge #486bors[bot]2021-11-261-0/+73
|\
| * nrf: sequencepwm add eventsJacob Rosenthal2021-11-131-0/+73
* | Fix interrupt_take macro by specifying path to panic macro.Matous Hybl2021-11-2313-13/+4
|/
* pwm_sequence show implicit and explicit stop functionalityJacob Rosenthal2021-11-111-3/+6
* pwm_servo example comment for clarityJacob Rosenthal2021-11-111-0/+1
* nrf: dump the pwm_sequence example for clarityJacob Rosenthal2021-11-112-129/+9
* nrf: sequencepwm rename top to max_duty for consistancyJacob Rosenthal2021-11-111-1/+1
* fixJacob Rosenthal2021-11-111-2/+2
* fixJacob Rosenthal2021-11-111-2/+8
* pwm_sequence consume bufferJacob Rosenthal2021-11-111-7/+1
* remove unstable feature and dependency, and make pwm_sequence a near mirror o...Jacob Rosenthal2021-11-102-58/+87
* fix examples for mut self set_dutyJacob Rosenthal2021-11-103-3/+3
* make SequenceConfig struct is consistent with other Config structs, that are ...Jacob Rosenthal2021-11-032-26/+23
* rename to SimplePwm and SequencePwmJacob Rosenthal2021-11-035-11/+12
* restore example and add set_time_stretch apiJacob Rosenthal2021-11-032-29/+132
* rename error enum againJacob Rosenthal2021-11-022-2/+2
* seperate start from pwmseq::newJacob Rosenthal2021-11-012-3/+3
* seperate sequence from duty cycle pwm structJacob Rosenthal2021-11-012-7/+11
* led dimming example, dont need to keep all examples, just covering ground to ...Jacob Rosenthal2021-11-011-0/+47
* generalize new and change pwm example to a servoJacob Rosenthal2021-11-011-82/+29
* better not as a constructor?Jacob Rosenthal2021-11-012-12/+10
* reduce complexity of loopmodeJacob Rosenthal2021-11-012-3/+3
* documentationJacob Rosenthal2021-11-012-2/+2
* stop->sequence_stopJacob Rosenthal2021-10-311-1/+1
* add ability to configure loop count from 1 to infiniteJacob Rosenthal2021-10-302-11/+14
* a runtime generated sin table exampleJacob Rosenthal2021-10-291-0/+41
* simplify api, more interesting exampleJacob Rosenthal2021-10-291-7/+7
* simple_playback api from nrf sdkJacob Rosenthal2021-10-291-0/+41
* Fixed examplesDion Dokter2021-10-262-4/+2
* Another redo using the feedback.Dion Dokter2021-10-263-18/+14
* Fixed examples and added defmt format to the new error typesDion Dokter2021-10-262-4/+4
* - Added _ppi and _dppi to distinguish between the new and the old peripheral.Dion Dokter2021-10-261-9/+9
* 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