Skip to content

Commit 27c6e6b

Browse files
richabpcarlescufi
authored andcommitted
doc: update docs for 3.2.4
Update docs for the 3.2.4 release Signed-off-by: Richa Pandey <richa.pandey@nordicsemi.no>
1 parent 5b2353e commit 27c6e6b

7 files changed

Lines changed: 117 additions & 12 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.2.3
165+
revision: v3.2.4
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.2.3
193+
revision: v3.2.4
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
@@ -504,6 +504,7 @@
504504
.. _`Serial Modem`: https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/index.html
505505

506506
.. _`known issues page on the main branch`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html
507+
.. _`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
507508
.. _`known issues for nRF Connect SDK v3.2.3`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-2-3
508509
.. _`known issues for nRF Connect SDK v3.2.2`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-2-2
509510
.. _`known issues for nRF Connect SDK v3.2.1`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v3-2-1
@@ -558,6 +559,7 @@
558559
.. _`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
559560
.. _`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
560561

562+
.. _`Repositories and revisions for v3.2.4`: https://docs.nordicsemi.com/bundle/ncs-3.2.4/page/nrf/releases_and_maturity/repository_revisions.html
561563
.. _`Repositories and revisions for v3.2.3`: https://docs.nordicsemi.com/bundle/ncs-3.2.3/page/nrf/releases_and_maturity/repository_revisions.html
562564
.. _`Repositories and revisions for v3.2.2`: https://docs.nordicsemi.com/bundle/ncs-3.2.2/page/nrf/releases_and_maturity/repository_revisions.html
563565
.. _`Repositories and revisions for v3.2.1`: https://docs.nordicsemi.com/bundle/ncs-3.2.1/page/nrf/releases_and_maturity/repository_revisions.html
@@ -601,6 +603,7 @@
601603
.. _`Repositories and revisions for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrf/introduction.html#repositories_and_revisions
602604
.. _`Repositories and revisions`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrf/introduction.html#repositories_and_revisions
603605

606+
.. _`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
604607
.. _`Modem library changelog for v3.2.3`: https://docs.nordicsemi.com/bundle/ncs-3.2.3/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
605608
.. _`Modem library changelog for v3.2.2`: https://docs.nordicsemi.com/bundle/ncs-3.2.2/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
606609
.. _`Modem library changelog for v3.2.1`: https://docs.nordicsemi.com/bundle/ncs-3.2.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
@@ -643,6 +646,7 @@
643646
.. _`Modem library changelog for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
644647
.. _`Modem library changelog for v1.9.0`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
645648

