| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Provides AsyncWrite with flush | huntc | 2021-12-10 | 1 | -0/+14 | |
| |/ | ||||||
| * | Keep Clippy happy | huntc | 2021-12-08 | 1 | -1/+1 | |
| * | Applies the Uarte patch | huntc | 2021-12-08 | 2 | -57/+56 | |
| * | nrf/gpiote: fix build for nrf9160 | Dario Nieuwenhuis | 2021-12-02 | 1 | -3/+3 | |
| * | Rationale for uarte usage | huntc | 2021-12-01 | 2 | -0/+15 | |
| * | Removed unsafe from uarte | huntc | 2021-12-01 | 2 | -24/+18 | |
| * | Merge #486 | bors[bot] | 2021-11-26 | 1 | -37/+133 | |
| |\ | ||||||
| | * | nrf: pwm clarify stop and disable pin state | Jacob Rosenthal | 2021-11-14 | 1 | -3/+4 | |
| | * | nrf: sequencepwm dont wait for tasks_stop afterall | Jacob Rosenthal | 2021-11-13 | 1 | -4/+0 | |
| | * | nrf: pwm use register reset | Jacob Rosenthal | 2021-11-13 | 1 | -16/+16 | |
| | * | nrf: pwm clarify stop and disable pin state | Jacob Rosenthal | 2021-11-13 | 1 | -19/+10 | |
| | * | nrf: sequencepwm add events | Jacob Rosenthal | 2021-11-13 | 1 | -0/+108 | |
| * | | Some documentation corrections and expansion | huntc | 2021-11-22 | 1 | -1/+1 | |
| * | | Merge #494 | bors[bot] | 2021-11-21 | 1 | -10/+188 | |
| |\ \ | ||||||
| | * | | nrf: saadc do not reexport pac enums | Jacob Rosenthal | 2021-11-20 | 1 | -10/+188 | |
| * | | | Update embassy-nrf with lifetime bounds on gpio implementations. | Wilfried Chauveau | 2021-11-21 | 1 | -3/+13 | |
| |/ / | ||||||
| * / | Update to defmt 3.0ish. | Bob McWhirter | 2021-11-15 | 1 | -7/+1 | |
| |/ | ||||||
| * | fix set_duty ptr write | Jacob Rosenthal | 2021-11-12 | 1 | -0/+5 | |
| * | sequence pwm remove disable fn for clarity, and disable peripheral on stop | Jacob Rosenthal | 2021-11-11 | 1 | -11/+2 | |
| * | nrf: sequencepwm nitpicks for clarity | Jacob Rosenthal | 2021-11-11 | 1 | -6/+3 | |
| * | 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 | |
