Skip to content

Commit 2a59850

Browse files
richabprlubos
authored andcommitted
doc: update docs for 2.6.5
Update docs for the 2.6.5 release Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
1 parent ef8842f commit 2a59850

8 files changed

Lines changed: 119 additions & 11 deletions

File tree

doc/nrf/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2025 Nordic Semiconductor
2+
# Copyright (c) 2026 Nordic Semiconductor
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
@@ -26,9 +26,9 @@
2626
# General configuration --------------------------------------------------------
2727

2828
project = "nRF Connect SDK"
29-
copyright = "2019-2025, Nordic Semiconductor"
29+
copyright = "2019-2026, Nordic Semiconductor"
3030
author = "Nordic Semiconductor"
31-
version = release = "2.6.4"
31+
version = release = "2.6.5"
3232

3333
sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
3434
sys.path.insert(0, str(NRF_BASE / "doc" / "_extensions"))

doc/nrf/dev_model_and_contributions/adding_code.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ This is demonstrated by the following code, that would be placed somewhere in yo
162162
- name: nrf
163163
repo-path: sdk-nrf
164164
remote: ncs
165-
revision: v2.6.4
165+
revision: v2.6.5
166166
import: true
167167
self:
168168
path: application
@@ -189,7 +189,7 @@ For example:
189189
projects:
190190
- name: nrf
191191
remote: ncs
192-
revision: v2.6.4
192+
revision: v2.6.5
193193
import: true
194194
# Example for how to override a repository in the nRF Connect SDK with your own:
195195
- name: mcuboot

doc/nrf/links.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246
.. _`nRF Connect SDK latest documentation`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html
247247

248248
.. _`known issues page on the main branch`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases_and_maturity/known_issues.html
249+
.. _`known issues for nRF Connect SDK v2.6.5`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-6-5
249250
.. _`known issues for nRF Connect SDK v2.6.4`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-6-4
250251
.. _`known issues for nRF Connect SDK v2.6.3`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-6-3
251252
.. _`known issues for nRF Connect SDK v2.6.2`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-6-2
@@ -335,6 +336,7 @@
335336

336337
.. _`nRF socket options`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/nrf_modem/doc/sockets.html#socket-options
337338

339+
.. _`Repositories and revisions for v2.6.5`: https://docs.nordicsemi.com/bundle/ncs-2.6.5/page/nrf/releases_and_maturity/repository_revisions.html
338340
.. _`Repositories and revisions for v2.6.4`: https://docs.nordicsemi.com/bundle/ncs-2.6.4/page/nrf/releases_and_maturity/repository_revisions.html
339341
.. _`Repositories and revisions for v2.6.3`: https://docs.nordicsemi.com/bundle/ncs-2.6.3/page/nrf/releases_and_maturity/repository_revisions.html
340342
.. _`Repositories and revisions for v2.6.2`: https://docs.nordicsemi.com/bundle/ncs-2.6.2/page/nrf/releases_and_maturity/repository_revisions.html
@@ -361,6 +363,7 @@
361363
.. _`Repositories and revisions for v1.9.1`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/introduction.html#repositories-and-revisions
362364
.. _`Repositories and revisions`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/introduction.html#repositories-and-revisions
363365

366+
.. _`Modem library changelog for v2.6.5`: https://docs.nordicsemi.com/bundle/ncs-2.6.5/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
364367
.. _`Modem library changelog for v2.6.4`: https://docs.nordicsemi.com/bundle/ncs-2.6.4/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
365368
.. _`Modem library changelog for v2.6.3`: https://docs.nordicsemi.com/bundle/ncs-2.6.3/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
366369
.. _`Modem library changelog for v2.6.2`: https://docs.nordicsemi.com/bundle/ncs-2.6.2/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
@@ -387,6 +390,7 @@
387390
.. _`Modem library changelog for v1.9.1`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
388391
.. _`Modem library changelog for v1.9.0`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
389392

393+
.. _`LwM2M carrier library changelog for v2.6.5`: https://docs.nordicsemi.com/bundle/ncs-2.6.5/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
390394
.. _`LwM2M carrier library changelog for v2.6.4`: https://docs.nordicsemi.com/bundle/ncs-2.6.4/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
391395
.. _`LwM2M carrier library changelog for v2.6.3`: https://docs.nordicsemi.com/bundle/ncs-2.6.3/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
392396
.. _`LwM2M carrier library changelog for v2.6.2`: https://docs.nordicsemi.com/bundle/ncs-2.6.2/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog

doc/nrf/releases_and_maturity/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This page is included only in the latest documentation, because it might contain
1919
:maxdepth: 1
2020
:caption: Subpages:
2121

