| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 1 | -170/+0 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -3/+0 |
| | | |||||
| * | Cleanup MemFlash | Rasmus Melchior Jacobsen | 2023-05-30 | 1 | -50/+56 |
| | | |||||
| * | embassy-boot: add nightly feature gates | sander | 2023-04-11 | 1 | -0/+3 |
| | | |||||
| * | Let Partition range be u32 instead of usize | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -0/+17 |
| | | |||||
| * | Remove the Flash trait | Rasmus Melchior Jacobsen | 2023-04-04 | 1 | -8/+0 |
| | | |||||
| * | Assert active and dfu have same erase size and copy in smaller chunks | Rasmus Melchior Jacobsen | 2023-04-04 | 1 | -1/+0 |
| | | | | | The copy from active to dfu (and vice versa) is now done in smaller portions depending on aligned_buf, which now does not need to be erase_size big. | ||||
| * | Avoid write to not-erased magic | Rasmus Melchior Jacobsen | 2023-04-04 | 1 | -59/+2 |
| | | | | | | | This introduces an additional marker to the state partition right after the magic which indicates whether the current progress is valid or not. Validation in tests that we never write without an erase is added. There is currently a FIXME in the FirmwareUpdater. Let me know if we should take the erase value as a parameter. I opened a feature request in embedded-storage to get this value in the trait. Before this, the assumption about ERASE_VALUE=0xFF was the same. | ||||
| * | Move MemFlash to separate module and add verify_erased_before_write verification | Rasmus Melchior Jacobsen | 2023-04-03 | 1 | -0/+213 |
