aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot/src/firmware_updater
Commit message (Collapse)AuthorAgeFilesLines
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-113-718/+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-192-20/+14
|
* fmtKaitlyn Kenwell2023-12-141-2/+2
|
* Address reviewsKaitlyn Kenwell2023-12-142-0/+20
|
* Formatting fixes, add example using stm32wb55Kaitlyn Kenwell2023-12-132-2/+2
|
* Add embassy-usb-dfuKaitlyn Kenwell2023-12-132-3/+27
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+0
|
* Refactor firmware updaterUlf Lilleengen2023-08-063-179/+209
| | | | | * 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-193-6/+63
| | | | | This change prevents accidentally overwriting the previous firmware before the new one has been marked as booted.
* Remove unused use'sRasmus Melchior Jacobsen2023-05-302-10/+10
|
* Split FirmwareUpdater into async and blocking typesRasmus Melchior Jacobsen2023-05-303-181/+233
|
* Split the FirmwareUpdater into blocking and asyncRasmus Melchior Jacobsen2023-05-293-0/+543