- Stabilized the following experimental commands:
x-execute-batch -> batch-execute,x-read -> read,x-write -> write,x-cpu-register-read->cpu-register-read,x-filedump->dump-to-file. An alias with thex-prefix is kept for backwards compatibility. - Stabilized the following experimental flags:
--x-append-batch -> --append-batch,--x-family -> --family. An alias with thex-prefix is kept for backwards compatibility. - Changed progress messages during program/erase. Messages issued during ERASEALL were imprecise for nRF54L15, and said "Erasing flash and UICR" instead of "Erasing RRAM, UICR and SICR". This has been replaced by a more general message, "Erasing non-volatile memory (ERASEALL)".
- The verify operation now splits large memory segments into 512 kB chunks in order to avoid potential worker executable timeout issues.