Added

nRF Util

tags
nRF Util
  • Added support for patched toolchain releases. The patched toolchains have +n in their name, for example v3.1.0+1. This change affects the following subcommands:

  • sdk-manager install subcommand: Running nrfutil sdk-manager install <SDK version> installs the latest patched toolchain release for that SDK version even if a previous toolchain is already installed.

  • sdk-manager search subcommand: The search output will list all available patch toolchain releases for a specific SDK release. Some toolchain releases might be hidden by default and will only be included if the --show-all flag is used.
  • sdk-manager toolchain launch and sdk-manager toolchain env subcommands: The installed toolchain with the higher patch number will be used for the environment for both commands.

  • Added support for uninstalling a toolchain using the toolchain bundle ID by using the --toolchain-bundle-id flag with the sdk-manager toolchain uninstall subcommand.

  • Added support for a tags field in the toolchain index. Using this field, entries can be marked as hidden to hide them by default in the sdk-manager search output.
  • Added a mappings field to the toolchain search JSON output, which describes the relationship between the bundle IDs and the SDK versions, as recorded in the toolchain index.