Changelog for nRF Connect SDK v3.2.0-preview1
This changelog reflects the most relevant changes from the latest official release.
Known issues
Known issues are only tracked for the latest official release. See known issues for nRF Connect SDK v3.1.0 for the list of issues valid for the latest release.
Changelog
The following sections provide detailed lists of changes by component.
IDE, OS, and tool support
Added macOS 26 support (Tier 3) to the table listing supported operating systems for proprietary tools.
Updated:
The required SEGGER J-Link version to v8.60.
Steps on the Installing the nRF Connect SDK page for installing the nRF Connect SDK and toolchain together. With this change, the separate steps to install the toolchain and the SDK were merged into a single step.
Board support
Added support for the nRF7002-EB II Wi-Fi shield for use with the nRF54LM20 DK board target.
Build and configuration system
No changes since the latest nRF Connect SDK release.
Bootloaders and DFU
Added an option to restore progress after a power failure when using DFU multi-image with MCUboot.
Developing with nRF91 Series
No changes since the latest nRF Connect SDK release.
Developing with nRF70 Series
No changes since the latest nRF Connect SDK release.
Developing with nRF54L Series
No changes since the latest nRF Connect SDK release.
Developing with nRF54H Series
No changes since the latest nRF Connect SDK release.
Developing with nRF53 Series
No changes since the latest nRF Connect SDK release.
Developing with nRF52 Series
No changes since the latest nRF Connect SDK release.
Developing with Thingy:91 X
No changes since the latest nRF Connect SDK release.
Developing with Thingy:91
Updated the title of the page about updating the Thingy:91 firmware using the Cellular Monitor app to Updating the Thingy:91 firmware using nRF Connect for Desktop apps.
Removed the page about updating the Thingy:91 firmware using the Programmer app. Its contents are now available in the app documentation on the Programming Nordic Thingy prototyping platforms page. The Partition layout section has been moved to the Updating the Thingy:91 firmware using nRF Connect for Desktop apps page.
Developing with Thingy:53
No changes since the latest nRF Connect SDK release.
Developing with PMICs
No changes since the latest nRF Connect SDK release.
Developing with Front-End Modules
No changes since the latest nRF Connect SDK release.
Developing with custom boards
No changes since the latest nRF Connect SDK release.
Developing with coprocessors
No changes since the latest nRF Connect SDK release.
Security
Added:
CRACEN and nrf_oberon driver support for nRF54LM20. For the list of supported features and limitations, see the Supported cryptographic operations in the nRF Connect SDK page.
Support for disabling Internal Trusted Storage (ITS) on nRF54L series devices when using
CONFIG_TFM_PARTITION_CRYPTOwith Trusted Firmware-M (TF-M) through theCONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGEKconfig option.Support for AES in counter mode using CRACEN for the nRF54LM20 DK.
Protocols
No changes since the latest nRF Connect SDK release.
Amazon Sidewalk
No changes since the latest nRF Connect SDK release.
Bluetooth® LE
No changes since the latest nRF Connect SDK release.
Bluetooth Mesh
Updated the NLC profile configuration system:
Introduced individual profile configuration options for better user control.
Deprecated the
CONFIG_BT_MESH_NLC_PERF_CONFandCONFIG_BT_MESH_NLC_PERF_DEFAULTKconfig options. Existing configurations continue to work but you should migrate to individual profile options.
DECT NR+
No changes since the latest nRF Connect SDK release.
Enhanced ShockBurst (ESB)
Added the ESB Monitor mode feature.
Gazell
No changes since the latest nRF Connect SDK release.
Matter
No changes since the latest nRF Connect SDK release.
Matter fork
No changes since the latest nRF Connect SDK release.
nRF IEEE 802.15.4 radio driver
No changes since the latest nRF Connect SDK release.
Thread
Updated the Sleepy End Device types in Thread documentation to clarify the impact of the SSED configuration on the device’s power consumption and provide a guide for SSED fine tuning of SSED devices.
Wi-Fi®
No changes since the latest nRF Connect SDK release.
Applications
No changes since the latest nRF Connect SDK release.
Connectivity bridge
No changes since the latest nRF Connect SDK release.
IPC radio firmware
No changes since the latest nRF Connect SDK release.
Matter bridge
Updated the application to store a portion of the application code related to the nRF70 Series Wi-Fi firmware in the external flash memory by default. This change breaks the DFU between the previous nRF Connect SDK versions and the nRF Connect SDK v3.2.0. To fix this, you need to disable storing the Wi-Fi firmware patch in external memory. See the migration guide for more information.
nRF5340 Audio
Added the API documentation in the header files listed on the Audio applications: API documentation page.
Updated:
The audio application targeting the nRF5340 DK to use pins P1.5 to P1.9 for the I2S interface instead of P0.13 to P0.17. This change was made to avoid conflicts with the onboard peripherals on the nRF5340 DK.
The Audio application API documentation page.
nRF Desktop
Updated:
The memory layouts for the
nrf54lm20dk/nrf54lm20a/cpuappboard target to make more space for the application code. This change in the partition map of every nRF54LM20 configuration is a breaking change and cannot be performed using DFU. As a result, the DFU procedure will fail if you attempt to upgrade the application firmware based on one of the nRF Connect SDK v3.1 releases.The application and MCUboot configurations for the
nrf54lm20dk/nrf54lm20a/cpuappboard target to use the CRACEN hardware crypto driver instead of the Oberon software crypto driver. The application image signature is verified with the CRACEN hardware peripheral.The MCUboot configurations for the
nrf54lm20dk/nrf54lm20a/cpuappboard target to use the KMU-based key storage. The public key used by MCUboot for validating the application image is securely stored in the KMU hardware peripheral. To simplify the programming procedure, the application is configured to use the automatic KMU provisioning. The KMU provisioning is performed by the west runner as a part of thewest flashcommand when the--eraseor--recoverflag is used.
nRF Machine Learning (Edge Impulse)
Serial LTE modem
Updated to use the new
SEC_TAG_TLS_INVALIDdefinition as a placeholder for security tags.
Thingy:53: Matter weather station
No changes since the latest nRF Connect SDK release.
Samples
This section provides detailed lists of changes by sample.
Amazon Sidewalk samples
No changes since the latest nRF Connect SDK release.
Bluetooth samples
Added the Bluetooth: Bluetooth LE master test app application to demonstrate how to use the Bluetooth LE Test GATT Server and test Bluetooth LE functionality in peripheral samples.
Updated the network core image applications for the following samples from the HCI IPC sample to the IPC radio firmware application for multicore builds:
Bluetooth: Channel Sounding Initiator with Ranging Requestor
Bluetooth: Channel Sounding Reflector with Ranging Responder
The IPC radio firmware application is commonly used for multicore builds in other nRF Connect SDK samples and projects. Hence, this is to align with the common practice.
Removed support for the
thingy53/nrf5340/cpuapp/nsbuild target from the following samples:Bluetooth: Direct Test Mode sample:
Updated by simplifying the 2-wire UART polling. This is done by replacing the hardware timer with the
k_sleep()function.
Bluetooth Mesh samples
Bluetooth Mesh: Device Firmware Update (DFU) distributor sample:
Added support for external flash memory for the
nrf52840dk/nrf52840as the secondary partition for the DFU process.
Bluetooth Mesh: Device Firmware Update (DFU) target sample:
Added support for external flash memory for the
nrf52840dk/nrf52840as the secondary partition for the DFU process.
Bluetooth Mesh NLC: HVAC Integration (Sensor observer) sample:
Updated:
To demonstrate the Bluetooth Bluetooth Networked Lighting Control profiles HVAC Integration profile.
The following Mesh samples to use individual NLC profile configurations instead of the deprecated options:
Bluetooth Fast Pair samples
Bluetooth Fast Pair: Locator tag sample:
Updated:
The memory layout for the
nrf54lm20dk/nrf54lm20a/cpuappboard target to make more space for the application code. This change in the nRF54LM20 partition map is a breaking change and cannot be performed using DFU. As a result, the DFU procedure will fail if you attempt to upgrade the sample firmware based on one of the nRF Connect SDK v3.1 releases.The application and MCUBoot configurations for the
nrf54lm20dk/nrf54lm20a/cpuappboard target to use the CRACEN hardware crypto driver instead of the Oberon software crypto driver. Note, that the Fast Pair subsystem still uses the Oberon software library. The application image signature is verified with the CRACEN hardware peripheral.The MCUBoot configuration for the
nrf54lm20dk/nrf54lm20a/cpuappboard target to use the KMU-based key storage. The public key used by MCUboot for validating the application image is securely stored in the KMU hardware peripheral. To simplify the programming procedure, the samples are configured to use the automatic KMU provisioning. The KMU provisioning is performed by the west runner as a part of thewest flashcommand when the--eraseor--recoverflag is used.
Bluetooth Fast Pair: Input device sample:
Updated the application configuration for the
nrf54lm20dk/nrf54lm20a/cpuappboard target to use the CRACEN hardware crypto driver instead of the Oberon software crypto driver. Note, that the Fast Pair subsystem still uses the Oberon software library.
Cellular samples
Added:
The Cellular: nRF Cloud CoAP cellular location sample to demonstrate how to use the nRF Cloud CoAP API for nRF Cloud’s cellular location service.
The Cellular: nRF Cloud CoAP FOTA sample to demonstrate how to use the nRF Cloud CoAP API for FOTA updates.
The Cellular: nRF Cloud CoAP device message sample to demonstrate how to use the nRF Cloud CoAP API for device messages.
Cellular: nRF Cloud REST cellular location sample:
Added runtime setting of the log level for the nRF Cloud logging feature.
Updated the following samples to use the new
SEC_TAG_TLS_INVALIDdefinition:Cellular: Modem Shell sample:
Added support for NTN NB-IoT to the
link sysmodeandlink edrxcommands.
Cryptography samples
Crypto: AES CTR sample:
Added support for
nrf54lm20dk/nrf54lm20a/cpuapp.
Debug samples
No changes since the latest nRF Connect SDK release.
DECT NR+ samples
No changes since the latest nRF Connect SDK release.
DFU samples
Added:
The DFU Multi-image sample to demonstrate how to use the DFU target library.
The A/B with MCUboot sample to demonstrate how to implement the A/B firmware update strategy using MCUboot.
Edge Impulse samples
No changes since the latest nRF Connect SDK release.
Enhanced ShockBurst samples
Added the Enhanced ShockBurst: Monitor sample to demonstrate how to use the Enhanced ShockBurst (ESB) protocol in Monitor mode.
Gazell samples
No changes since the latest nRF Connect SDK release.
Keys samples
No changes since the latest nRF Connect SDK release.
Matter samples
Added:
The Matter: Temperature Sensor sample that demonstrates how to implement and test a Matter temperature sensor device.
The Matter: Contact sensor sample that demonstrates how to implement and test a Matter contact sensor device.
Updated all Matter over Wi-Fi samples and applications to store a portion of the application code related to the nRF70 Series Wi-Fi firmware in the external flash memory by default. This change breaks the DFU between the previous nRF Connect SDK versions and the nRF Connect SDK v3.2.0. To fix this, you need to disable storing the Wi-Fi firmware patch in external memory. See the migration guide for more information.
Matter: Door lock sample:
Added a callback for the auto-relock feature. This resolves the known issue KRKNWK-20691.
Networking samples
Added support for the nRF7002-EB II with the
nrf54lm20dk/nrf54lm20a/cpuappboard target in the following samples:
NFC samples
No changes since the latest nRF Connect SDK release.
nRF5340 samples
No changes since the latest nRF Connect SDK release.
Peripheral samples
No changes since the latest nRF Connect SDK release.
PMIC samples
No changes since the latest nRF Connect SDK release.
Protocol serialization samples
No changes since the latest nRF Connect SDK release.
SDFW samples
No changes since the latest nRF Connect SDK release.
Sensor samples
No changes since the latest nRF Connect SDK release.
SUIT samples
No changes since the latest nRF Connect SDK release.
Trusted Firmware-M (TF-M) samples
No changes since the latest nRF Connect SDK release.
Thread samples
No changes since the latest nRF Connect SDK release.
Wi-Fi samples
No changes since the latest nRF Connect SDK release.
Other samples
nRF Profiler sample:
Added a new testing step demonstrating how to calculate event propagation statistics. Also added the related test preset for the
calc_stats.pyscript (nrf/scripts/nrf_profiler/stats_nordic_presets/nrf_profiler.json).
Application Event Manager profiling tracer sample:
Added a new testing step demonstrating how to calculate event propagation statistics. Also added the related test preset for the
calc_stats.pyscript (nrf/scripts/nrf_profiler/stats_nordic_presets/app_event_manager_profiler_tracer.json).
Drivers
This section provides detailed lists of changes by driver.
Wi-Fi drivers
No changes since the latest nRF Connect SDK release.
Flash drivers
No changes since the latest nRF Connect SDK release.
Libraries
This section provides detailed lists of changes by library.
Binary libraries
No changes since the latest nRF Connect SDK release.
Bluetooth libraries and services
GATT Human Interface Device (HID) Service library:
Updated the report length of the HID boot mouse to
3. Thebt_hids_boot_mouse_inp_rep_send()function only allows to provide the state of the buttons and mouse movement (for both X and Y axes). No additional data can be provided by the application.
Common Application Framework
No changes since the latest nRF Connect SDK release.
Debug libraries
No changes since the latest nRF Connect SDK release.
DFU libraries
No changes since the latest nRF Connect SDK release.
Gazell libraries
No changes since the latest nRF Connect SDK release.
Security libraries
No changes since the latest nRF Connect SDK release.
Modem libraries
LTE link control library:
Added:
Support for NTN NB-IoT system mode.
eDRX support for NTN NB-IoT.
Multiprotocol Service Layer libraries
No changes since the latest nRF Connect SDK release.
Libraries for networking
Updated the following libraries to use the new
SEC_TAG_TLS_INVALIDdefinition for checking whether a security tag is valid:FTP client
nRF Cloud device provisioning library:
Added a blocking call to wait for a functional-mode change, relocating the logic from the app into the library.
Updated:
By making internal scheduling optional. Applications can now trigger provisioning manually using the
CONFIG_NRF_PROVISIONING_SCHEDULEDKconfig option.By moving root CA provisioning to modem initialization callback to avoid blocking and ensure proper state.
By expanding the event handler to report more provisioning events, including failures.
By making the event handler callback mandatory to notify the application of failures and prevent silent errors.
By unifying the device‐mode and modem‐mode callbacks into a single handler for cleaner integration.
The documentation and sample code accordingly.
Fixed multiple bugs and enhanced error handling.
Deprecated the nRF Cloud REST library. Use the nRF Cloud CoAP library instead.
Libraries for NFC
No changes since the latest nRF Connect SDK release.
nRF RPC libraries
No changes since the latest nRF Connect SDK release.
Other libraries
nRF Profiler library:
Updated the documentation by separating out the nRF Profiler host tools documentation.
Shell libraries
No changes since the latest nRF Connect SDK release.
sdk-nrfxlib
See the changelog for each library in the nrfxlib documentation for additional information.
Scripts
Added:
The Enhanced ShockBurst Sniffer scripts for the Enhanced ShockBurst: Monitor sample.
The documentation page for nRF Profiler host tools. The page also describes the script for calculating statistics (
calc_stats.py).
Integrations
This section provides detailed lists of changes by integration.
Google Fast Pair integration
No changes since the latest nRF Connect SDK release.
Edge Impulse integration
No changes since the latest nRF Connect SDK release.
Memfault integration
No changes since the latest nRF Connect SDK release.
AVSystem integration
No changes since the latest nRF Connect SDK release.
nRF Cloud integration
No changes since the latest nRF Connect SDK release.
CoreMark integration
No changes since the latest nRF Connect SDK release.
DULT integration
No changes since the latest nRF Connect SDK release.
MCUboot
The MCUboot fork in nRF Connect SDK (sdk-mcuboot) contains all commits from the upstream MCUboot repository up to and including 81315483fcbdf1f1524c2b34a1fd4de6c77cd0f4, with some nRF Connect SDK specific additions.
The code for integrating MCUboot into nRF Connect SDK is located in the ncs/nrf/modules/mcuboot folder.
The following list summarizes both the main changes inherited from upstream MCUboot and the main changes applied to the nRF Connect SDK specific additions:
No changes since the latest nRF Connect SDK release.
Zephyr
The Zephyr fork in nRF Connect SDK (sdk-zephyr) contains all commits from the upstream Zephyr repository up to and including 0fe59bf1e4b96122c3467295b09a034e399c5ee6, with some nRF Connect SDK specific additions.
For the list of upstream Zephyr commits (not including cherry-picked commits) incorporated into nRF Connect SDK since the most recent release, run the following command from the ncs/zephyr repository (after running west update):
git log --oneline 0fe59bf1e4 ^fdeb735017
For the list of nRF Connect SDK specific commits, including commits cherry-picked from upstream, run:
git log --oneline manifest-rev ^0fe59bf1e4
The current nRF Connect SDK main branch is based on revision 0fe59bf1e4 of Zephyr.
Note
For possible breaking changes and changes between the latest Zephyr release and the current Zephyr version, refer to the Zephyr release notes.
Additions specific to nRF Connect SDK
No changes since the latest nRF Connect SDK release.
zcbor
No changes since the latest nRF Connect SDK release.
Trusted Firmware-M
Updated the TF-M version to 2.2.0.
Documentation
Updated:
The Application integration section in the Emergency data storage library documentation to clarify the EMDS storage context usage.
The Emergency data storage section in the Bluetooth Mesh NLC: Lightness Controller/Energy Monitor sample documentation to clarify the EMDS storage context implementation and usage.
The Bluetooth Mesh: Device Firmware Update (DFU) distributor sample documentation to clarify the external flash support.
The Bluetooth Mesh: Device Firmware Update (DFU) target sample documentation to clarify the external flash support.