Skip to content

Commit 12b7618

Browse files
richabprlubos
authored andcommitted
doc: update docs for 2.6.4
Update docs for 2.6.4 release Signed-off-by: Richa Pandey <[email protected]>
1 parent e239626 commit 12b7618

File tree

8 files changed

+114
-7
lines changed

8 files changed

+114
-7
lines changed

doc/nrf/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
project = "nRF Connect SDK"
2929
copyright = "2019-2025, Nordic Semiconductor"
3030
author = "Nordic Semiconductor"
31-
version = release = "2.6.3"
31+
version = release = "2.6.4"
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.3
165+
revision: v2.6.4
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.3
192+
revision: v2.6.4
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.4`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-6-4
249250
.. _`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
250251
.. _`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
251252
.. _`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
@@ -334,6 +335,7 @@
334335

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

338+
.. _`Repositories and revisions for v2.6.4`: https://docs.nordicsemi.com/bundle/ncs-2.6.4/page/nrf/releases_and_maturity/repository_revisions.html
337339
.. _`Repositories and revisions for v2.6.3`: https://docs.nordicsemi.com/bundle/ncs-2.6.3/page/nrf/releases_and_maturity/repository_revisions.html
338340
.. _`Repositories and revisions for v2.6.2`: https://docs.nordicsemi.com/bundle/ncs-2.6.2/page/nrf/releases_and_maturity/repository_revisions.html
339341
.. _`Repositories and revisions for v2.6.1`: https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/nrf/releases_and_maturity/repository_revisions.html
@@ -359,6 +361,7 @@
359361
.. _`Repositories and revisions for v1.9.1`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/introduction.html#repositories-and-revisions
360362
.. _`Repositories and revisions`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/introduction.html#repositories-and-revisions
361363

364+
.. _`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
362365
.. _`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
363366
.. _`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
364367
.. _`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
@@ -384,6 +387,7 @@
384387
.. _`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
385388
.. _`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
386389

390+
.. _`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
387391
.. _`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
388392
.. _`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
389393
.. _`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

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.4
2223
releases/release-notes-2.6.3
2324
releases/release-notes-2.6.2
2425
releases/release-notes-2.6.1
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
.. _ncs_release_notes_264:
2+
3+
|NCS| v2.6.4 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>`, :ref:`nRF Connect SDK v2.6.2 <ncs_release_notes_262>` and :ref:`nRF Connect SDK v2.6.3 <ncs_release_notes_263>`.
20+
The changes affect Wi-Fi® interoperability.
21+
22+
See :ref:`ncs_release_notes_264_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.4**.
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.4`_.
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.4.
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.4_>`_
60+
* - LwM2M carrier library
61+
- `Changelog <LwM2M carrier library changelog for v2.6.4_>`_
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.4`_ for the list of issues valid for the latest release.
68+
69+
.. _ncs_release_notes_264_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+
Wi-Fi
82+
-----
83+
84+
* Added:
85+
86+
* A feature to dynamically shift from PS-POLL to QoS NULL when the AP does not respond correctly to PS-POLL.
87+
* Support for enabling STBC RX in 802.11n/HT mode.
88+
* Support for enabling DHCP check filters to allow L2 and L3 address mismatches.
89+
90+
* Fixed a memory leak in regulatory processing.
91+
92+
Zephyr
93+
======
94+
95+
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``23cf38934c0f68861e403b22bc3dd0ce6efbfa39``.
96+
97+
For a complete list of |NCS| specific commits and cherry-picked commits since v2.6.0, run the following command:
98+
99+
.. code-block:: none
100+
101+
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.3
4-
.. |release_tt| replace:: ``v2.6.3``
5-
.. |release_number_tt| replace:: ``2.6.3``
3+
.. |release| replace:: v2.6.4
4+
.. |release_tt| replace:: ``v2.6.4``
5+
.. |release_number_tt| replace:: ``2.6.4``
66

77
.. ### Config shortcuts
88

doc/nrfxlib/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
project = "nrfxlib"
2727
copyright = "2019-2025, Nordic Semiconductor"
2828
author = "Nordic Semiconductor"
29-
version = release = "2.6.3"
29+
version = release = "2.6.4"
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.4",
23
"2.6.3",
34
"2.6.2",
45
"2.6.1",

0 commit comments

Comments
 (0)