Files
littlefs/runners
Christopher Haster fb8d5a83aa runners: Tweaked ERASE_WIDTH to prefer ERASE_SIZE over BLOCK_SIZE
Mostly for consistency with other defines. In theory this better maps to
BLOCK_SIZE as a logical multiple of the physical ERASE_SIZE, but the
lack of subblock erasing (what would that even look like?) means this
should have no affect on simulated timings.

It does change the number of erases, however, in case that is useful for
something.
2026-03-09 22:55:46 -05:00
..