Skip to content

Commit 7db1f5e

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 6d5f129 commit 7db1f5e

7 files changed

Lines changed: 124 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: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
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+
#TODO
21+
22+
Release tag
23+
***********
24+
25+
The release tag for the |NCS| manifest repository (|ncs_repo|) is **v3.3.1**.
26+
Check the :file:`west.yml` file for the corresponding tags in the project repositories.
27+
28+
To use this release, check out the tag in the manifest repository and run ``west update``.
29+
See :ref:`cloning_the_repositories` and :ref:`gs_updating_repos_examples` for more information.
30+
31+
For information on the included repositories and revisions, see `Repositories and revisions for v3.3.1`_.
32+
33+
IDE and tool support
34+
********************
35+
36+
`nRF Connect extension for Visual Studio Code <nRF Connect for Visual Studio Code_>`_ is the recommended IDE for |NCS| v3.3.1.
37+
See the :ref:`installation` section for more information about supported operating systems and toolchain.
38+
39+
Supported modem firmware
40+
************************
41+
42+
See the following documentation for an overview of which modem firmware versions have been tested with this version of the |NCS|:
43+
44+
* `Modem firmware compatibility matrix for the nRF9151 SoC`_
45+
* `Modem firmware compatibility matrix for the nRF9160 SoC`_
46+
47+
Use the latest version of the `Programmer app`_ of `nRF Connect for Desktop`_ to update the modem firmware.
48+
See `Programming nRF91 Series DK firmware`_ for instructions.
49+
50+
Modem-related libraries and versions
51+
====================================
52+
53+
.. list-table:: Modem-related libraries and versions
54+
:widths: 15 10
55+
:header-rows: 1
56+
57+
* - Library name
58+
- Version information
59+
* - Modem library
60+
- `Changelog <Modem library changelog for v3.3.1_>`_
61+
* - LwM2M carrier library
62+
- `Changelog <LwM2M carrier library changelog for v3.3.1_>`_
63+
64+
Known issues
65+
************
66+
67+
Known issues are only tracked for the latest official release.
68+
See `known issues for nRF Connect SDK v3.3.1`_ for the list of issues valid for the latest release.
69+
70+
.. _ncs_release_notes_331_changelog:
71+
72+
Changelog
73+
*********
74+
75+
The following sections provide detailed lists of changes by component.
76+
77+
Developing with nRF54L Series
78+
=============================
79+
80+
* Updated builds without Partition Manager to generate the :file:`bootconf.hex` file when |NSIB| is used as the bootloader.
81+
82+
Samples
83+
=======
84+
85+
This section provides detailed lists of changes by :ref:`sample <samples>`.
86+
87+
Bluetooth samples
88+
-----------------
89+
90+
* 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.
91+
92+
Peripheral samples
93+
------------------
94+
95+
* :ref:`radio_test` sample:
96+
97+
* Added the ``set_channel_sequence_hopping_mode`` shell command that allows for setting the hopping mode for the channel sequence.
98+
99+
Zephyr
100+
======
101+
102+
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``93b5f19f994b9a9376985299c1427a1630f6950e``.
103+
104+
For a complete list of |NCS| specific commits and cherry-picked commits since v3.3.0, run the following command:
105+
106+
.. code-block:: none
107+
108+
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)