aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/pwm.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: adapt examples to timer API changesmelvdl2025-06-271-1/+1
|
* last oops I promiseGrant Miller2024-09-061-2/+1
|
* Update examplesGrant Miller2024-09-061-9/+9
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* Merge branch 'master' into center-alignDion Dokter2023-10-201-5/+5
|\
| * time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-5/+5
| | | | | | | | convenience methods
* | Fix examplesDion Dokter2023-10-011-1/+1
|/
* stm32/pwm: add output type controlxoviat2023-07-291-1/+2
|
* stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-281-2/+2
| | | | The traits there are applicable to timer use cases other than PWM. It doesn't make sense to keep them separated.
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-2/+2
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+2
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-3/+3
|
* rename PwmPin::new_chX, update examples.Dario Nieuwenhuis2022-07-231-2/+3
|
* embassy-stm32: Simplify timeGrant Miller2022-07-101-2/+2
| | | | | | | | | | - Remove unused `MilliSeconds`, `MicroSeconds`, and `NanoSeconds` types - Remove `Bps`, `KiloHertz`, and `MegaHertz` types that were only used for converting to `Hertz` - Replace all instances of `impl Into<Hertz>` with `Hertz` - Add `hz`, `khz`, and `mhz` methods to `Hertz`, as well as free function shortcuts - Remove `U32Ext` extension trait
* Simplify examplechemicstry2022-06-231-10/+3
|
* Fix PWM for advanced timerschemicstry2022-06-231-0/+42