aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wba6/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove commented importCesar Tamayo Claro2025-12-091-1/+0
|
* Update set date to Unix EpochCesar Tamayo Claro2025-12-091-1/+1
|
* Add basic RTC supportCesar Tamayo Claro2025-12-091-0/+63
|
* Update LED pin number to PC4Cesar Tamayo Claro2025-12-031-1/+2
|
* Update blinky example logicCesar Tamayo Claro2025-12-031-1/+29
|
* 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-2/+1
|
* Synchronize with main branchWillaWillNot2025-11-211-1/+27
|\
| * Merge branch 'main' into fix/stm32wba-adc4leftger2025-11-201-1/+1
| |\
| * | stm32: Fixed ADC4 enable() for WBAGerzain Mata2025-11-201-1/+27
| |/
* / 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
* stm32: extract adc4xoviat2025-11-121-7/+10
| | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4
* adc: remove sample_time from structxoviat2025-11-101-3/+2
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-063-4/+4
|
* Separated USB_OTG_HS to STM32WBA6Gerzain Mata2025-07-275-0/+290