Changelog for nRF Connect SDK v2.8.0-preview1

The most relevant changes that are present on the main branch of the nRF Connect SDK, as compared to the latest official release, are tracked in this file.

Note

This file is a work in progress and might not cover all relevant changes.

Known issues

Known issues are only tracked for the latest official release. See known issues for nRF Connect SDK v2.7.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

Board support

  • Added support for the Thingy:91 X board.

  • Updated Thingy:91 X board to use the nordic,pm-ext-flash node instead of external flash device name in static partitions.

  • Removed invalid external flash from static partitions for Thingy:91 X.

Build and configuration system

Bootloaders and DFU

  • Added:

  • Updated the procedure for signing the application image built for booting by MCUboot in direct-XIP mode with revert support. Now, the Intel-Hex file of the application image automatically receives a confirmation flag.

  • Removed secure bootloader Kconfig CONFIG_SECURE_BOOT_DEBUG and replaced with usage of logging subsystem.

See also the MCUboot section.

Developing with nRF91 Series

Developing with nRF70 Series

No changes since the latest nRF Connect SDK release.

Working with nRF54H Series

No changes since the latest nRF Connect SDK release.

Developing with nRF54L Series

  • Added:

    • nRF54L snippets to emulate these targets on an nRF54L15 DK. These are used only for development purposes.

    • The Working with the KMU and CRACEN page that provides more information about the cryptographic peripherals of the nRF54L Series devices, programming model for referencing keys, and configuration.

  • Updated the name and the structure of the section, with Developing with nRF54L Series as the landing page.

  • Removed the Getting started with the nRF54L15 PDK page, and instead included the information about the Quick Start app support.

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 Front-End Modules

No changes since the latest nRF Connect SDK release.

Developing with PMICs

No changes since the latest nRF Connect SDK release.

Security

  • Added:

    • The CONFIG_CRACEN_IKG_SEED_KMU_SLOT Kconfig option to allow customization of the KMU slot used to store CRACEN’s Internal Key Generator (IKG) seed. The default IKG seed slot is now 183 (previously 0).

    • TF-M support for the nRF54L15 DK (board target nrf54l15dk/nrf54l15/cpuapp/ns), replacing the nRF54L15 PDK (board target nrf54l15pdk/nrf54l15/cpuapp/ns).

Protocols

This section provides detailed lists of changes by protocol. See Samples for lists of changes for the protocol-related samples.

Amazon Sidewalk

No changes since the latest nRF Connect SDK release.

Bluetooth® LE

  • Added functions bt_hci_err_to_str() and bt_security_err_to_str() to allow printing error codes as strings. Each function returns string representations of the error codes when the corresponding Kconfig option, CONFIG_BT_HCI_ERR_TO_STR or CONFIG_BT_SECURITY_ERR_TO_STR, is enabled. The Bluetooth samples and nRF Audio applications are updated to use these new functions.

  • Updated:

    • The SoftDevice Controller library to automatically select the CONFIG_BT_LL_SOFTDEVICE_MULTIROLE Kconfig option when using coexistence based on CONFIG_MPSL_CX for nRF52 Series devices.

    • The Bluetooth HCI driver is now present as a devicetree node in the device tree. The SoftDevice Controller driver uses a devicetree node named bt_hci_sdc with a devicetree binding compatible with nordic,bt-hci-sdc. The Zephyr Bluetooth LE Controller uses a devicetree node named bt_hci_controller with a devicetree binding compatible with zephyr,bt-hci-ll-sw-split. You need to update applications using the Zephyr Bluetooth Controller (see the migration guide).

    • Host calls in GATT Discovery Manager (DM) callbacks are now scheduled in a workqueue. The BT_GATT_DM_WORKQ_CHOICE Kconfig option allows you to select the workqueue implementation. You can select either a workqueue specific to GATT DM (default) or the system workqueue. You can use the system workqueue if creating a new thread is not viable due to memory constraints, but it is not recommended to have potential blocking calls in the system workqueue.

  • Fixed an issue where the Bluetooth subsystem deadlocked when a Bluetooth link was lost during data transfer. In this scenario, the disconnected event was never delivered to the application. The issue only occurred when the CONFIG_BT_HCI_ACL_FLOW_CONTROL Kconfig option was enabled. This option is enabled by default on the nRF5340 DK.

