aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot
Commit message (Expand)AuthorAgeFilesLines
* Support codesigning in the firmware updaterhuntc2023-01-122-15/+368
* fix: bump embassy-boot versionUlf Lilleengen2022-11-251-1/+1
* fix: add required metadata for embassy-bootUlf Lilleengen2022-11-253-2/+42
* Fix ascii table in BootLoader doc commentDaniel Bevenius2022-10-291-1/+1
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
* make prepare_update asyncMathias2022-09-261-2/+2
* Add get_state helpers to allow self-testing before calling mark_bootedMathias2022-09-261-13/+43
* Add blocking API to FirmwareUpdater, and allow for a split prepare/write apiMathias2022-09-261-7/+179
* Update Rust nightly.Dario Nieuwenhuis2022-09-221-1/+0
* Take into account size of revert indexUlf Lilleengen2022-09-201-4/+17
* Remove BootFlash borrowUlf Lilleengen2022-09-201-12/+12
* Fix a few clippy warningsUlf Lilleengen2022-09-021-25/+23
* Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-021-232/+312
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
* Add -boot docserver metadata.Dario Nieuwenhuis2022-08-151-0/+5
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
* simplify `set_magic`Vincent Stakenburg2022-06-301-13/+4
* Remove the authors field from Cargo.tomlsDario Nieuwenhuis2022-06-181-3/+0
* Update to 2021 edition. (#820)Dario Nieuwenhuis2022-06-181-1/+1
* Run rustfmt.Dario Nieuwenhuis2022-06-121-41/+15
* Allow using separate page sizes for state and dfuUlf Lilleengen2022-04-281-66/+278
* Add bootloader to CIUlf Lilleengen2022-04-272-38/+24
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-272-75/+149
* Support multiple flash instances in embassy-bootUlf Lilleengen2022-04-191-41/+193
* Avoid writing bootloader flash if not neededUlf Lilleengen2022-03-311-24/+36
* Fix potential unaligned writeUlf Lilleengen2022-03-221-4/+14
* Add embassy-bootUlf Lilleengen2022-02-093-0/+798