aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/stm32
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Edition 2024.Dario Nieuwenhuis2025-10-062-4/+4
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-1/+1
* Load all crates in the graph, honor the "publish" flag to prevent publishing ...Dario Nieuwenhuis2025-08-251-0/+6
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
* Update defmt dependenciesYuri Astrakhan2025-05-181-2/+2
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
* stm32/boot: update linker file in exampleKrzysztof Królczyk2024-06-101-1/+1
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-311-1/+1
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* feat: enhance bootloader for multiple flash support Badr Bouslikhin2024-02-061-1/+1
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-1/+1
* update release version in examples and other cratesScott Mabin2023-12-041-1/+1
* 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-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* Fix bootloader application examplesDániel Buga2023-09-021-1/+1
* boot: release flash after prepare and refactor apiUlf Lilleengen2023-08-111-3/+1
* Align examplesRasmus Melchior Jacobsen2023-05-302-6/+14
* ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-291-2/+2
* Let Flash<Async/Blocking> be a thingRasmus Melchior Jacobsen2023-05-251-1/+1
* Align with new bind_interruptRasmus Melchior Jacobsen2023-05-251-2/+1
* enable inline-asm feature for cortex-m in examplespennae2023-04-181-1/+1
* Align stm32 bootloader exampleRasmus Melchior Jacobsen2023-04-051-3/+4
* Align examples with bootloader changesRasmus Melchior Jacobsen2023-04-041-3/+3
* Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-061-1/+1
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-291-1/+1
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias2022-09-301-1/+1
* Remove BootFlash borrowUlf Lilleengen2022-09-201-4/+3
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-021-3/+5
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-1/+1
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+0
* Fix RAM origin copy paste from nrfUlf Lilleengen2022-06-291-1/+1
* Add build.rs to detect armv6Ulf Lilleengen2022-06-271-5/+0
* Move bootloader main to examplesUlf Lilleengen2022-06-245-0/+164