Workspace applications define the version of nRF Connect SDK for the entire west workspace. In order to change the nRF Connect SDK version used by a workspace application:
- Select the build configuration that you want to upgrade to the new SDK version to make it the active build context.
-
Open the west manifest file
west.ymlfor editing:- In the Welcome View, click
Manage SDKs.
- Click Manage west workspace.
- Click Open west manifest.
- In the Welcome View, click
-
In the file, find the
sdk-nrfproject entry.Tip
If you don't see the entry, you might not be using a workspace application. See the Applications page and Zephyr's page about West Manifest for more information.
-
Change the
revisionvalue to the desired version and save the file. - Check in the modified west manifest into version control.
- Click Run west update in the Manage west workspace.
You can also use thenRF Connect: West Updatecommand from the Command Palette. - Run a Pristine Build.