aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/timer/simple_pwm.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32: allow setting the PWM output polarityAurelien Jacobs2023-08-181-0/+4
* stm32: allow setting PWM duty cycle to 100%Aurélien Jacobs2023-08-181-2/+2
* stm32/pwm: add output type controlxoviat2023-07-291-3/+3
* stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-281-0/+107