aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/stm32
Commit message (Expand)AuthorAgeFilesLines
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-115-390/+0
* Centralize license and MSRV boilerplate into the repo readme.Dario Nieuwenhuis2024-01-111-14/+0
* fix: remove git dependency in embassy-bootUlf Lilleengen2023-12-201-0/+6
* Add embassy-usb-dfuKaitlyn Kenwell2023-12-131-3/+6
* update release version in examples and other cratesScott Mabin2023-12-041-1/+1
* update embedded-storage{,-async}, remove patch.Dario Nieuwenhuis2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-292-19/+5
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
* boot: release flash after prepare and refactor apiUlf Lilleengen2023-08-111-23/+10
* Refactor firmware updaterUlf Lilleengen2023-08-061-2/+4
* Align examplesRasmus Melchior Jacobsen2023-05-301-1/+3
* Align stm32Rasmus Melchior Jacobsen2023-05-301-53/+17
* Protect default implementations for FirmwareUpdater and BootLoaderRasmus Melchior Jacobsen2023-05-221-0/+1
* embassy-boot: update readme MSRV to stablesander2023-04-201-1/+1
* embassy-boot: add nightly feature to stm32 and rp as wellsander2023-04-202-3/+7
* Align platform specific bootloadersRasmus Melchior Jacobsen2023-04-051-6/+6
* Align chip specific boot projects with new prepare_boot() signatureRasmus Melchior Jacobsen2023-04-041-8/+6
* Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-061-1/+1
* Bump defmt-rtt to 0.4Dario Nieuwenhuis2022-11-291-1/+1
* fix: add required metadata for embassy-bootUlf Lilleengen2022-11-252-8/+21
* Move default initializer function to Default trait implementationMathias2022-11-011-35/+37
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+0
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-021-15/+20
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis2022-08-171-1/+1
* Add -boot docserver metadata.Dario Nieuwenhuis2022-08-151-0/+6
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
* add log feature to embassy-boot-stm32Vincent Stakenburg2022-06-301-0/+6
* Remove unused importsUlf Lilleengen2022-06-291-3/+0
* Add build.rs to detect armv6Ulf Lilleengen2022-06-271-0/+11
* Move bootloader main to examplesUlf Lilleengen2022-06-244-97/+3
* Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-3/+0
* Run rustfmt.Dario Nieuwenhuis2022-06-122-5/+1
* boot/stm32: autodetect thumbv6, remove cargo feature.Dario Nieuwenhuis2022-05-313-2/+6
* Add F7 flash and bootloader supportMatous Hybl2022-05-061-1/+1
* Add support for F3 flashMatous Hybl2022-05-061-1/+1
* Allow using separate page sizes for state and dfuUlf Lilleengen2022-04-282-8/+16
* Add bootloader to CIUlf Lilleengen2022-04-274-29/+13
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-277-0/+483