nRF Connect SDK v1.5.2 Release Notes
nRF Connect SDK delivers reference software and supporting libraries for developing low-power wireless applications with Nordic Semiconductor products. It includes the TF-M, MCUboot and the Zephyr RTOS open source projects, which are continuously integrated and re-distributed with the SDK.
The nRF Connect SDK is where you begin building low-power wireless applications with Nordic Semiconductor nRF52, nRF53, and nRF91 Series devices. nRF53 Series devices are now supported for production. Wireless protocol stacks and libraries may indicate support for development or support for production for different series of devices based on verification and certification status. See the release notes and documentation for those protocols and libraries for further information.
Highlights
Fixed several nRF9160 issues. See Changelog for details.
Installation
The nRF Connect SDK v1.5.2 is not available for installation from the Toolchain Manager. To upgrade from v1.5.1 to v1.5.2, complete the following steps:
If not done already, install nRF Connect SDK v1.5.1 by following the Toolchain Manager section.
In the command line, go to the
nrf
directory in thencs
installation directory. The default location isC:\Users\<username>\ncs\v1.5.1\nrf
.Fetch the v1.5.2 release tag with the
git fetch origin v1.5.2
command.Checkout the release tag with the
git checkout v1.5.2
command.Update the nRF Connect SDK installation with the
west update
command.
Release tag
The release tag for the nRF Connect SDK manifest repository (https://github.com/nrfconnect/sdk-nrf) is v1.5.2.
Check the west.yml
file for the corresponding tags in the project repositories.
To use this release, check out the tag in the manifest repository and run west update
.
See Get the nRF Connect SDK code for more information.
Supported modem firmware
This version of the nRF Connect SDK has been tested with the following modem firmware for cellular IoT applications:
mfw_nrf9160_1.2.3
mfw_nrf9160_1.1.4
Use the latest version of the nRF Programmer app of nRF Connect for Desktop to update the modem firmware. See Updating the modem firmware for instructions.
Changelog
The following sections provide detailed lists of changes by component.
nRF9160
LwM2M carrier library:
Fixed an issue where the LwM2M carrier library would wait for the SIM to receive MSISDN from the network.
Removed a
CODE_UNREACHABLE
statement that would cause undefined behavior if the LwM2M carrier library encountered a non-recoverable error.
Modem library:
Fixed a bug where stopping GNSS using
NRF_SO_GNSS_STOP
would let ongoingnrf_recv()
calls on the GNSS socket block indefinitely.
Known issues
See known issues for nRF Connect SDK v1.5.2 for the list of issues valid for this release.