aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot/src/firmware_updater/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-49/+0
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+0
|
* Refactor firmware updaterUlf Lilleengen2023-08-061-2/+2
| | | | | * Allow manipulating state without accessing DFU partition. * Provide aligned buffer when creating updater to reduce potential wrong parameters passed.
* Prevent accidental revert when using firmware updaterUlf Lilleengen2023-06-191-0/+3
| | | | | This change prevents accidentally overwriting the previous firmware before the new one has been marked as booted.
* Split FirmwareUpdater into async and blocking typesRasmus Melchior Jacobsen2023-05-301-37/+14
|
* Split the FirmwareUpdater into blocking and asyncRasmus Melchior Jacobsen2023-05-291-0/+71