Bluetooth Mesh

  • Added metadata as optional parameter for models Light Lightness Server, Light HSL Server, Light CTL Temperature Server, Sensor Server, and Time Server. To use the metadata, enable the CONFIG_BT_MESH_LARGE_COMP_DATA_SRV Kconfig option.

  • Removed the BT_MESH_SENSOR_USE_LEGACY_SENSOR_VALUE Kconfig option, deprecated in the nRF Connect SDK v2.6.0, as the old APIs, based on the sensor_value type, are removed. You need to update applications using the old APIs, as described in the v2.6.0 migration guide.

DECT NR+

No changes since the latest nRF Connect SDK release.

Enhanced ShockBurst (ESB)

No changes since the latest nRF Connect SDK release.

Gazell

No changes since the latest nRF Connect SDK release.

Matter

Matter fork

The Matter fork in the nRF Connect SDK (sdk-connectedhomeip) contains all commits from the upstream Matter repository up to, and including, the v1.3.0.0 tag.

The following list summarizes the most important changes inherited from the upstream Matter:

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

  • Added the OpenThread build report and described how to use it.

  • Updated the default Trusted Storage AEAD key to Hardware Unique Key (HUK) for supported nRF54L Series devices.

Zigbee

No changes since the latest nRF Connect SDK release.

Wi-Fi

  • Updated the WPA supplicant to switch to Zephyr upstream’s fork instead of nRF Connect SDK.

Applications

This section provides detailed lists of changes by application.

Machine learning

  • Added support for sampling ADXL362 sensor from PPR core on the nRF54H20 DK.

Asset Tracker v2

  • Added a note that the Asset Tracker v2 application is in the maintenance mode and recommended to use the nRF Cloud multi-service sample instead.

Connectivity Bridge

  • Updated the new nrfx UARTE driver implementation by setting the CONFIG_UART_NRFX_UARTE_LEGACY_SHIM Kconfig option to n. This resolves an issue where data from UART0 ends up in UART1 sometimes after the device was reset.

IPC radio firmware

No changes since the latest nRF Connect SDK release.

Matter Bridge

  • Added:

    • The CONFIG_NCS_SAMPLE_MATTER_ZAP_FILES_PATH Kconfig option that specifies ZAP files location for the application. By default, the option points to the src/default_zap directory and can be changed to any path relative to application’s location that contains the ZAP file and zap-generated directory.

    • Experimental support for the nRF54H20 DK board.

    • Optional smart plug device functionality.

    • Experimental support for the Thread protocol.

    • The Bluetooth LE and Thread coexistence page.

nRF5340 Audio

