aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1/src/bin/input_capture.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-051-2/+3
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-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
|
* Apply suggestions from code reviewBruno Bousquet2024-05-291-1/+1
| | | Co-authored-by: Romain Reignier <[email protected]>
* add f103 example for input_captureBruno Bousquet2024-05-281-0/+52