Skip to content

Commit 5e4ca44

Browse files
richabprlubos
authored andcommitted
doc: update docs for 2.6.3
Update docs for 2.6.3 release Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
1 parent 1d1d173 commit 5e4ca44

File tree

8 files changed

+116
-11
lines changed

8 files changed

+116
-11
lines changed

doc/nrf/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024 Nordic Semiconductor
2+
# Copyright (c) 2025 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-2024, Nordic Semiconductor"
29+
copyright = "2019-2025, Nordic Semiconductor"
3030
author = "Nordic Semiconductor"
31-
version = release = "2.6.2"
31+
version = release = "2.6.3"
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

+2-2
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.2
165+
revision: v2.6.3
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.2
192+
revision: v2.6.3
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

+4
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.3`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-6-3
249250
.. _`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
250251
.. _`known issues for nRF Connect SDK v2.6.1`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases_and_maturity/known_issues.html?v=v2-6-1
251252
.. _`known issues for nRF Connect SDK v2.6.0`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases_and_maturity/known_issues.html?v=v2-6-0
@@ -333,6 +334,7 @@
333334

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

337+
.. _`Repositories and revisions for v2.6.3`: https://docs.nordicsemi.com/bundle/ncs-2.6.3/page/nrf/releases_and_maturity/repository_revisions.html
336338
.. _`Repositories and revisions for v2.6.2`: https://docs.nordicsemi.com/bundle/ncs-2.6.2/page/nrf/releases_and_maturity/repository_revisions.html
337339
.. _`Repositories and revisions for v2.6.1`: https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/nrf/releases_and_maturity/repository_revisions.html
338340
.. _`Repositories and revisions for v2.6.0`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/releases_and_maturity/repository_revisions.html
@@ -357,6 +359,7 @@
357359
.. _`Repositories and revisions for v1.9.1`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/introduction.html#repositories-and-revisions
358360
.. _`Repositories and revisions`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/introduction.html#repositories-and-revisions
359361

362+
.. _`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
360363
.. _`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
361364
.. _`Modem library changelog for v2.6.1`: https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
362365
.. _`Modem library changelog for v2.6.0`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
@@ -381,6 +384,7 @@
381384
.. _`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
382385
.. _`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
383386

387+
.. _`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
384388
.. _`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
385389
.. _`LwM2M carrier library changelog for v2.6.1`: https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
386390
.. _`LwM2M carrier library changelog for v2.6.0`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog

doc/nrf/releases_and_maturity/release_notes.rst

+1
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.3
2223
releases/release-notes-2.6.2
2324
releases/release-notes-2.6.1
2425
releases/release-notes-2.6.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
.. _ncs_release_notes_263:
2+
3+
|NCS| v2.6.3 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, 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.0 <ncs_release_notes_260>`, :ref:`nRF Connect SDK v2.6.1 <ncs_release_notes_261>`, and :ref:`nRF Connect SDK v2.6.2 <ncs_release_notes_262>`.
20+
The changes affect Bluetooth®.
21+
22+
See :ref:`ncs_release_notes_263_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.3**.
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.3`_.
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.3.
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.3_>`_
60+
* - LwM2M carrier library
61+
- `Changelog <LwM2M carrier library changelog for v2.6.3_>`_
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.3`_ for the list of issues valid for the latest release.
68+
69+
.. _ncs_release_notes_263_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
82+
---------
83+
84+
* Fixed an issue affecting the SoftDevice Controller.
85+
The issue was caused by an assert in a connection where the peer device transmitted on the S8 Coded PHY (DRGN-22652 and DRGN-24327).
86+
87+
See the :ref:`changelog <nrfxlib:softdevice_controller_changelog>` of the SoftDevice Controller library for details.
88+
89+
90+
Zephyr
91+
======
92+
93+
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``23cf38934c0f68861e403b22bc3dd0ce6efbfa39``.
94+
95+
For a complete list of |NCS| specific commits and cherry-picked commits since v2.6.0, run the following command:
96+
97+
.. code-block:: none
98+
99+
git log --oneline manifest-rev ^v3.5.99-ncs1

doc/nrf/shortcuts.txt

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

3-
.. |release| replace:: v2.6.2
4-
.. |release_tt| replace:: ``v2.6.2``
5-
.. |release_number_tt| replace:: ``2.6.2``
3+
.. |release| replace:: v2.6.3
4+
.. |release_tt| replace:: ``v2.6.3``
5+
.. |release_number_tt| replace:: ``2.6.3``
66

77
.. ### Config shortcuts
88

doc/nrfxlib/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024 Nordic Semiconductor
2+
# Copyright (c) 2025 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-2024, Nordic Semiconductor"
27+
copyright = "2019-2025, Nordic Semiconductor"
2828
author = "Nordic Semiconductor"
29-
version = release = "2.6.2"
29+
version = release = "2.6.3"
3030

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

doc/versions.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"2.6.3",
23
"2.6.2",
34
"2.6.1",
45
"2.6.0",

0 commit comments

Comments
 (0)