Skip to content

Commit dd07940

Browse files
committed
doc: update docs for 3.3.1
Update docs for the 3.3.1 release. Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent 40649cc commit dd07940

7 files changed

Lines changed: 134 additions & 14 deletions

File tree

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: v3.3.0
165+
revision: v3.3.1
166166
import: true
167167
self:
168168
path: application
@@ -190,7 +190,7 @@ For example:
190190
- name: nrf
191191
repo-path: sdk-nrf
192192
remote: ncs
193-
revision: v3.3.0
193+
revision: v3.3.1
194194
import: true
195195
# Example for how to override a repository in the nRF Connect SDK with your own:
196196
- name: mcuboot

doc/nrf/links.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@
522522
.. _`Serial Modem`: https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/index.html
523523

524524
.. _`known issues page on the main branch`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html
525+
.. _`known issues for nRF Connect SDK v3.3.1`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-3-1
525526
.. _`known issues for nRF Connect SDK v3.3.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-3-0
526527
.. _`known issues for nRF Connect SDK v3.2.4`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-2-4
527528
.. _`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
@@ -579,6 +580,7 @@
579580
.. _`known issues for nRF Connect SDK v1.4.1`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v1-4-1
580581
.. _`known issues for nRF Connect SDK v1.4.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v1-4-0
581582

583+
.. _`Repositories and revisions for v3.3.1`: https://docs.nordicsemi.com/bundle/ncs-3.3.1/page/nrf/releases_and_maturity/repository_revisions.html
582584
.. _`Repositories and revisions for v3.3.0`: https://docs.nordicsemi.com/bundle/ncs-3.3.0/page/nrf/releases_and_maturity/repository_revisions.html
583585
.. _`Repositories and revisions for v3.2.4`: https://docs.nordicsemi.com/bundle/ncs-3.2.4/page/nrf/releases_and_maturity/repository_revisions.html
584586
.. _`Repositories and revisions for v2.6.5`: https://docs.nordicsemi.com/bundle/ncs-2.6.5/page/nrf/releases_and_maturity/repository_revisions.html
@@ -625,6 +627,7 @@
625627
.. _`Repositories and revisions for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrf/introduction.html#repositories_and_revisions
626628
.. _`Repositories and revisions`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrf/introduction.html#repositories_and_revisions
627629

630+
.. _`Modem library changelog for v3.3.1`: https://docs.nordicsemi.com/bundle/ncs-3.3.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
628631
.. _`Modem library changelog for v3.3.0`: https://docs.nordicsemi.com/bundle/ncs-3.3.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
629632
.. _`Modem library changelog for v3.2.4`: https://docs.nordicsemi.com/bundle/ncs-3.2.4/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
630633
.. _`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
@@ -670,6 +673,7 @@
670673
.. _`Modem library changelog for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
671674
.. _`Modem library changelog for v1.9.0`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
672675

