| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | nrf: sequencepwm rename top to max_duty for consistancy | Jacob Rosenthal | 2021-11-11 | 1 | -3/+3 | |
| * | sequence must be live while DMA runs | Jacob Rosenthal | 2021-11-11 | 1 | -1/+1 | |
| * | remove const generic | Jacob Rosenthal | 2021-11-11 | 1 | -7/+9 | |
| * | pwm_sequence consume buffer | Jacob Rosenthal | 2021-11-11 | 1 | -10/+8 | |
| * | Merge #455 | bors[bot] | 2021-11-11 | 2 | -51/+392 | |
| |\ | ||||||
| | * | 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 | |
| | * | 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 | |
| | * | 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 | 1 | -65/+78 | |
| | * | rename to SimplePwm and SequencePwm | Jacob Rosenthal | 2021-11-03 | 1 | -14/+8 | |
| | * | 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 | 1 | -0/+6 | |
| | * | set_duty does indeed loop forever | Jacob Rosenthal | 2021-11-02 | 1 | -15/+11 | |
| | * | rename error enum again | Jacob Rosenthal | 2021-11-02 | 1 | -2/+2 | |
| | * | seperate start from pwmseq::new | Jacob Rosenthal | 2021-11-01 | 1 | -12/+25 | |
| | * | seperate sequence from duty cycle pwm struct | Jacob Rosenthal | 2021-11-01 | 1 | -79/+169 | |
| | * | 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 | 1 | -10/+12 | |
| | * | better not as a constructor? | Jacob Rosenthal | 2021-11-01 | 1 | -48/+12 | |
| | * | reduce complexity of loopmode | Jacob Rosenthal | 2021-11-01 | 1 | -16/+22 | |
| | * | fix max sequence length | Jacob Rosenthal | 2021-11-01 | 1 | -9/+12 | |
| | * | documentation | Jacob Rosenthal | 2021-11-01 | 1 | -7/+12 | |
| | * | 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 | 1 | -2/+2 | |
| | * | 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 | 1 | -19/+52 | |
| | * | 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 | |
| | * | simplify api, more interesting example | Jacob Rosenthal | 2021-10-29 | 1 | -19/+3 | |
| | * | simple_playback api from nrf sdk | Jacob Rosenthal | 2021-10-29 | 2 | -5/+166 | |
| * | | nrf: add initial nrf5340 support | Dario Nieuwenhuis | 2021-10-28 | 9 | -81/+1011 | |
| |/ | ||||||
| * | nrf91: support running in both S and NS mode. | Dario Nieuwenhuis | 2021-10-26 | 6 | -71/+167 | |
