aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot/src/partition.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy Partition type and use the one from embedded-halRasmus Melchior Jacobsen2023-05-301-144/+0
* embassy-boot: add nightly feature gate for async usagesander2023-04-141-26/+25
* embassy-boot: add nightly feature gatessander2023-04-111-21/+27
* Let Partition range be u32 instead of usizeRasmus Melchior Jacobsen2023-04-051-5/+4
*-. Merge #1324 #1327bors[bot]2023-04-041-9/+9
|\ \
| | * Move MemFlash to separate module and add verify_erased_before_write verificationRasmus Melchior Jacobsen2023-04-031-9/+9
| |/
* / Expose read/write/erase on partitionRasmus Melchior Jacobsen2023-04-041-16/+6
|/
* Add erase and wipe testsRasmus Melchior Jacobsen2023-03-311-0/+46
* Let bootloader partition have read/write/erase operationsRasmus Melchior Jacobsen2023-03-311-3/+85
* Split bootloader implementation into multiple filesRasmus Melchior Jacobsen2023-03-311-0/+22