676+
.. _`LwM2M carrier library changelog for v3.3.1`: https://docs.nordicsemi.com/bundle/ncs-3.3.1/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
673677
.. _`LwM2M carrier library changelog for v3.3.0`: https://docs.nordicsemi.com/bundle/ncs-3.3.0/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
674678
.. _`LwM2M carrier library changelog for v3.2.4`: https://docs.nordicsemi.com/bundle/ncs-3.2.4/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
675679
.. _`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

doc/nrf/releases_and_maturity/release_notes.rst

Lines changed: 3 additions & 2 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-3.3.1
2223
releases/release-notes-3.3.0
2324
releases/release-notes-3.3.0-preview3
2425
releases/release-notes-3.3.0-preview2
@@ -50,12 +51,12 @@ This page is included only in the latest documentation, because it might contain
5051
releases/release-notes-2.7.99-cs2
5152
releases/release-notes-2.7.99-cs1
5253
releases/release-notes-2.7.0
54+
releases/release-notes-2.6.99-cs2
55+
releases/release-notes-2.6.99-cs1
5356
releases/release-notes-2.6.5
5457
releases/release-notes-2.6.4
5558
releases/release-notes-2.6.3
5659
releases/release-notes-2.6.2
57-
releases/release-notes-2.6.99-cs2
58-
releases/release-notes-2.6.99-cs1
5960
releases/release-notes-2.6.1
6061
releases/release-notes-2.6.0
6162
releases/release-notes-2.5.3
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
.. _ncs_release_notes_331:
2+
3+
|NCS| v3.3.1 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 the following changes on top of the :ref:`nRF Connect SDK v3.3.0 <ncs_release_notes_330>`.
20+
The changes affect the nRF54L Series, Bluetooth®, and the Peripheral samples.
21+
22+
Added the following features as supported:
23+
24+
* Bluetooth:
25+
26+
* Support for Bluetooth Core version 6.3.
27+
* Support for Channel Sounding Inline Phase Correction Term (CS IPT).
28+
This feature allows a CS Initiator to calculate distance without exchanging tone data over the ACL, resulting in faster and more power-efficient distance estimation.
29+
30+
* Fixed an issue where USB battery charging detection operated correctly only during the first cable connection after an SoC reset.
31+
32+
Release tag
33+
***********
34+
35+
The release tag for the |NCS| manifest repository (|ncs_repo|) is **v3.3.1**.
36+
Check the :file:`west.yml` file for the corresponding tags in the project repositories.
37+
38+
To use this release, check out the tag in the manifest repository and run ``west update``.
39+
See :ref:`cloning_the_repositories` and :ref:`gs_updating_repos_examples` for more information.
40+
41+
For information on the included repositories and revisions, see `Repositories and revisions for v3.3.1`_.
42+
43+
IDE and tool support
44+
********************
45+
46+
`nRF Connect extension for Visual Studio Code <nRF Connect for Visual Studio Code_>`_ is the recommended IDE for |NCS| v3.3.1.
47+
See the :ref:`installation` section for more information about supported operating systems and toolchain.
48+
49+
Supported modem firmware
50+
************************
51+
52+
See the following documentation for an overview of which modem firmware versions have been tested with this version of the |NCS|:
53+
54+
* `Modem firmware compatibility matrix for the nRF9151 SoC`_
55+
* `Modem firmware compatibility matrix for the nRF9160 SoC`_
56+
57+
Use the latest version of the `Programmer app`_ of `nRF Connect for Desktop`_ to update the modem firmware.
58+
See `Programming nRF91 Series DK firmware`_ for instructions.
59+
60+
Modem-related libraries and versions
61+
====================================
62+
63+
.. list-table:: Modem-related libraries and versions
64+
:widths: 15 10
65+
:header-rows: 1
66+
67+
* - Library name
68+
- Version information
69+
* - Modem library
70+
- `Changelog <Modem library changelog for v3.3.1_>`_
71+
* - LwM2M carrier library
72+
- `Changelog <LwM2M carrier library changelog for v3.3.1_>`_
73+
74+
Known issues
75+
************
76+
77+
Known issues are only tracked for the latest official release.
78+
See `known issues for nRF Connect SDK v3.3.1`_ for the list of issues valid for the latest release.
79+
80+
.. _ncs_release_notes_331_changelog:
81+
82+
Changelog
83+
*********
84+
85+
The following sections provide detailed lists of changes by component.
86+
87+
Developing with nRF54L Series
88+
=============================
89+
90+
* Updated builds without Partition Manager to generate the :file:`bootconf.hex` file when |NSIB| is used as the bootloader.
91+
92+
Samples
93+
=======
94+
95+
This section provides detailed lists of changes by :ref:`sample <samples>`.
96+
97+
Bluetooth samples
98+
-----------------
99+
100+
* Added the :ref:`channel_sounding_ipt_initiator` and :ref:`channel_sounding_ipt_reflector` samples to demonstrate how to use the Bluetooth Channel Sounding (CS) Inline Phase Correction Term Transfer (IPT) feature.
101+
102+
Peripheral samples
103+
------------------
104+
105+
* :ref:`radio_test` sample:
106+
107+
* Added the ``set_channel_sequence_hopping_mode`` shell command to set the hopping mode for the channel sequence.
108+
109+
Zephyr
110+
======
111+
112+
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``93b5f19f994b9a9376985299c1427a1630f6950e``.
113+
114+
For a complete list of |NCS| specific commits and cherry-picked commits since v3.3.0, run the following command:
115+
116+
.. code-block:: none
117+
118+
git log --oneline manifest-rev ^ncs-v3.3.0

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Developing with nRF70 Series
6565
Developing with nRF54L Series
6666
=============================
6767

68-
* Updated builds without Partition Manager to generate the :file:`bootconf.hex` file when |NSIB| is used as the bootloader.
68+
|no_changes_yet_note|
6969

7070
Developing with nRF54H Series
7171
=============================
@@ -237,9 +237,7 @@ This section provides detailed lists of changes by :ref:`sample <samples>`.
237237
Bluetooth samples
238238
-----------------
239239

240-
* Added:
241-
242-
* The :ref:`channel_sounding_ipt_initiator` and :ref:`channel_sounding_ipt_reflector` samples to demonstrate how to use the Bluetooth Channel Sounding (CS) Inline Phase Correction Term Transfer (IPT) feature.
240+
|no_changes_yet_note|
243241

244242
Bluetooth Mesh samples
245243
----------------------
@@ -329,9 +327,7 @@ nRF5340 samples
329327
Peripheral samples
330328
------------------
331329

332-
* :ref:`radio_test` sample:
333-
334-
* Added the ``set_channel_sequence_hopping_mode`` shell command that allows for setting the hopping mode for the channel sequence.
330+
|no_changes_yet_note|
335331

336332
PMIC samples
337333
------------

doc/nrf/shortcuts.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
.. ### Versions
44

5-
.. |release| replace:: v3.3.0
6-
.. |release_tt| replace:: ``v3.3.0``
7-
.. |release_number_tt| replace:: ``3.3.0``
5+
.. |release| replace:: v3.3.1
6+
.. |release_tt| replace:: ``v3.3.1``
7+
.. |release_number_tt| replace:: ``3.3.1``
88

99
.. |jlink_ver| replace:: v9.24a
1010

doc/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"3.3.1",
23
"3.3.0",
34
"3.3.0-preview3",
45
"3.3.0-preview2",

0 commit comments

Comments
 (0)