| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adjust the config.toml for U5. | Bob McWhirter | 2021-11-17 | 1 | -5/+2 |
| * | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 14 | -16/+4 |
| * | Adjust for bxcan API. | Bob McWhirter | 2021-11-15 | 1 | -3/+4 |
| * | Further cargo muckings for smol/defmt. | Bob McWhirter | 2021-11-15 | 2 | -3/+7 |
| * | Remove extraneous defmt-trace feature. | Bob McWhirter | 2021-11-15 | 1 | -1/+1 |
| * | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 12 | -174/+53 |
| * | Update to defmt 3.0ish. | Bob McWhirter | 2021-11-15 | 5 | -47/+24 |
| * | pwm_sequence show implicit and explicit stop functionality | Jacob Rosenthal | 2021-11-11 | 1 | -3/+6 |
| * | pwm_servo example comment for clarity | Jacob Rosenthal | 2021-11-11 | 1 | -0/+1 |
| * | nrf: dump the pwm_sequence example for clarity | Jacob Rosenthal | 2021-11-11 | 2 | -129/+9 |
| * | nrf: sequencepwm rename top to max_duty for consistancy | Jacob Rosenthal | 2021-11-11 | 1 | -1/+1 |
| * | fix | Jacob Rosenthal | 2021-11-11 | 1 | -2/+2 |
| * | fix | Jacob Rosenthal | 2021-11-11 | 1 | -2/+8 |
| * | pwm_sequence consume buffer | Jacob Rosenthal | 2021-11-11 | 1 | -7/+1 |
| * | Merge #455 | bors[bot] | 2021-11-11 | 4 | -2/+213 |
| |\ | |||||
| | * | remove unstable feature and dependency, and make pwm_sequence a near mirror o... | Jacob Rosenthal | 2021-11-10 | 3 | -59/+87 |
| | * | fix examples for mut self set_duty | Jacob Rosenthal | 2021-11-10 | 3 | -3/+3 |
| | * | make SequenceConfig struct is consistent with other Config structs, that are ... | Jacob Rosenthal | 2021-11-03 | 2 | -26/+23 |
| | * | rename to SimplePwm and SequencePwm | Jacob Rosenthal | 2021-11-03 | 5 | -11/+12 |
| | * | restore example and add set_time_stretch api | Jacob Rosenthal | 2021-11-03 | 2 | -29/+132 |
| | * | rename error enum again | Jacob Rosenthal | 2021-11-02 | 2 | -2/+2 |
| | * | seperate start from pwmseq::new | Jacob Rosenthal | 2021-11-01 | 2 | -3/+3 |
| | * | seperate sequence from duty cycle pwm struct | Jacob Rosenthal | 2021-11-01 | 2 | -7/+11 |
| | * | led dimming example, dont need to keep all examples, just covering ground to ... | Jacob Rosenthal | 2021-11-01 | 1 | -0/+47 |
| | * | generalize new and change pwm example to a servo | Jacob Rosenthal | 2021-11-01 | 1 | -82/+29 |
| | * | better not as a constructor? | Jacob Rosenthal | 2021-11-01 | 2 | -12/+10 |
| | * | reduce complexity of loopmode | Jacob Rosenthal | 2021-11-01 | 2 | -3/+3 |
| | * | documentation | Jacob Rosenthal | 2021-11-01 | 2 | -2/+2 |
| | * | stop->sequence_stop | Jacob Rosenthal | 2021-10-31 | 1 | -1/+1 |
| | * | add ability to configure loop count from 1 to infinite | Jacob Rosenthal | 2021-10-30 | 2 | -11/+14 |
| | * | a runtime generated sin table example | Jacob Rosenthal | 2021-10-29 | 2 | -0/+42 |
| | * | simplify api, more interesting example | Jacob Rosenthal | 2021-10-29 | 1 | -7/+7 |
| | * | simple_playback api from nrf sdk | Jacob Rosenthal | 2021-10-29 | 1 | -0/+41 |
| * | | Merge #482 | bors[bot] | 2021-11-11 | 1 | -0/+32 |
| |\ \ | |||||
| | * | | Add MCO peripheral. | Matous Hybl | 2021-11-11 | 1 | -0/+32 |
| * | | | Merge #468 | bors[bot] | 2021-11-10 | 3 | -2/+156 |
| |\ \ \ | |||||
| | * | | | Add v1c ethernet driver for the STM32F7 family. | Matous Hybl | 2021-11-10 | 3 | -2/+156 |
| | |/ / | |||||
| * / / | Update U5 to init RCC. | Bob McWhirter | 2021-11-08 | 2 | -3/+8 |
| |/ / | |||||
| * | | Replace rustflags with build.rs extra-link-args. | Dario Nieuwenhuis | 2021-11-07 | 32 | -198/+63 |
| * | | Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos. | Matous Hybl | 2021-11-04 | 3 | -3/+8 |
| * | | Merge #465 | bors[bot] | 2021-11-02 | 5 | -1/+90 |
| |\ \ | |||||
| | * | | Omg. More formatting. | Bob McWhirter | 2021-11-02 | 1 | -1/+0 |
| | * | | Need to include a bit of embassy for the NVIC. | Bob McWhirter | 2021-11-02 | 1 | -0/+3 |
| | * | | Remove unused imports. | Bob McWhirter | 2021-11-02 | 1 | -14/+0 |
| | * | | Formatting, per usual. | Bob McWhirter | 2021-11-02 | 1 | -5/+5 |
| | * | | Add STM32U5 example. | Bob McWhirter | 2021-11-02 | 4 | -0/+100 |
| | * | | Adjust for STM32U5. | Bob McWhirter | 2021-11-02 | 1 | -1/+2 |
| | |/ | |||||
| * / | Update versions of critical-section and atomic-polyfill | Ulf Lilleengen | 2021-11-02 | 3 | -3/+3 |
| |/ | |||||
| * | Initial support for STM32F767ZI. | Matous Hybl | 2021-10-26 | 9 | -0/+240 |
| * | Fixed examples | Dion Dokter | 2021-10-26 | 2 | -4/+2 |