nRF Desktop

  • Added:

    • A debug configuration enabling the Fast Pair feature on the nRF54L15 PDK with the nrf54l15pdk/nrf54l15/cpuapp board target.

    • An application versioning using the VERSION file. The versioning is only applied to the application configurations that use the MCUboot bootloader.

    • The CONFIG_DESKTOP_USB_HID_REPORT_SENT_ON_SOF Kconfig option to USB state module. The option allows to synchronize providing HID data with USB Start of Frame (SOF). The feature reduces the negative impact of jitter related to USB polls, but it also increases HID data latency. For details, see USB Start of Frame (SOF) synchronization.

    • Local HID report buffering in USB state module. This ensures that the memory buffer passed to the USB next stack is valid until a HID report is sent and allows to enqueue up to two HID input reports for a USB HID instance (used only when CONFIG_DESKTOP_USB_HID_REPORT_SENT_ON_SOF Kconfig option is enabled).

    • Bootup logs with the manifest semantic version information to Device Firmware Upgrade MCUmgr module when the module is used for SUIT DFU and the SDFW supports semantic versioning (requires v0.6.2 and higher).

    • Manifest semantic version information to the firmware information response in Device Firmware Upgrade module when the module is used for SUIT DFU and the SDFW supports semantic versioning (requires v0.6.2 and higher).

    • A missing DTS node compatible with zephyr,hid-device to the nRF52840 DK in the MCUboot QSPI configuration. This ensures support for HID over USB when the USB next stack is selected.

    • The USB next stack (CONFIG_DESKTOP_USB_STACK_NEXT) implies partial erase feature of the nRF SoC flash driver (CONFIG_SOC_FLASH_NRF_PARTIAL_ERASE). This is done to improve stability of the USB next stack. The partial erase feature works around device errors that might be reported by Windows USB host in Device Manager if USB cable is connected while erasing secondary image slot in the background.

    • Bluetooth connectivity support (CONFIG_DESKTOP_BT) implies using a separate workqueue for connection TX notify processing (CONFIG_BT_CONN_TX_NOTIFY_WQ) if MPSL is used for synchronization between the flash memory driver and radio (CONFIG_SOC_FLASH_NRF_RADIO_SYNC_MPSL). This is done to work around the timeout in MPSL flash synchronization (NCSDK-29354 known issue). See Known issues for details.

  • Updated:

    • The CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL Kconfig option value in configurations with the Fast Pair support. The value is now aligned with the Fast Pair requirements.

    • The CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE Kconfig option value in the nRF54L15 PDK configurations to ensure short write slots. It prevents timeouts in the MPSL flash synchronization caused by allocating long write slots while maintaining a Bluetooth LE connection with short intervals and no connection latency.

    • The method of obtaining hardware ID using Zephyr’s Hardware Information on the nRF54H20 DK. Replaced the custom implementation of the z_impl_hwinfo_get_device_id() function in the nRF Desktop application with the native Zephyr driver function that now supports the nRF54H20 DK board target. Removed the CONFIG_DESKTOP_HWINFO_BLE_ADDRESS_FICR_POSTFIX Kconfig option as a postfix constant is no longer needed for the Zephyr native driver. The driver uses BLE.ADDR, BLE.IR, and BLE.ER fields of the Factory Information Configuration Registers (FICR) to provide 8 bytes of unique hardware ID.

    • The Device Firmware Upgrade MCUmgr module to recognize the MCUmgr custom group ID (CONFIG_MGMT_GROUP_ID_SUIT) from the SUITFU subsystem (CONFIG_MGMT_SUITFU) as a DFU-related command group.

    • All build configurations with the DFU over MCUmgr support to require encryption for operations on the Bluetooth GATT SMP service (see the CONFIG_MCUMGR_TRANSPORT_BT_PERM_RW_ENCRYPT Kconfig option). The Bluetooth pairing procedure of the unpaired Bluetooth peers must now be performed before the DFU operation.

    • The Device Firmware Upgrade MCUmgr module to enable the MCUmgr handler that is used to report the bootloader information (see the CONFIG_MCUMGR_GRP_OS_BOOTLOADER_INFO Kconfig option).

    • The MCUboot image configurations for the nRF54L15 DK board to enable Link Time Optimization (LTO) (see the CONFIG_LTO Kconfig option) and reduce the memory footprint of the bootloader.

    • The partition memory configurations for the nRF54L15 DK board to optimize the size of the MCUboot bootloader partition.

    • The Constant latency hotfix module to use the nrfx_power_constlat_mode_request() and nrfx_power_constlat_mode_free() functions instead of nrf_power_task_trigger() to control requesting Constant Latency sub-power mode. This ensures correct behavior if another source requests Constant Latency sub-power mode through the nrfx API.

    • The CONFIG_DESKTOP_CONSTLAT_DISABLE_ON_STANDBY Kconfig option depends on CONFIG_CAF_PM_EVENTS. CAF Power Management events support is necessary to disable constant latency interrupts on standby.

  • Removed support for the nRF54L15 PDK revision v0.2.x.

