Files
micropython/ports/zephyr/zephyr_storage.c
Ned Konz 4c11f64faa zephyr: Add erase block size to FlashArea.areas entries.
This commit changes the values in the `FlashArea.areas` dictionary from
simple integer IDs to (ID, erase-block-size) tuples.

`_boot.py` was changed to use the newly available erase block size.

Signed-off-by: Ned Konz <ned@metamagix.tech>
2025-10-22 10:24:32 +11:00

13 KiB