aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wba/src/bin
Commit message (Collapse)AuthorAgeFilesLines
* wpan: build mac_ffdxoviat2025-12-161-4/+4
|
* Merge pull request #5021 from cesardtamayo/feat/stm32wba6_rtcxoviat2025-12-101-0/+62
|\ | | | | | | Add basic RTC support to STM32WBA6
| * Copy rtc into stm32wba examples folderCesar Tamayo Claro2025-12-091-0/+62
| |
* | wpan: add libraries for wbaxoviat2025-12-061-0/+58
|/
* 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
|
* 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/+3
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-062-2/+2
|
* Fixed timer config on STM32WBA pwm exampleGerzain Mata2025-07-271-2/+2
|
* Cargo fmtGerzain Mata2025-07-271-2/+3
|
* Added changes based on PR reviewGerzain Mata2025-07-271-2/+1
|
* Added support for PLL as a clock source on STM32WBAGerzain Mata2025-07-251-0/+65
| | | | | - PLL multiplier and dividers work - Added timer example
* Adds ADC example for STM32WBApurepani2025-06-301-0/+49
|
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-212-2/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-3/+3
| | | | convenience methods
* stm32: add stm32wba support.Dario Nieuwenhuis2023-09-162-0/+54