Skip to content

Commit 8af1d70

Browse files
richabprlubos
authored andcommitted
doc: update docs for 2.6.2
Update docs for 2.6.2 release Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
1 parent 53b287a commit 8af1d70

File tree

9 files changed

+149
-12
lines changed

9 files changed

+149
-12
lines changed

doc/nrf/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
project = "nRF Connect SDK"
2929
copyright = "2019-2024, Nordic Semiconductor"
3030
author = "Nordic Semiconductor"
31-
version = release = "2.6.1"
31+
version = release = "2.6.2"
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.1
165+
revision: v2.6.2
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.1
192+
revision: v2.6.2
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.2`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-6-2
249250
.. _`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
250251
.. _`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
251252
.. _`known issues for nRF Connect SDK v2.5.2`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases_and_maturity/known_issues.html?v=v2-5-2
@@ -332,6 +333,7 @@
332333

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

336+
.. _`Repositories and revisions for v2.6.2`: https://docs.nordicsemi.com/bundle/ncs-2.6.2/page/nrf/releases_and_maturity/repository_revisions.html
335337
.. _`Repositories and revisions for v2.6.1`: https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/nrf/releases_and_maturity/repository_revisions.html
336338
.. _`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
337339
.. _`Repositories and revisions for v2.5.2`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.2/nrf/releases_and_maturity/repository_revisions.html
@@ -355,6 +357,7 @@
355357
.. _`Repositories and revisions for v1.9.1`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/introduction.html#repositories-and-revisions
356358
.. _`Repositories and revisions`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/introduction.html#repositories-and-revisions
357359

360+
.. _`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
358361
.. _`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
359362
.. _`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
360363
.. _`Modem library changelog for v2.5.2`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.2/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
@@ -378,6 +381,7 @@
378381
.. _`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
379382
.. _`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
380383

384+
.. _`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
381385
.. _`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
382386
.. _`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
383387
.. _`LwM2M carrier library changelog for v2.5.2`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.2/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.2
2223
releases/release-notes-2.6.1
2324
releases/release-notes-2.6.0
2425
releases/release-notes-2.5.2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
.. _ncs_release_notes_262:
2+
3+
|NCS| v2.6.2 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>` and :ref:`nRF Connect SDK v2.6.1 <ncs_release_notes_261>`.
20+
The changes affect Wi-Fi® stack.
21+
22+
See :ref:`ncs_release_notes_262_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.2**.
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.2`_.
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.2.
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.2_>`_
60+
* - LwM2M carrier library
61+
- `Changelog <LwM2M carrier library changelog for v2.6.2_>`_
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.2`_ for the list of issues valid for the latest release.
68+
69+
.. _ncs_release_notes_262_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+
* Fixed a bug that causes TX EVM degradation.
85+
86+
Thread
87+
------
88+
89+
* Fixed issue with high power consumption after parent loss.
90+
91+
Drivers
92+
=======
93+
94+
This section provides detailed lists of changes by :ref:`driver <drivers>`.
95+
96+
Wi-Fi drivers
97+
-------------
98+
99+
* Added:
100+
101+
* A new recovery feature through a watchdog timer with Kconfig-based timeout configuration to recover the nRF70 Series chip in case of any lockups.
102+
* Wi-Fi interface de-initialization path clean-up and stabilization.
103+
* A debug statistics and logging mechanism.
104+
105+
* Fixed interoperability issues with some access points through the following enhancements:
106+
107+
* Responding to any TIM fields instead of DTIM-only beacons.
108+
* Dynamic TSF adjustments where the TSF is not properly aligned to the TBTT.
109+
* QoS NULL-based packet retrieval through Kconfig, as well as a network management API.
110+
* Support for keep alive frame.
111+
112+
Libraries
113+
=========
114+
115+
This section provides detailed lists of changes by :ref:`library <libraries>`.
116+
117+
Libraries for networking
118+
------------------------
119+
120+
* Added the :ref:`lib_wifi_ready` library to facilitate application development.
121+
122+
Zephyr
123+
======
124+
125+
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``23cf38934c0f68861e403b22bc3dd0ce6efbfa39``.
126+
127+
For a complete list of |NCS| specific commits and cherry-picked commits since v2.6.0, run the following command:
128+
129+
.. code-block:: none
130+
131+
git log --oneline manifest-rev ^v3.5.99-ncs1

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Bluetooth Mesh
8181
Matter
8282
------
8383

84-
* Updated default MRP retry intervals for Thread devices to two seconds to reduce the number of spurious retransmissions in Thread networks.
84+
|no_changes_yet_note|
8585

8686
Matter fork
8787
+++++++++++
@@ -95,7 +95,7 @@ The following list summarizes the most important changes inherited from the upst
9595
Thread
9696
------
9797

98-
* Fixed ``otPlatCryptoPbkdf2GenerateKey`` API implementation to allow a fallback to legacy MbedTLS implementation instead of returning ``OT_ERROR_NOT_CAPABLE``.
98+
|no_changes_yet_note|
9999

100100
Zigbee
101101
------
@@ -120,7 +120,7 @@ nRF IEEE 802.15.4 radio driver
120120
Wi-Fi
121121
-----
122122

123-
* Fixed TX EVM regression.
123+
|no_changes_yet_note|
124124

125125
Applications
126126
============
@@ -295,7 +295,7 @@ This section provides detailed lists of changes by :ref:`driver <drivers>`.
295295
Wi-Fi drivers
296296
-------------
297297

298-
* Added a new feature to recover nRF70 chip.
298+
|no_changes_yet_note|
299299

300300
Libraries
301301
=========
@@ -335,7 +335,7 @@ Modem libraries
335335
Libraries for networking
336336
------------------------
337337

338-
* Added the :ref:`lib_wifi_ready` library.
338+
|no_changes_yet_note|
339339

340340
Libraries for NFC
341341
-----------------

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.1
4-
.. |release_tt| replace:: ``v2.6.1``
5-
.. |release_number_tt| replace:: ``2.6.1``
3+
.. |release| replace:: v2.6.2
4+
.. |release_tt| replace:: ``v2.6.2``
5+
.. |release_number_tt| replace:: ``2.6.2``
66

77
.. ### Config shortcuts
88

doc/nrfxlib/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
project = "nrfxlib"
2727
copyright = "2019-2024, Nordic Semiconductor"
2828
author = "Nordic Semiconductor"
29-
version = release = "2.6.1"
29+
version = release = "2.6.2"
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.2",
23
"2.6.1",
34
"2.6.0",
45
"2.5.2",

0 commit comments

Comments
 (0)