Added

nRF Util

tags
nRF Util
  • Added device family to JSON output of 'protection-get'.
  • task_begin and task_end JSON messages are now emitted on list, protection-get, fw-info and core-info when in JSON output mode.
  • The serial number of the device has been added to the JSON task metadata emitted during device operations.
  • The error code has been added to the task_end JSON message emitted when a device operation fails.
  • Added new option net_core_upload_delay to nrfutil device program --options
  • Added jlink > device version, hwInfo > device version and usb > product to the human readable output of the list subcommand. This information is already available in the JSON output but was not included in the standard output. It can be useful for identifying which entries correspond to which devices.
  • Added support for --changelog and --changelog-full flags. Here, --changelog will print out the latest changelog entry corresponding to the current version and --changelog-full will print out the full changelog.
  • The log level which is generally determined by the --log-level flag can now be set using the NRFUTIL_LOG environment variable. The flag value will be used instead of the environment variable value if both are present.
  • Added the information classification level of the build to the --version output.
  • Added completion information for nrfutil device program --options value. When combined with a compatible release of the completion command, this will provide shell tab completion for the program options.