aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wba6
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
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-7/+7
|
* Load all crates in the graph, honor the "publish" flag to prevent publishing ↵Dario Nieuwenhuis2025-08-251-0/+6
| | | | examples/tests.
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
|
* chore: prepare embassy-executor 0.8 releaseUlf Lilleengen2025-07-311-1/+1
|
* Separated USB_OTG_HS to STM32WBA6Gerzain Mata2025-07-278-0/+334