-
Notifications
You must be signed in to change notification settings - Fork 826
Open
Labels
Milestone
Description
Remove per-sector query of page size, and make all of mcuboot use a software defined page size. This should allow improvements with variable page-size blocks, as well as allowing swap-move to work on all device, and better support for external devices with differing page sizes.
- Single query for erase and write sizes, consistent across entire partition.
- Definable in DT (on Zephyr) to override real sizes.
- Testing