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