nRF Machine Learning (Edge Impulse)

No changes since the latest nRF Connect SDK release.

Serial LTE modem

  • Added:

    • DTLS support for the #XUDPSVR and #XSSOCKET (UDP server sockets) AT commands when the overlay-native_tls.conf configuration file is used.

    • The CONFIG_SLM_PPP_FALLBACK_MTU Kconfig option that is used to control the MTU used by PPP when the cellular link MTU is not returned by the modem in response to the AT+CGCONTRDP=0 AT command.

    • Handler for new nRF Cloud event type NRF_CLOUD_EVT_RX_DATA_DISCON.

    • Support for socket option AT_SO_IPV6_DELAYED_ADDR_REFRESH.

  • Updated:

    • AT string parsing to utilize the AT parser library instead of the AT command parser library.

    • The #XUDPCLI and #XSSOCKET (UDP client sockets) AT commands to use Zephyr’s Mbed TLS with DTLS when the overlay-native_tls.conf configuration file is used.

  • Removed:

    • Support for the overlay-native_tls.conf configuration file with the thingy91/nrf9160/ns board target.

    • Support for deprecated RAI socket options AT_SO_RAI_LAST, AT_SO_RAI_NO_DATA, AT_SO_RAI_ONE_RESP, AT_SO_RAI_ONGOING, and AT_SO_RAI_WAIT_MORE.

    • The #XCARRIERCFG="bootstrap_smartcard" AT command.

Thingy:53: Matter weather station

  • Added the CONFIG_NCS_SAMPLE_MATTER_ZAP_FILES_PATH Kconfig option, which specifies ZAP files location for the application. By default, the option points to the src/default_zap directory and can be changed to any path relative to application’s location that contains the ZAP file and zap-generated directory.

Samples

This section provides detailed lists of changes by sample.

Amazon Sidewalk samples

No changes since the latest nRF Connect SDK release.

Bluetooth samples

Bluetooth Fast Pair samples

  • Updated:

  • Bluetooth Fast Pair: Locator tag sample:

    • Added:

      • LED indication on development kits for the Fast Pair advertising state.

      • An application versioning using the VERSION file.

      • The DFU support which can be enabled using the SB_CONFIG_APP_DFU sysbuild Kconfig option. DFU is available for all supported targets except the debug configurations of nRF52 DK and nRF52833 DK due to size constraints.

    • Updated:

      • The IPC radio firmware image configuration by splitting it into the debug and release configurations.

      • The location of the sample configuration. It has been moved from the root sample directory to the dedicated folder (locator_tag/configuration).

      • The fp_adv module to use the trigger requests for the Fast Pair advertising state instead of setting the Fast Pair advertising mode directly.

Bluetooth Mesh samples

