aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl
Commit message (Expand)AuthorAgeFilesLines
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
* chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-067-7/+7
* Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-281-1/+1
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
* Prepare embassy-embedded-hal 0.3Dá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
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* 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
* Fix dma nvic issues on dual core linesAlexandros Liarokapis2024-08-171-3/+3
* Add H7 dual core to common and run fmtDion Dokter2024-08-054-10/+8
* Fix testsDion Dokter2024-08-051-1/+4
* Updated WL examples to use new APIDion Dokter2024-08-058-14/+67
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
* Prepare release of embassy-embedded-hal 0.2.0Ulf 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/rtc: remove use of deprecated .timestamp()Dario Nieuwenhuis2024-03-061-2/+2
* stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.Dario Nieuwenhuis2024-02-263-3/+3
* 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-2/+2
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-1/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-218-8/+1
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
* 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
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-041-1/+1
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+2
* Move embassy-lora, lora examples to lora-phy repo.Dario Nieuwenhuis2023-11-294-348/+0
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* stm32/rcc: consistent casing and naming for PLL enums.Dario Nieuwenhuis2023-11-135-5/+5
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
* Update Rust nightly.Dario Nieuwenhuis2023-11-013-0/+3
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* stm32/rcc: merge wb into l4/l5.Dario Nieuwenhuis2023-10-235-8/+58
* stm32/rcc: merge wl into l4/l5.Dario Nieuwenhuis2023-10-232-9/+36
* fix clocks in stm32wl rng example.Dario Nieuwenhuis2023-10-171-5/+4
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-153-8/+8
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.Dario Nieuwenhuis2023-10-113-7/+3