aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wba
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-062-2/+60
| |
* | stm32: add wpan dependency to wba examplesxoviat2025-12-031-0/+6
|/
* 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
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-5/+5
|
* 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
|
* 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
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-5/+5
|
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
| | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]>
* chore: prepare embassy-net releaseUlf Lilleengen2025-02-141-1/+1
|
* Update Cargo.toml : replace STM32WBA52CGU by STM32WBA55CGMax2025-02-101-1/+1
| | | | | | | Following PR https://github.com/embassy-rs/embassy/pull/3852 , I forgot to update the dependency. The WBA55 Nucleo board officially replaces the WBA52. Even if WBA52 SoC is still part of the ST CubeFW, the SW connectivity projects for WBA52 are no longer delivered. WBA55 Nucleo board is now the reference entry board.
* Replace STM32WBA52CGUxT by STM32WBA55CGUx because the WBA55 Nucleo board ↵Max2025-02-051-1/+1
| | | | officially replaces the WBA52
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
|
* Prepare embassy-net 0.6Dániel Buga2025-01-051-1/+1
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-2/+2
|
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-1/+1
|
* net: release v0.5.0Dario Nieuwenhuis2024-11-281-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Release embassy-executor 0.6.3.Dario Nieuwenhuis2024-11-121-1/+1
|
* Prep executor 0.6.2Dániel Buga2024-11-061-1/+1
|
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
|
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
|
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
|
* New embassy-net releaseScott Mabin2024-01-041-1/+1
|
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-1/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-213-4/+2
|
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
|
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
|