aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wba/src/bin/pwm.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Fixed timer config on STM32WBA pwm exampleGerzain Mata2025-07-271-2/+2
|
* Cargo fmtGerzain Mata2025-07-271-2/+3
|
* Added changes based on PR reviewGerzain Mata2025-07-271-2/+1
|
* Added support for PLL as a clock source on STM32WBAGerzain Mata2025-07-251-0/+65
- PLL multiplier and dividers work - Added timer example