| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wpan: build mac_ffd | xoviat | 2025-12-16 | 1 | -4/+4 |
| | | |||||
| * | Merge pull request #5021 from cesardtamayo/feat/stm32wba6_rtc | xoviat | 2025-12-10 | 1 | -0/+62 |
| |\ | | | | | | | Add basic RTC support to STM32WBA6 | ||||
| | * | Copy rtc into stm32wba examples folder | Cesar Tamayo Claro | 2025-12-09 | 1 | -0/+62 |
| | | | |||||
| * | | wpan: add libraries for wba | xoviat | 2025-12-06 | 2 | -2/+60 |
| | | | |||||
| * | | stm32: add wpan dependency to wba examples | xoviat | 2025-12-03 | 1 | -0/+6 |
| |/ | |||||
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 1 | -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 CI | WillaWillNot | 2025-11-21 | 1 | -2/+1 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | stm32: extract adc4 | xoviat | 2025-11-12 | 1 | -7/+10 |
| | | | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4 | ||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -3/+3 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -2/+2 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -5/+5 |
| | | |||||
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | | | | examples/tests. | ||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: update metapac and prepare embassy-stm32 0.3.0 | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed timer config on STM32WBA pwm example | Gerzain Mata | 2025-07-27 | 1 | -2/+2 |
| | | |||||
| * | Cargo fmt | Gerzain Mata | 2025-07-27 | 1 | -2/+3 |
| | | |||||
| * | Added changes based on PR review | Gerzain Mata | 2025-07-27 | 1 | -2/+1 |
| | | |||||
| * | Added support for PLL as a clock source on STM32WBA | Gerzain Mata | 2025-07-25 | 1 | -0/+65 |
| | | | | | | - PLL multiplier and dividers work - Added timer example | ||||
| * | Adds ADC example for STM32WBA | purepani | 2025-06-30 | 1 | -0/+49 |
| | | |||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -5/+5 |
| | | |||||
| * | Statically allocate task pools on stable Rust. | Dario Nieuwenhuis | 2025-03-28 | 1 | -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 release | Ulf Lilleengen | 2025-02-14 | 1 | -1/+1 |
| | | |||||
| * | Update Cargo.toml : replace STM32WBA52CGU by STM32WBA55CG | Max | 2025-02-10 | 1 | -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 ↵ | Max | 2025-02-05 | 1 | -1/+1 |
| | | | | | officially replaces the WBA52 | ||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-net 0.6 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 |
| | | |||||
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+1 |
| | | |||||
| * | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 1 | -1/+1 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 |
| | | |||||
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| | | |||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| | | |||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| | | |||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+0 |
| | | |||||
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| | | |||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+3 |
| | | |||||
| * | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -1/+1 |
| | | |||||
| * | examples: configure executor task arena sizes. | Dario Nieuwenhuis | 2024-01-02 | 1 | -1/+1 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 3 | -4/+2 |
| | | |||||
| * | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 |
| | | |||||