649+
.. _`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
646650
.. _`LwM2M carrier library changelog for v3.2.3`: https://docs.nordicsemi.com/bundle/ncs-3.2.3/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
647651
.. _`LwM2M carrier library changelog for v3.2.2`: https://docs.nordicsemi.com/bundle/ncs-3.2.2/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
648652
.. _`LwM2M carrier library changelog for v3.2.1`: https://docs.nordicsemi.com/bundle/ncs-3.2.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-3.2.4
2223
releases/release-notes-3.2.3
2324
releases/release-notes-3.2.2
2425
releases/release-notes-3.2.1
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
.. _ncs_release_notes_324:
2+
3+
|NCS| v3.2.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, 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.2.3 <ncs_release_notes_323>`, :ref:`nRF Connect SDK v3.2.2 <ncs_release_notes_322>`, :ref:`nRF Connect SDK v3.2.1 <ncs_release_notes_321>`, and :ref:`nRF Connect SDK v3.2.0 <ncs_release_notes_320>`:
20+
21+
* nRF54H20:
22+
23+
* Added:
24+
25+
* Support for configuring Memory Privilege Controllers (MPCs) using UICR.MPCCONF and the MPCCONF service.
26+
* Support in MCUboot to write protect the MRAM code partitions of MCUboot and the images it boots.
27+
28+
Release tag
29+
***********
30+
31+
The release tag for the |NCS| manifest repository (|ncs_repo|) is **v3.2.4**.
32+
Check the :file:`west.yml` file for the corresponding tags in the project repositories.
33+
34+
To use this release, check out the tag in the manifest repository and run ``west update``.
35+
See :ref:`cloning_the_repositories` and :ref:`gs_updating_repos_examples` for more information.
36+
37+
For information on the included repositories and revisions, see `Repositories and revisions for v3.2.4`_.
38+
39+
IDE and tool support
40+
********************
41+
42+
`nRF Connect extension for Visual Studio Code <nRF Connect for Visual Studio Code_>`_ is the recommended IDE for |NCS| v3.2.4.
43+
See the :ref:`installation` section for more information about supported operating systems and toolchain.
44+
45+
Supported modem firmware
46+
************************
47+
48+
See the following documentation for an overview of which modem firmware versions have been tested with this version of the |NCS|:
49+
50+
* `Modem firmware compatibility matrix for the nRF9151 SoC`_
51+
* `Modem firmware compatibility matrix for the nRF9160 SoC`_
52+
53+
Use the latest version of the `Programmer app`_ of `nRF Connect for Desktop`_ to update the modem firmware.
54+
See `Programming nRF91 Series DK firmware`_ for instructions.
55+
56+
Modem-related libraries and versions
57+
====================================
58+
59+
.. list-table:: Modem-related libraries and versions
60+
:widths: 15 10
61+
:header-rows: 1
62+
63+
* - Library name
64+
- Version information
65+
* - Modem library
66+
- `Changelog <Modem library changelog for v3.2.4_>`_
67+
* - LwM2M carrier library
68+
- `Changelog <LwM2M carrier library changelog for v3.2.4_>`_
69+
70+
Known issues
71+
************
72+
73+
Known issues are only tracked for the latest official release.
74+
See `known issues for nRF Connect SDK v3.2.4`_ for the list of issues valid for the latest release.
75+
76+
.. _ncs_release_notes_324_changelog:
77+
78+
Changelog
79+
*********
80+
81+
The following sections provide detailed lists of changes by component.
82+
83+
Developing with nRF54H Series
84+
=============================
85+
86+
* Added:
87+
88+
* Support for configuring Memory Privilege Controllers (MPCs) using UICR.MPCCONF and the MPCCONF service in the IronSide Secure Element (IronSide SE) binary firmware (from IronSide SE v23.4.0+27).
89+
* Support in MCUboot for using the new IronSide SE services to write protect the MRAM code partitions of MCUboot and the images it boots.
90+
* A document describing the merged slot update strategy for nRF54H20 devices, allowing simultaneous updates of both application cores (APP and RAD) in a single update operation.
91+
For more information, see :ref:`ug_nrf54h20_partitioning_merged`.
92+
* A document describing the manifest based update strategy for nRF54H20 devices.
93+
For more information, see :ref:`ug_nrf54h20_mcuboot_manifest`.
94+
95+
Zephyr
96+
======
97+
98+
The Zephyr fork in |NCS| (``sdk-zephyr``) contains all commits from the upstream Zephyr repository up to and including ``911b3da1394dc6846c706868b1d407495701926f``.
99+
100+
For a complete list of |NCS| specific commits and cherry-picked commits since v3.2.0, run the following command:
101+
102+
.. code-block:: none
103+
104+
git log --oneline manifest-rev ^ncs-v3.2.0

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,7 @@ Developing with nRF54L Series
7070
Developing with nRF54H Series
7171
=============================
7272

73-
* Added:
74-
75-
* A document describing the merged slot update strategy for nRF54H20 devices, allowing simultaneous updates of both application cores (APP and RAD) in a single update operation.
76-
For more information, see :ref:`ug_nrf54h20_partitioning_merged`.
77-
* A document describing the manifest based update strategy for nRF54H20 devices.
78-
For more information, see :ref:`ug_nrf54h20_mcuboot_manifest`.
73+
|no_changes_yet_note|
7974

8075
Developing with nRF53 Series
8176
============================

doc/nrf/shortcuts.txt

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

33
.. ### Versions
44

5-
.. |release| replace:: v3.2.3
6-
.. |release_tt| replace:: ``v3.2.3``
7-
.. |release_number_tt| replace:: ``3.2.3``
5+
.. |release| replace:: v3.2.4
6+
.. |release_tt| replace:: ``v3.2.4``
7+
.. |release_number_tt| replace:: ``3.2.4``
88

99
.. |jlink_ver| replace:: v9.18
1010

1111
.. |54H_nrfutil_device_ver| replace:: 2.17.1
1212
.. |54H_nrfutil_trace_ver| replace:: 4.4.0
13-
.. |ironside_se_ver| replace:: v23.3.0+26
13+
.. |ironside_se_ver| replace:: v23.4.0+27
1414

1515
.. ### Config shortcuts
1616

doc/versions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[
2+
"3.2.4",
23
"3.2.3",
34
"3.2.2",
45
"3.2.1",

0 commit comments

Comments
 (0)