- When doing a pin reset, the command now ignores connection and identification errors, and toggles the reset pin regardless. With this solution, there are now more use cases for the pin reset.
- The command now accepts SWD frequencies of up to 50 MHz, which is the maximum supported by J-Link debuggers. The maximum frequency possible depends on the debugger, and might be lower.
- The
isEraseProtectedfield in the JSON output ofnrfutil device protection-getnow containsnullif checking the status is not implemented or not possible, or if the device does not support ERASEPROTECT. Returning false in these cases was misleading. - The command output now shows the error message from J-Link when J-Link fails to open the connection to the device.