mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 17:36:45 +00:00
When enabled, instead of erasing entire flash page at once, page will be erased in defined time slices. Erasing single page stalls CPU for significant time share (~80ms) and partial erase divides the operation in to the shorter time periods, resuming CPU operation in meantime and enabling better scheduling of time sensitive operations. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
nios2 | ||
posix | ||
riscv | ||
x86 | ||
xtensa | ||
Kconfig |