Cellular samples

  • Added the Cellular: UICC LwM2M sample.

  • Cellular: Full modem firmware update using SMP Server sample:

    • Removed the unused AT command parser library.

  • Cellular: Modem Shell sample:

    • Added link modem command for initializing and shutting down the modem.

    • Updated to use the AT parser library instead of the AT command parser library.

  • Cellular: nRF Cloud REST FOTA sample:

    • Added support for setting the FOTA update check interval using the config section in the shadow.

    • Removed redundant logging now done by the nRF Cloud library.

  • nRF Cloud multi-service sample:

    • Added:

      • The CONFIG_TEST_COUNTER_MULTIPLIER Kconfig option to multiply the number of test counter messages sent, for testing purposes.

      • A handler for new nRF Cloud event type NRF_CLOUD_EVT_RX_DATA_DISCON to stop sensors and location services.

      • Board support files to enable Wi-Fi scanning for the Thingy:91 X.

      • The CONFIG_SEND_ONLINE_ALERT Kconfig option to enable calling the nrf_cloud_alert function on startup.

      • Logging of the reset reason code.

      • The CONFIG_POST_PROVISIONING_INTERVAL_M Kconfig option to reduce the provisioning connection interval once the device successfully connects.

    • Updated:

      • Wi-Fi overlays from newlibc to picolib.

      • Handling of JITP association to improve speed and reliability.

      • Renamed the overlay_nrf7002ek_wifi_no_lte.conf overlay to overlay_nrf700x_wifi_mqtt_no_lte.conf.

      • Renamed the overlay_nrf7002ek_wifi_coap_no_lte.conf overlay to overlay_nrf700x_wifi_coap_no_lte.conf.

      • The value of the CONFIG_COAP_EXTENDED_OPTIONS_LEN_VALUE Kconfig option in the overlay_coap.conf file. A larger value is required now that the CONFIG_NRF_CLOUD_COAP_DOWNLOADS Kconfig option is enabled.

      • Handling of credentials check to disable network if not using the provisioning service.

    • Fixed an issue where the accepted shadow was not marked as received because the config section did not yet exist in the shadow.

    • Removed redundant logging now done by the nRF Cloud library.

  • Cellular: nRF Cloud REST Device Message sample:

    • Added:

      • Support for dictionary logs using REST.

      • The CONFIG_SEND_ONLINE_ALERT Kconfig option to enable calling the nrf_cloud_alert function on startup.

      • Logging of the reset reason code.

    • Updated:

      • Credentials check to also see if AWS root CA cert is likely present.

      • Credentials check failure to disable network if not using the provisioning service.

    • Removed redundant logging now done by the nRF Cloud library.

  • Cellular: nRF Cloud REST cellular location sample:

    • Removed redundant logging now done by the nRF Cloud library.

  • Cellular: SMP Server sample:

    • Added sysbuild configuration files.

Cryptography samples

  • Added support for the nrf54l15dk/nrf54l15/cpuapp/ns board target, replacing nrf54l15pdk/nrf54l15/cpuapp/ns.

Debug samples

DECT NR+ samples

Edge Impulse samples

No changes since the latest nRF Connect SDK release.

Enhanced ShockBurst samples

No changes since the latest nRF Connect SDK release.

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 CONFIG_NCS_SAMPLE_MATTER_ZAP_FILES_PATH Kconfig option, which specifies ZAP files location for the sample. By default, the option points to the src/default_zap directory and can be changed to any path relative to sample’s location that contains the ZAP file and zap-generated directory.

    • Support for the nRF54L15 DK.

    • Support for Trusted Firmware-M on the nRF54L15 SoC.

    • The Matter: Smoke CO Alarm sample that demonstrates implementation of Matter Smoke CO alarm device type.

    • The CONFIG_NCS_SAMPLE_MATTER_LEDS Kconfig option, which can be used to disable the LEDs in the Matter sample or application.

  • Updated all samples to enable the OpenThread build report generation.

  • Matter: Door lock sample:

  • Matter: Template sample:

    • Updated the DAC private key migration from factory data to KMU to be enabled for the nRF54L Series SoCs by default.

  • Removed support for the nRF54L15 PDK from all samples.

Networking samples

  • HTTP Server sample:

    • Fixed not to fail with a fatal error if IPv4 or IPv6 server setup fails.

NFC samples

No changes since the latest nRF Connect SDK release.

nRF5340 samples

Peripheral samples

  • IEEE 802.15.4 Sniffer sample:

    • Added sysbuild configuration for nRF5340.

    • Increased the number of RX buffers to reduce the chances of frame drops during high traffic periods.

    • Disabled the nRF Connect SDK boot banner.

    • Fixed the dBm value reported for captured frames.

  • IEEE 802.15.4 PHY test tool sample:

    • Added build configuration for the nRF54H20.

  • Radio test (short-range) sample:

    • Added packet reception limit for the start_rx command.

PMIC samples

