- nRF54L Series: Fixed an issue with erase protection checks. Running the erase operation on an erase-protected device now fails as intended instead of claiming that it succeeds.
- Fixed issues caused by accidental removal of support for
--chip_erase_mode=ERASE_CTRL_AP. The argument for this option is now available again. - Fixed an issue with the JSON serialization of
isEraseProtectedinnrfutil device protection-get. This was by mistake serialized as"false"or"true", but should have beenfalseortrue. - Remove the check for ERASEPROTECT from the page erase. Enabling ERASEPROTECT now only blocks ERASEALL, not other erase operations.
- Fixed an issue with the missing modem trait for the nRF9151-SMA DK.