aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add missing feature documentation for embassy-bootSteven Schulteis2025-11-181-0/+4
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-6/+8
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-0/+1
|
* Ensure bootloader state is parsed correctlyUlf Lilleengen2024-09-191-0/+18
|
* Add revert state in embassy-bootUlf Lilleengen2024-09-191-0/+6
| | | | | | The revert state signals that a firmware revert has taken place, allowing the application to know if a firmware update attempt was reverted.
* boot: flash-erase-zero (#3344)kingofpayne2024-09-161-0/+4
| | | | | Allow compatibility with devices whose flash erase set bytes to 0x00 instead of 0xFF, using a new flash-erase-zero feature. See issue #3342.
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-0/+323