aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot/src/firmware_updater/asynch.rs
Commit message (Collapse)AuthorAgeFilesLines
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-329/+0
|
* boot: Take maximum of READ_SIZE and WRITE_SIZE when checking sizes, fixes #2382Maja Piechotka2024-01-061-3/+3
|
* cargo fmtUlf Lilleengen2023-12-191-1/+1
|
* fix: update ed25519-dalek to new versionUlf Lilleengen2023-12-191-10/+7
|
* Address reviewsKaitlyn Kenwell2023-12-141-0/+10
|
* Formatting fixes, add example using stm32wb55Kaitlyn Kenwell2023-12-131-1/+1
|
* Add embassy-usb-dfuKaitlyn Kenwell2023-12-131-1/+12
|
* Refactor firmware updaterUlf Lilleengen2023-08-061-88/+100
| | | | | * 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-3/+31
| | | | | This change prevents accidentally overwriting the previous firmware before the new one has been marked as booted.
* Remove unused use'sRasmus Melchior Jacobsen2023-05-301-4/+4
|
* Split FirmwareUpdater into async and blocking typesRasmus Melchior Jacobsen2023-05-301-78/+98
|
* Split the FirmwareUpdater into blocking and asyncRasmus Melchior Jacobsen2023-05-291-0/+251