Protocol serialization samples

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

  • Replaced support for the nrf54l15pdk/nrf54l15/cpuapp/ns board target with nrf54l15dk/nrf54l15/cpuapp/ns.

  • TF-M: PSA template sample:

    • Added support for updating the network core on the nRF5340 DK.

Thread samples

Zigbee samples

  • Zigbee light switch sample:

    • Added the option to configure transmission power.

    • Fixed the FOTA configuration for the nRF5340 DK.

Wi-Fi samples

Other samples

Drivers

This section provides detailed lists of changes by driver.

No changes since the latest nRF Connect SDK release.

Wi-Fi drivers

  • nRF70 Series Wi-Fi driver is upstreamed to Zephyr, so, removed from the nRF Connect SDK.

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

Common Application Framework

No changes since the latest nRF Connect SDK release.

Debug libraries

DFU libraries

  • Added the subsys_suit library that provides functionality to a local domain for orchestrating the update based on the SUIT manifest.

  • DFU target library:

    • Added SUIT cache processing to the DFU Target SUIT library, as described in the lib_dfu_target_suit_style_update section.

    • Updated the DFU Target SUIT implementation to the newest version of the SUIT.

Gazell libraries

No changes since the latest nRF Connect SDK release.

Security libraries

  • nRF Security library:

    • Removed the Kconfig options CONFIG_PSA_WANT_ALG_CFB and CONFIG_PSA_WANT_ALG_OFB since the Cipher Feedback (CFB) mode and the Output Feedback (OFB) mode are not tested in the test framework.

Modem libraries

Multiprotocol Service Layer libraries

  • Added a 1-wire coexistence implementation that you can enable using the Kconfig option CONFIG_MPSL_CX_1WIRE.

  • Updated the name of the Kconfig option CONFIG_MPSL_CX_THREAD to CONFIG_MPSL_CX_3WIRE to better indicate multiprotocol compatibility.

  • Fixed an issue where the HFXO would be left on after uninitializing MPSL when the RC oscillator was used as the Low Frequency clock source (DRGN-22809).

  • Deprecated the Kconfig option CONFIG_MPSL_CX_BT_1WIRE.

Libraries for networking

Libraries for NFC

  • Added an experimental serialization of NFC tag 2 and tag 4 APIs.

  • Fixed a potential issue with handling data pointers in the function ring_buf_get_data in the platform_internal_thread file.

nRF RPC libraries

  • Added:

    • An experimental serialization of Openthread APIs.

    • The logging backend that sends logs through nRF RPC events.

  • Updated the internal Bluetooth serialization API and Bluetooth callback proxy API to become part of the public NRF RPC API.

Other libraries

  • Added the nRF Compression library with support for the LZMA decompression.

  • Date-Time library:

    • Added:

      • A retry feature that reattempts failed date-time updates up to a certain number of consecutive times.

      • The Kconfig options CONFIG_DATE_TIME_RETRY_COUNT to control whether and how many consecutive date-time update retries may be performed, and CONFIG_DATE_TIME_RETRY_INTERVAL_SECONDS to control how quickly date-time update retries occur.

    • Fixed a bug that caused date-time updates to not be rescheduled under certain circumstances.

  • RAM power-down library:

    • Added support for the nRF54L15 SoC.

Security libraries

Shell libraries

No changes since the latest nRF Connect SDK release.

Libraries for Zigbee

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

This section provides detailed lists of changes by script.

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 a4eda30f5b0cfd0cf15512be9dcd559239dbfc91, 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 ea02b93eea35afef32ebb31f49f8e79932e7deee, 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 ea02b93eea ^23cf38934c

For the list of nRF Connect SDK specific commits, including commits cherry-picked from upstream, run:

git log --oneline manifest-rev ^ea02b93eea

The current nRF Connect SDK main branch is based on revision ea02b93eea 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

  • Added possibility to read UICR.OTP registers through platform services.

cJSON

No changes since the latest nRF Connect SDK release.

Documentation