aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot/src
Commit message (Expand)AuthorAgeFilesLines
* Remove unused use'sRasmus Melchior Jacobsen2023-05-302-10/+10
* Fix verify testRasmus Melchior Jacobsen2023-05-301-1/+4
* Align testsRasmus Melchior Jacobsen2023-05-304-122/+167
* Remove legacy Partition type and use the one from embedded-halRasmus Melchior Jacobsen2023-05-302-146/+0
* Add TestFlash helperRasmus Melchior Jacobsen2023-05-304-0/+135
* Cleanup MemFlashRasmus Melchior Jacobsen2023-05-301-50/+56
* Add bootloader helper for creating config from linkerfile symbolsRasmus Melchior Jacobsen2023-05-302-66/+72
* Split FirmwareUpdater into async and blocking typesRasmus Melchior Jacobsen2023-05-304-182/+236
* Remove the usage of the local Partition type in BootLoaderRasmus Melchior Jacobsen2023-05-291-229/+111
* Split the FirmwareUpdater into blocking and asyncRasmus Melchior Jacobsen2023-05-294-543/+543
* Protect default implementations for FirmwareUpdater and BootLoaderRasmus Melchior Jacobsen2023-05-221-0/+1
* Update Rust nightly.Dario Nieuwenhuis2023-05-191-1/+0
* embassy-boot: ensure tests can run on the stable compilersander2023-04-202-4/+5
* embassy-boot: add nightly feature gate for async usagesander2023-04-142-94/+94
* embassy-boot: add nightly feature gatessander2023-04-113-82/+97
* merge embassy/mastersander2023-04-118-1378/+1483
|\
| * Let update_len be u32Rasmus Melchior Jacobsen2023-04-112-10/+8
| * Merge remote-tracking branch 'upstream/master' into u32-partitionRasmus Melchior Jacobsen2023-04-115-36/+157
| |\
| | * Let update_len be usize for nowRasmus Melchior Jacobsen2023-04-052-12/+10
| | * Merge remote-tracking branch 'upstream/master' into incremental-hashRasmus Melchior Jacobsen2023-04-053-163/+129
| | |\
| | * | Use MemFlash::default() in sha1 verify testRasmus Melchior Jacobsen2023-04-041-3/+3
| | * | Merge remote-tracking branch 'upstream/master' into incremental-hashRasmus Melchior Jacobsen2023-04-045-179/+253
| | |\ \
| | * | | Let hash functions take a digest::Digest traitRasmus Melchior Jacobsen2023-04-045-36/+137
| | * | | Merge remote-tracking branch 'upstream/master' into incremental-hashRasmus Melchior Jacobsen2023-04-043-76/+12
| | |\ \ \
| | * | | | Add incremental hash to FirmwareUpdaterRasmus Melchior Jacobsen2023-04-032-26/+43
| * | | | | Remove firmware_lenRasmus Melchior Jacobsen2023-04-051-5/+0
| * | | | | Let Partition range be u32 instead of usizeRasmus Melchior Jacobsen2023-04-055-111/+93
| | |_|_|/ | |/| | |
| * | | | 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-043-79/+9
| * | | | Remove the Flash traitRasmus Melchior Jacobsen2023-04-044-57/+32
| * | | | Assert active and dfu have same erase size and copy in smaller chunksRasmus Melchior Jacobsen2023-04-044-57/+118
| * | | | Remove magic buffer argument from prepare_bootRasmus Melchior Jacobsen2023-04-042-78/+78
| | |_|/ | |/| |
| | | |
| | \ \
| *-. \ \ Merge #1324 #1327bors[bot]2023-04-045-163/+247
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | Fix compile error when verification is enabledRasmus Melchior Jacobsen2023-04-041-2/+2
| | | * | Merge remote-tracking branch 'upstream/master' into avoid-write-before-eraseRasmus Melchior Jacobsen2023-04-043-76/+12
| | | |\|
| | | * | Avoid write to not-erased magicRasmus Melchior Jacobsen2023-04-044-81/+63
| | | * | Move MemFlash to separate module and add verify_erased_before_write verificationRasmus Melchior Jacobsen2023-04-033-142/+244
| | |/ /
| * | / Expose read/write/erase on partitionRasmus Melchior Jacobsen2023-04-041-16/+6
| | |/ | |/|
| * | Remove FirmwareWriterRasmus Melchior Jacobsen2023-04-033-76/+12
| |/
| * Add erase and wipe testsRasmus Melchior Jacobsen2023-03-312-1/+48
| * Let bootloader partition have read/write/erase operationsRasmus Melchior Jacobsen2023-03-314-223/+195
| * Split bootloader implementation into multiple filesRasmus Melchior Jacobsen2023-03-315-1171/+1194
* | embassy-boot: add default nightly feature, makes it possible to compile with ...sander2023-03-221-1/+10
|/
* Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy in...Mehmet Ali Anil2023-03-071-3/+4
|\
* \ Merge branch 'emb-storage-async-0p4' of https://github.com/Grus-BV/embassy in...Mehmet Ali Anil2023-03-071-1/+1
|\ \ | |/ |/|
* | Merge upstreamMehmet Ali Anil2023-03-071-35/+25
|\ \ | |/ |/|
* | Bump embedded-storage-async to 0.4Mehmet Ali Anil2023-03-061-2/+2
|/
* Support codesigning in the firmware updaterhuntc2023-01-121-14/+353
* fix: add required metadata for embassy-bootUlf Lilleengen2022-11-251-1/+1