22+
releases/release-notes-2.6.5
2223
releases/release-notes-2.6.4
2324
releases/release-notes-2.6.3
2425
releases/release-notes-2.6.2
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
.. _ncs_release_notes_265:
2+
3+
|NCS| v2.6.5 Release Notes
4+
##########################
5+
6+
.. contents::
7+
:local:
8+
:depth: 2
9+
10+
|NCS| delivers reference software and supporting libraries for developing low-power wireless applications with Nordic Semiconductor products in the nRF52, nRF53, nRF54, nRF70, and nRF91 Series.
11+
The SDK includes open source projects (TF-M, MCUboot, OpenThread, Matter, and the Zephyr RTOS), which are continuously integrated and redistributed with the SDK.
12+
13+
Release notes might refer to "experimental" support for features, which indicates that the feature is incomplete in functionality or verification, and can be expected to change in future releases.
14+
To learn more, see :ref:`software_maturity`.
15+
16+
Highlights
17+
**********
18+
19+
This patch release adds changes on top of the :ref:`nRF Connect SDK v2.6.4 <ncs_release_notes_264>`, :ref:`nRF Connect SDK v2.6.3 <ncs_release_notes_263>`, :ref:`nRF Connect SDK v2.6.2 <ncs_release_notes_262>`, :ref:`nRF Connect SDK v2.6.1 <ncs_release_notes_261>` and :ref:`nRF Connect SDK v2.6.0 <ncs_release_notes_260>`.
20+
The changes affect Bluetooth® and MPSL.
21+
22+
See :ref:`ncs_release_notes_265_changelog` for the complete list of changes.
23+
24+
Release tag
25+
***********
26+
27+
The release tag for the |NCS| manifest repository (|ncs_repo|) is **v2.6.5**.
28+
Check the :file:`west.yml` file for the corresponding tags in the project repositories.
29+
30+
To use this release, check out the tag in the manifest repository and run ``west update``.
31+
See :ref:`cloning_the_repositories` and :ref:`gs_updating_repos_examples` for more information.
32+
33+
For information on the included repositories and revisions, see `Repositories and revisions for v2.6.5`_.
34+
35+
IDE and tool support
36+
********************
37+
38+
`nRF Connect extension for Visual Studio Code <nRF Connect for Visual Studio Code_>`_ is the recommended IDE for |NCS| v2.6.5.
39+
See the :ref:`installation` section for more information about supported operating systems and toolchain.
40+
41+
Supported modem firmware
42+
************************
43+
44+
See `Modem firmware compatibility matrix`_ for an overview of which modem firmware versions have been tested with this version of the |NCS|.
45+
46+
Use the latest version of the nRF Programmer app of `nRF Connect for Desktop`_ to update the modem firmware.
47+
See :ref:`nrf9160_gs_updating_fw_modem` for instructions.
48+
49+
Modem-related libraries and versions
50+
====================================
51+
52+
.. list-table:: Modem-related libraries and versions
53+
:widths: 15 10
54+
:header-rows: 1
55+
56+
* - Library name
57+
- Version information
58+
* - Modem library
59+
- `Changelog <Modem library changelog for v2.6.5_>`_
60+
* - LwM2M carrier library
61+
- `Changelog <LwM2M carrier library changelog for v2.6.5_>`_
62+
63+
Known issues
64+
************
65+
66+
Known issues are only tracked for the latest official release.
67+
See `known issues for nRF Connect SDK v2.6.5`_ for the list of issues valid for the latest release.
68+
69+
.. _ncs_release_notes_265_changelog:
70+
71+
Changelog
72+
*********
73+
74+
The following sections provide detailed lists of changes by component.
75+
76+
Protocols
77+
=========
78+
79+
This section provides detailed lists of changes by :ref:`protocol <protocols>`.
80+
81+
Bluetooth LE
82+
------------
83+
84+
* Fixed an issue where an assert could happen while scanning.
85+
See the :ref:`changelog <nrfxlib:softdevice_controller_changelog>` of the SoftDevice Controller library for details.
86+
87+
Multiprotocol support
88+
---------------------
89+
90+
* Added the :kconfig:option:`CONFIG_MPSL_RELAXED_REAL_TIME` Kconfig option to enable or disable relaxed real-time mode.
91+
See the :ref:`changelog <nrfxlib:mpsl_changelog>` of the MPSL library for details.
92+
93+
Zephyr
94+
======
95+
96+
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``23cf38934c0f68861e403b22bc3dd0ce6efbfa39``.
97+
98+
For a complete list of |NCS| specific commits and cherry-picked commits since v2.6.0, run the following command:
99+
100+
.. code-block:: none
101+
102+
git log --oneline manifest-rev ^v3.5.99-ncs1

doc/nrf/shortcuts.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. |NCS| replace:: nRF Connect SDK
22

3-
.. |release| replace:: v2.6.4
4-
.. |release_tt| replace:: ``v2.6.4``
5-
.. |release_number_tt| replace:: ``2.6.4``
3+
.. |release| replace:: v2.6.5
4+
.. |release_tt| replace:: ``v2.6.5``
5+
.. |release_number_tt| replace:: ``2.6.5``
66

77
.. ### Config shortcuts
88

doc/nrfxlib/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2025 Nordic Semiconductor
2+
# Copyright (c) 2026 Nordic Semiconductor
33
#
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
@@ -24,9 +24,9 @@
2424
# General configuration --------------------------------------------------------
2525

2626
project = "nrfxlib"
27-
copyright = "2019-2025, Nordic Semiconductor"
27+
copyright = "2019-2026, Nordic Semiconductor"
2828
author = "Nordic Semiconductor"
29-
version = release = "2.6.4"
29+
version = release = "2.6.5"
3030

3131
sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
3232
sys.path.insert(0, str(NRF_BASE / "doc" / "_extensions"))

doc/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"2.6.5",
23
"2.6.4",
34
"2.6.3",
45
"2.6.2",

0 commit comments

Comments
 (0)