aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wle5/src/bin/button_exti.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: update stm32wle5 low powe examplesliebman2025-12-131-18/+0
|
* Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵WillaWillNot2025-11-221-6/+1
| | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-3/+1
|
* Updated documentation, fixed EXTI definition issues with chips that have ↵WillaWillNot2025-11-211-2/+14
| | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure
* low_power: misc cleanups and allow main macroxoviat2025-11-161-10/+2
|
* stm32/stop: move stop_with_rtc into initxoviat2025-11-041-6/+0
|
* stm32wle5 update low-power examplesliebman2025-11-031-2/+0
|
* examples: : stm32wlex: add i2c exampleliebman2025-11-031-4/+1
|
* examples: add low-power examples for `stm32wlex`liebman2025-11-031-0/+96