aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wle5
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-1/+1
|
* stm32: remove unneeded DeviceBusyliebman2025-12-131-2/+1
|
* stm32: update stm32wle5 low powe examplesliebman2025-12-134-76/+5
|
* 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-164-41/+8
|
* adc: remove sample_time from structxoviat2025-11-101-3/+2
|
* stm32/stop: move stop_with_rtc into initxoviat2025-11-044-24/+0
|
* stm32wle5 update low-power examplesliebman2025-11-034-8/+0
|
* examples: : stm32wlex: add i2c exampleliebman2025-11-035-12/+116
|
* examples: : stm32wlex: mention `defmt-print`liebman2025-11-031-0/+6
|
* examples: add low-power examples for `stm32wlex`liebman2025-11-038-0/+406