| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pwm_sequence consume buffer | Jacob Rosenthal | 2021-11-11 | 2 | -17/+9 |
| * | Merge #455 | bors[bot] | 2021-11-11 | 6 | -53/+605 |
| |\ | |||||
| | * | more comments | Jacob Rosenthal | 2021-11-10 | 1 | -1/+1 |
| | * | more comments | Jacob Rosenthal | 2021-11-10 | 1 | -2/+2 |
| | * | more comments | Jacob Rosenthal | 2021-11-10 | 1 | -3/+6 |
| | * | fix bug with config.counter_mode | Jacob Rosenthal | 2021-11-10 | 1 | -2/+4 |
| | * | doccomments | Jacob Rosenthal | 2021-11-10 | 1 | -3/+3 |
| | * | dont wait seqend for sequencepwm | Jacob Rosenthal | 2021-11-10 | 1 | -16/+0 |
| | * | remove unstable feature and dependency, and make pwm_sequence a near mirror o... | Jacob Rosenthal | 2021-11-10 | 3 | -59/+87 |
| | * | doc comment cleanup | Jacob Rosenthal | 2021-11-10 | 1 | -2/+4 |
| | * | drop the debug | Jacob Rosenthal | 2021-11-10 | 1 | -4/+0 |
| | * | disconnect pwm pins on drop | Jacob Rosenthal | 2021-11-10 | 1 | -0/+12 |
| | * | fix wait seqend, pwm example is slow now... | Jacob Rosenthal | 2021-11-10 | 1 | -6/+6 |
| | * | fix examples for mut self set_duty | Jacob Rosenthal | 2021-11-10 | 3 | -3/+3 |
| | * | defensive dma | Jacob Rosenthal | 2021-11-10 | 1 | -2/+30 |
| | * | move state into PwmSimple | Jacob Rosenthal | 2021-11-10 | 1 | -31/+20 |
| | * | fix | Jacob Rosenthal | 2021-11-10 | 1 | -1/+1 |
| | * | pwm store and deconfigure pins | Jacob Rosenthal | 2021-11-10 | 1 | -7/+51 |
| | * | fix slice_in_ram for arbitrary size types | Jacob Rosenthal | 2021-11-03 | 1 | -2/+2 |
| | * | clean up some todo comments around infinite play | Jacob Rosenthal | 2021-11-03 | 1 | -2/+0 |
| | * | make SequenceConfig struct is consistent with other Config structs, that are ... | Jacob Rosenthal | 2021-11-03 | 3 | -91/+101 |
| | * | rename to SimplePwm and SequencePwm | Jacob Rosenthal | 2021-11-03 | 6 | -25/+20 |
| | * | fix safety comments | Jacob Rosenthal | 2021-11-03 | 1 | -2/+2 |
| | * | intenset in a noop | Jacob Rosenthal | 2021-11-03 | 1 | -2/+0 |
| | * | make both news configure registers in same order | Jacob Rosenthal | 2021-11-03 | 1 | -11/+12 |
| | * | restore example and add set_time_stretch api | Jacob Rosenthal | 2021-11-03 | 3 | -29/+138 |
| | * | set_duty does indeed loop forever | Jacob Rosenthal | 2021-11-02 | 1 | -15/+11 |
| | * | rename error enum again | Jacob Rosenthal | 2021-11-02 | 3 | -4/+4 |
| | * | seperate start from pwmseq::new | Jacob Rosenthal | 2021-11-01 | 3 | -15/+28 |
| | * | seperate sequence from duty cycle pwm struct | Jacob Rosenthal | 2021-11-01 | 3 | -86/+180 |
| | * | led dimming example, dont need to keep all examples, just covering ground to ... | Jacob Rosenthal | 2021-11-01 | 1 | -0/+47 |
| | * | comments | Jacob Rosenthal | 2021-11-01 | 1 | -2/+3 |
| | * | align pwm.set_duty with embedded hal to not be one shot | Jacob Rosenthal | 2021-11-01 | 1 | -1/+8 |
| | * | generalize new and change pwm example to a servo | Jacob Rosenthal | 2021-11-01 | 2 | -92/+41 |
| | * | better not as a constructor? | Jacob Rosenthal | 2021-11-01 | 3 | -60/+22 |
| | * | reduce complexity of loopmode | Jacob Rosenthal | 2021-11-01 | 3 | -19/+25 |
| | * | fix max sequence length | Jacob Rosenthal | 2021-11-01 | 1 | -9/+12 |
| | * | documentation | Jacob Rosenthal | 2021-11-01 | 3 | -9/+14 |
| | * | clarify infinite | Jacob Rosenthal | 2021-11-01 | 1 | -2/+3 |
| | * | fix additional to remove stuck light at end | Jacob Rosenthal | 2021-11-01 | 1 | -10/+8 |
| | * | using write dont need to clear | Jacob Rosenthal | 2021-10-31 | 1 | -1/+0 |
| | * | stop->sequence_stop | Jacob Rosenthal | 2021-10-31 | 2 | -3/+3 |
| | * | lost comment | Jacob Rosenthal | 2021-10-30 | 1 | -0/+2 |
| | * | add ability to configure loop count from 1 to infinite | Jacob Rosenthal | 2021-10-30 | 3 | -30/+66 |
| | * | at least stop on drop | Jacob Rosenthal | 2021-10-30 | 1 | -0/+1 |
| | * | move psel back out of if | Jacob Rosenthal | 2021-10-30 | 1 | -4/+9 |
| | * | a runtime generated sin table example | Jacob Rosenthal | 2021-10-29 | 2 | -0/+42 |
| | * | simplify api, more interesting example | Jacob Rosenthal | 2021-10-29 | 2 | -26/+10 |
| | * | simple_playback api from nrf sdk | Jacob Rosenthal | 2021-10-29 | 3 | -5/+207 |
| * | | Merge #482 | bors[bot] | 2021-11-11 | 3 | -8/+230 |
| |\ \ | |||||
