aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h723
Commit message (Collapse)AuthorAgeFilesLines
* Update to embedded-io 0.7Dario Nieuwenhuis2025-12-191-2/+2
|
* allow again to set nodiv independently of master clock dividerRoman Lim2025-12-091-1/+0
|
* fix stm32h723 exampleeverdrone2025-10-231-1/+1
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* stm32/sai: update for new metapac, simplify cfgs.Dario Nieuwenhuis2025-09-051-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
|
* stm32h723: remove unused mut from static buffers in spdifrx examplemelvdl2025-06-271-2/+2
|
* [stm32h723]: fix spdifrx examplemelvdl2025-06-271-10/+10
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-3/+3
|
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-1/+0
| | | | Co-Authored-By: Aurélien Jacobs <[email protected]>
* chore: Wrap link_section attribute with unsafeHiroaki Yutani2025-05-061-2/+2
|
* 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]>
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-12/+22
|
* 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 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
|
* Rename example crate to remove warningUlf Lilleengen2024-11-291-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
* chore: update for latest SAI featureselagil2024-11-181-24/+29
|
* fix: use latest SAI driverelagil2024-11-181-1/+0
|
* feat: Add SPDIFRX exampleelagil2024-11-185-0/+379