- Changed enumeration timeout from 60 seconds to three seconds.
- Improved the error message emitted when an operation is not supported for a type of device, or a supported device is not recognized.
This includes the case where the legacy J-Link USB drivers are missing on Windows. Information about the missing drivers was previously emitted
only in
nrfutil device list, but will now also be emitted as a part of this error message. - nRF52 Series: Changed the behavior for device detection errors like the J-Link DLL errors. The new behavior makes device detection error out completely instead of falling back to the device family. Later operations would fail anyway, but sometimes in more confusing ways than with the initial J-Link error.
- The variant in the device version reported by
nrfutil device device-infois now shown as "xxxx" instead of "xxAA" if AP-Protect is enabled. Reporting "xxAA" here was wrong. nrfutil device dump-to-filenow shows a progress bar instead of a progress spinner while dumping memory.