aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pwm_sequence consume bufferJacob Rosenthal2021-11-112-17/+9
* Merge #455bors[bot]2021-11-116-53/+605
|\
| * more commentsJacob Rosenthal2021-11-101-1/+1
| * more commentsJacob Rosenthal2021-11-101-2/+2
| * more commentsJacob Rosenthal2021-11-101-3/+6
| * fix bug with config.counter_modeJacob Rosenthal2021-11-101-2/+4
| * doccommentsJacob Rosenthal2021-11-101-3/+3
| * dont wait seqend for sequencepwmJacob Rosenthal2021-11-101-16/+0
| * remove unstable feature and dependency, and make pwm_sequence a near mirror o...Jacob Rosenthal2021-11-103-59/+87
| * doc comment cleanupJacob Rosenthal2021-11-101-2/+4
| * drop the debugJacob Rosenthal2021-11-101-4/+0
| * disconnect pwm pins on dropJacob Rosenthal2021-11-101-0/+12
| * fix wait seqend, pwm example is slow now...Jacob Rosenthal2021-11-101-6/+6
| * fix examples for mut self set_dutyJacob Rosenthal2021-11-103-3/+3
| * defensive dmaJacob Rosenthal2021-11-101-2/+30
| * move state into PwmSimpleJacob Rosenthal2021-11-101-31/+20
| * fixJacob Rosenthal2021-11-101-1/+1
| * pwm store and deconfigure pinsJacob Rosenthal2021-11-101-7/+51
| * fix slice_in_ram for arbitrary size typesJacob Rosenthal2021-11-031-2/+2
| * clean up some todo comments around infinite playJacob Rosenthal2021-11-031-2/+0
| * make SequenceConfig struct is consistent with other Config structs, that are ...Jacob Rosenthal2021-11-033-91/+101
| * rename to SimplePwm and SequencePwmJacob Rosenthal2021-11-036-25/+20
| * fix safety commentsJacob Rosenthal2021-11-031-2/+2
| * intenset in a noopJacob Rosenthal2021-11-031-2/+0
| * make both news configure registers in same orderJacob Rosenthal2021-11-031-11/+12
| * restore example and add set_time_stretch apiJacob Rosenthal2021-11-033-29/+138
| * set_duty does indeed loop foreverJacob Rosenthal2021-11-021-15/+11
| * rename error enum againJacob Rosenthal2021-11-023-4/+4
| * seperate start from pwmseq::newJacob Rosenthal2021-11-013-15/+28
| * seperate sequence from duty cycle pwm structJacob Rosenthal2021-11-013-86/+180
| * led dimming example, dont need to keep all examples, just covering ground to ...Jacob Rosenthal2021-11-011-0/+47
| * commentsJacob Rosenthal2021-11-011-2/+3
| * align pwm.set_duty with embedded hal to not be one shotJacob Rosenthal2021-11-011-1/+8
| * generalize new and change pwm example to a servoJacob Rosenthal2021-11-012-92/+41
| * better not as a constructor?Jacob Rosenthal2021-11-013-60/+22
| * reduce complexity of loopmodeJacob Rosenthal2021-11-013-19/+25
| * fix max sequence lengthJacob Rosenthal2021-11-011-9/+12
| * documentationJacob Rosenthal2021-11-013-9/+14
| * clarify infiniteJacob Rosenthal2021-11-011-2/+3
| * fix additional to remove stuck light at endJacob Rosenthal2021-11-011-10/+8
| * using write dont need to clearJacob Rosenthal2021-10-311-1/+0
| * stop->sequence_stopJacob Rosenthal2021-10-312-3/+3
| * lost commentJacob Rosenthal2021-10-301-0/+2
| * add ability to configure loop count from 1 to infiniteJacob Rosenthal2021-10-303-30/+66
| * at least stop on dropJacob Rosenthal2021-10-301-0/+1
| * move psel back out of ifJacob Rosenthal2021-10-301-4/+9
| * a runtime generated sin table exampleJacob Rosenthal2021-10-292-0/+42
| * simplify api, more interesting exampleJacob Rosenthal2021-10-292-26/+10
| * simple_playback api from nrf sdkJacob Rosenthal2021-10-293-5/+207
* | Merge #482bors[bot]2021-11-113-8/+230
|\ \