aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot/src/boot_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Flatten embassy-boot dir treeDario Nieuwenhuis2024-01-111-411/+0
* Merge pull request #2284 from Redrield/feature/embassy-usb-dfuUlf Lilleengen2023-12-141-1/+3
|\
| * Last fmt hopefullyKaitlyn Kenwell2023-12-131-1/+1
| * Merge branch 'main' into feature/embassy-usb-dfuKaitlyn Kenwell2023-12-131-0/+2
| |\
| * | Add embassy-usb-dfuKaitlyn Kenwell2023-12-131-1/+3
* | | embassy-boot: Fix formatting for tablesPriit Laes2023-12-141-25/+11
| |/ |/|
* | embassy-boot: Add explanation to dfu vs active size assertionPriit Laes2023-12-131-0/+2
|/
* Align testsRasmus Melchior Jacobsen2023-05-301-1/+1
* Add bootloader helper for creating config from linkerfile symbolsRasmus Melchior Jacobsen2023-05-301-65/+71
* Remove the usage of the local Partition type in BootLoaderRasmus Melchior Jacobsen2023-05-291-229/+111
* 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