nRF Connect SDK v2.7.99-cs2 Release Notes
nRF Connect SDK v2.7.99-cs2 is a customer sampling release, tailored exclusively for participants in the nRF54H20 SoC customer sampling program. Do not use this release of nRF Connect SDK if you are not participating in the program.
The release is not part of the regular release cycle and is specifically designed to support early adopters working with the nRF54H20 SoC. It is intended to provide early access to the latest developments for nRF54H20 SoC, enabling participants to experiment with new features and provide feedback.
The scope of this release is intentionally narrow, concentrating solely on the nRF54H20 DK. You can use the latest stable release of nRF Connect SDK to work with other boards.
All functionality related to nRF54H20 SoC is considered experimental.
Highlights
Added the following features for the nRF54H20 as experimental:
Bluetooth: Peripheral UART sample:
Added a configuration that allows to build the sample application for the radio core. This allows for running Bluetooth® LE firmware and using the application core for other purposes.
A new sample Bluetooth: Connection Subrating, which showcases the effect of the LE Connection Subrating feature on the duty cycle of a connection.
Support for multi-core logging using Coresight System Trace Macrocell (STM). Synchronized logs from all cores are presented on a single output (UART). STM logging is supported in two modes:
Dictionary-based mode - Higher throughput, small memory footprint, nrfutil trace decodes the output.
Standalone mode - Human-readable logs on UART, no host tool is required.
Support for Embedded Trace Macrocell (ETM) used for real-time instruction and data flow tracing.
Support for secure domain PSA crypto API.
Power management fixes, including increased stability of System On All Idle.
Release tag
The release tag for the nRF Connect SDK manifest repository (https://github.com/nrfconnect/sdk-nrf) is v2.7.99-cs2.
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 and Updating the repositories for more information.
For information on the included repositories and revisions, see Repositories and revisions for v2.7.99-cs2.
IDE and tool support
nRF Connect extension for Visual Studio Code is the recommended IDE for nRF Connect SDK v2.7.99-cs2. See the Installation section for more information about supported operating systems and toolchain.
Migration notes
See the Migration notes for nRF Connect SDK v2.7.99-cs2 and the nRF54H20 DK for the changes required or recommended when migrating your environment to the nRF Connect SDK v2.7.99-cs2.
Changelog
The following sections provide detailed lists of changes by component.
Documentation
Added:
Migration notes for nRF Connect SDK v2.7.99-cs2 and the nRF54H20 DK.
A page about nRF54H20 logging.
ABI Compatibility reference page.