aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0/src/bin/pwm_input.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
* fix examplesSüha Ünüvar2025-06-271-1/+1
* stm32: adapt examples to timer API changesmelvdl2025-06-271-1/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+2
* last oops I promiseGrant Miller2024-09-061-1/+0
* Update examplesGrant Miller2024-09-061-5/+4
* Add PWM examples for stm32g0Chen Yuheng2024-06-191-0/+65