aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f0/src/bin/button_controlled_blink.rs
Commit message (Expand)AuthorAgeFilesLines
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput...WillaWillNot2025-11-221-6/+1
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-3/+1
* Updated documentation, fixed EXTI definition issues with chips that have touc...WillaWillNot2025-11-211-2/+14
* 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
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-3/+4
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-2/+2
* Fix some typosDirk Stolle2023-05-081-2/+2
* button controlled example@imrank032022-12-211-0/+64