aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot/src/boot_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Let Partition range be u32 instead of usizeRasmus Melchior Jacobsen2023-04-051-52/+49
* Add assertions about the aligned_buf % write sizesRasmus Melchior Jacobsen2023-04-041-1/+3
* Remove comment about equal erase size requirementRasmus Melchior Jacobsen2023-04-041-2/+0
* Allow different erase sizes for active and dfuRasmus Melchior Jacobsen2023-04-041-2/+4
* Remove the Flash traitRasmus Melchior Jacobsen2023-04-041-42/+31
* Assert active and dfu have same erase size and copy in smaller chunksRasmus Melchior Jacobsen2023-04-041-35/+31
* Remove magic buffer argument from prepare_bootRasmus Melchior Jacobsen2023-04-041-61/+73
* Avoid write to not-erased magicRasmus Melchior Jacobsen2023-04-041-15/+28
* Let bootloader partition have read/write/erase operationsRasmus Melchior Jacobsen2023-03-311-52/+50
* Split bootloader implementation into multiple filesRasmus Melchior Jacobsen2023-03-311-0/+526