Skip to content

Commit cb522e4

Browse files
FrancescoSerrlubos
authored andcommittedFeb 27, 2025·
doc: Release notes for 2.9.0-nRF54H20-1-rc3
Added release notes for 2.9.0-nRF54H20-1-rc3 Added additional release-related doc edits. Signed-off-by: Francesco Domenico Servidio <francesco.servidio@nordicsemi.no>

34 files changed

+247
-147
lines changed
 

‎doc/nrf/app_dev/device_guides/nrf54h/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ Zephyr and the |NCS| provide support and contain board definitions for developin
4141
ug_nrf54h20_debugging
4242
ug_nrf54h20_custom_pcb
4343
ug_nrf54h20_flpr
44+
../nrf54l/zms.rst

‎doc/nrf/app_dev/device_guides/nrf54l/zms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Enabling Zephyr Memory Storage
77
:local:
88
:depth: 2
99

10-
For nRF54L Series, you should use the :ref:`Zephyr Memory Storage (ZMS) <zephyr:zms_api>`.
10+
For the nRF54L and nRF54H Series, use the :ref:`Zephyr Memory Storage (ZMS) <zephyr:zms_api>`.
1111
ZMS utilizes a flexible data management system that reduces write and erase cycles, extending the lifespan of non-volatile memory.
1212

1313
.. note::

‎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: 2.9.0-nRF54H20-1-rc2
165+
revision: 2.9.0-nRF54H20-1-rc3
166166
import: true
167167
self:
168168
path: application
@@ -189,7 +189,7 @@ For example:
189189
projects:
190190
- name: nrf
191191
remote: ncs
192-
revision: 2.9.0-nRF54H20-1-rc2
192+
revision: 2.9.0-nRF54H20-1-rc3
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

+5-5
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
.. _`nRF Connect SDK latest documentation`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/index.html
428428

429429
.. _`known issues page on the main branch`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html
430-
.. _`known issues for nRF Connect SDK v2.9.0-nRF54H20-1-rc2`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-9-0-nRF54H20-1-rc2
430+
.. _`known issues for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-9-0-nRF54H20-1-rc3
431431
.. _`known issues for nRF Connect SDK v2.9.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-9-0
432432
.. _`known issues for nRF Connect SDK v2.8.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-8-0
433433
.. _`known issues for nRF Connect SDK v2.7.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-7-0
@@ -478,7 +478,7 @@
478478

479479
.. _`nRF socket options`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrfxlib/nrf_modem/doc/sockets.html
480480

481-
.. _`Repositories and revisions for v2.9.0-nRF54H20-1-rc2`: https://docs.nordicsemi.com/bundle/ncs-2.9.0-nRF54H20-1-rc2/page/nrf/releases_and_maturity/repository_revisions.html
481+
.. _`Repositories and revisions for v2.9.0-nRF54H20-1-rc3`: https://docs.nordicsemi.com/bundle/ncs-2.9.0-nRF54H20-1-rc3/page/nrf/releases_and_maturity/repository_revisions.html
482482
.. _`Repositories and revisions for v2.9.0`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/releases_and_maturity/repository_revisions.html
483483
.. _`Repositories and revisions for v2.8.0`: https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/releases_and_maturity/repository_revisions.html
484484
.. _`Repositories and revisions for v2.7.99-cs2`: https://docs.nordicsemi.com/bundle/ncs-2.7.99-cs2/page/nrf/releases_and_maturity/repository_revisions.html
@@ -570,7 +570,7 @@
570570
.. _`LwM2M carrier library changelog for v1.9.0`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html
571571

572572
.. _`Migration guide for nRF Connect SDK v3.0.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_3.0.html
573-
.. _`Migration guide for nRF Connect SDK v2.9.0-nRF54H20-1-rc2`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.9.0-nRF54H20-1-rc2.html
573+
.. _`Migration guide for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.9.0-nRF54H20-1-rc3.html
574574
.. _`Migration guide for nRF Connect SDK v2.9.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.9.html
575575
.. _`Migration guide for nRF Connect SDK v2.8.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.8.html
576576
.. _`Migration guide for nRF Connect SDK v2.7.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.7.html
@@ -1564,8 +1564,8 @@
15641564

15651565
.. ### Source: files.nordicsemi.com
15661566

1567-
.. _`Twister test report for nRF Connect SDK v2.9.0-nRF54H20-1-rc2`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v2.9.0-nrf54h20-1-rc2/test-report/twister_test_results_report.html?isNativeBrowsing=true
1568-
.. _`Hardware test report for nRF Connect SDK v2.9.0-nRF54H20-1-rc2`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v2.9.0-nrf54h20-1-rc2/test-report/common_ncs_test_results_report.html?isNativeBrowsing=true
1567+
.. _`Twister test report for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v2.9.0-nrf54h20-1-rc3/test-report/twister_test_results_report.html?isNativeBrowsing=true
1568+
.. _`Hardware test report for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v2.9.0-nrf54h20-1-rc3/test-report/common_ncs_test_results_report.html?isNativeBrowsing=true
15691569
.. _`Twister test report for nRF Connect SDK v2.9.0`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v2.9.0/test-report/twister_test_results_report.html?isNativeBrowsing=true
15701570
.. _`Hardware test report for nRF Connect SDK v2.9.0`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v2.9.0/test-report/common_ncs_test_results_report.html?isNativeBrowsing=true
15711571
.. _`Twister test report for nRF Connect SDK v2.8.0`: https://files.nordicsemi.com/ui/api/v1/download/contentBrowsing/NCS/external/release/v2.8.0/test-report/twister_test_results_report.html?isNativeBrowsing=true

‎doc/nrf/protocols/matter/index.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ For a full list of |NCS| and Matter versions, view the following table:
2323
+--------------------------+-----------------------------------------------------+------------------------+
2424
| nRF Connect SDK version | Matter specification version | Matter SDK version |
2525
+==========================+=====================================================+========================+
26-
| v2.9.99 (latest) | :ref:`1.4.0 <ug_matter_overview_dev_model_support>` | 1.4.0.0 |
27-
+--------------------------+ | |
28-
| v2.9.0-nRF54H20-1-rc2 | | |
26+
| |release| | :ref:`1.4.0 <ug_matter_overview_dev_model_support>` | 1.4.0.0 |
2927
+--------------------------+ | |
3028
| v2.9.0 | | |
3129
+--------------------------+-----------------------------------------------------+------------------------+

‎doc/nrf/releases_and_maturity/abi_compatibility.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following table illustrates ABI compatibility between different versions of
2828

2929
* - |NCS| versions
3030
- Compatible nRF54H20 SoC binaries version
31-
* - |NCS| v2.9.0-nRF54H20-1-rc2
31+
* - |NCS| v2.9.0-nRF54H20-1-rc3
3232
- `nRF54H20 SoC binaries v0.9.1`_, compatible with the nRF54H20 DK v0.9.0 and later revisions.
3333
* - |NCS| v2.9.0
3434
- `nRF54H20 SoC binaries v0.7.0 for EngC DKs`_, compatible with the nRF54H20 DK v0.8.3 and later revisions.

‎doc/nrf/releases_and_maturity/known_issues.rst

+103-103
Large diffs are not rendered by default.

‎doc/nrf/releases_and_maturity/migration/2.4.99-cs3_to_2.6.99-cs2/migration_guide_2.4.99-cs3_to_2.6.99-cs2_application.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_cs3_to_2_6_99_cs2_app:
24

35
Migrate your application to |NCS| v2.6.99_cs2 (for v2.4.99-cs3 users)

‎doc/nrf/releases_and_maturity/migration/2.4.99-cs3_to_2.6.99-cs2/migration_guide_2.4.99-cs3_to_2.6.99-cs2_environment.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_cs3_to_2_6_99_cs2_env:
24

35
Update your development environment for |NCS| v2.6.99_cs2 (for v2.4.99-cs3 users)

‎doc/nrf/releases_and_maturity/migration/migration_guide_1.x_to_2.x.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _ncs_2.0.0_migration:
24

35
Migration notes for |NCS| v2.0.0

‎doc/nrf/releases_and_maturity/migration/migration_guide_2.4.99-cs3_to_2.6.99-cs2.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_cs3_to_2_6_99_cs2:
24

35
Migration notes for |NCS| v2.6.99_cs2 for v2.4.99-cs3 users

‎doc/nrf/releases_and_maturity/migration/migration_guide_2.5.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2.5:
24

35
Migration guide for |NCS| v2.5.0

‎doc/nrf/releases_and_maturity/migration/migration_guide_2.6.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2.6:
24

35
Migration guide for |NCS| v2.6.0

‎doc/nrf/releases_and_maturity/migration/migration_guide_2.7.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2.7:
24

35
Migration guide for |NCS| v2.7.0

‎doc/nrf/releases_and_maturity/migration/migration_guide_2.8.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2.8:
24

35
Migration guide for |NCS| v2.8.0

‎doc/nrf/releases_and_maturity/migration/migration_guide_2.9.0-nRF54H20-1-rc2.rst ‎doc/nrf/releases_and_maturity/migration/migration_guide_2.9.0-nRF54H20-1-rc3.rst

+41-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
.. _migration_2.9.0-nRF54H20-1-rc2:
1+
:orphan:
22

3-
Migration guide for |NCS| v2.9.0-nRF54H20-1-rc2
3+
.. _migration_2.9.0-nRF54H20-1-rc3:
4+
5+
Migration guide for |NCS| v2.9.0-nRF54H20-1-rc3
46
###############################################
57

68
.. contents::
79
:local:
810
:depth: 3
911

10-
This document describes the changes required or recommended when migrating your nRF54H20 application from the |NCS| v2.8.0 to the |NCS| v2.9.0-nRF54H20-1-rc2.
12+
This document describes the changes required or recommended when migrating your nRF54H20 application from the |NCS| v2.8.0 to the |NCS| v2.9.0-nRF54H20-1-rc3.
1113

1214
.. HOWTO
1315
@@ -21,7 +23,7 @@ This document describes the changes required or recommended when migrating your
2123
* Change1 and description
2224
* Change2 and description
2325
24-
.. _migration_2.9.0-nRF54H20-1-rc2_required:
26+
.. _migration_2.9.0-nRF54H20-1-rc3_required:
2527

2628
Required changes
2729
****************
@@ -38,7 +40,7 @@ DK compatibility
3840

3941
.. toggle::
4042

41-
* The |NCS| v2.9.0-nRF54H20-1-rc2 is compatible only with the Engineering C - v0.9.0 and later revisions of the nRF54H20 DK, PCA10175.
43+
* The |NCS| v2.9.0-nRF54H20-1-rc3 is compatible only with the Engineering C - v0.9.0 and later revisions of the nRF54H20 DK, PCA10175.
4244
Check the version number on your DK's sticker to verify its compatibility with the |NCS|.
4345

4446
Dependencies
@@ -160,3 +162,37 @@ nRF54H20 SoC binaries
160162
nrfutil device recover --core Application --serial-number <serial_number>
161163
nrfutil device recover --core Network --serial-number <serial_number>
162164
nrfutil device reset --reset-kind RESET_PIN --serial-number <serial_number>
165+
166+
Application development
167+
-----------------------
168+
169+
The following are the changes required to migrate your applications to the |NCS| v2.9.0-nRF54H20-1-rc3.
170+
171+
ZMS backend
172+
+++++++++++
173+
174+
The support for the backend for Zephyr Memory Settings (ZMS) has been updated.
175+
This update does not affect the ZMS Zephyr API.
176+
177+
Deprecated ZMS Kconfigs
178+
+++++++++++++++++++++++
179+
180+
The following ZMS Kconfig options are deprecated:
181+
182+
* ``CONFIG_SETTINGS_ZMS_NAME_CACHE``
183+
* ``CONFIG_SETTINGS_ZMS_NAME_CACHE_SIZE``
184+
* ``CONFIG_ZMS_LOOKUP_CACHE_FOR_SETTINGS``
185+
186+
New ZMS backend defaults
187+
++++++++++++++++++++++++
188+
189+
The ZMS settings backend now defaults to using the entire available storage partition.
190+
To customize the partition size used, complete the following steps:
191+
192+
1. Set ``CONFIG_SETTINGS_ZMS_CUSTOM_SECTOR_COUNT`` to ``y``.
193+
#. Set the number of sectors used by the ZMS settings backend using the ``CONFIG_SETTINGS_ZMS_SECTOR_COUNT`` Kconfig option.
194+
195+
For example::
196+
197+
CONFIG_SETTINGS_ZMS_CUSTOM_SECTOR_COUNT=y
198+
CONFIG_SETTINGS_ZMS_SECTOR_COUNT=8

‎doc/nrf/releases_and_maturity/migration/migration_guide_2.9.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2.9:
24

35
Migration guide for |NCS| v2.9.0

‎doc/nrf/releases_and_maturity/migration/migration_guide_3.0.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_3.0:
24

35
Migration guide for |NCS| v3.0.0 (Working draft)

‎doc/nrf/releases_and_maturity/migration/migration_guide_nRF54H20_cs_to_2_7.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_nrf54h20_to_2.7:
24

35
Migration notes for |NCS| v2.7.0 and the nRF54H20 DK

‎doc/nrf/releases_and_maturity/migration/migration_guide_nRF54H20_cs_to_2_7_99-cs1.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_nrf54h20_to_2.7.99-cs1:
24

35
Migration notes for |NCS| v2.7.99-cs1 and the nRF54H20 DK

‎doc/nrf/releases_and_maturity/migration/migration_guide_nRF54H20_cs_to_2_7_99-cs2.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_nrf54h20_to_2.7.99-cs2:
24

35
Migration notes for |NCS| v2.7.99-cs2 and the nRF54H20 DK

‎doc/nrf/releases_and_maturity/migration/migration_guide_spm_to_tf-m.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _spm_to_tfm_migration:
24

35
Migrating from Secure Partition Manager to Trusted Firmware-M

‎doc/nrf/releases_and_maturity/migration/migration_hwmv2.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _hwmv1_to_v2_migration:
24

35
Migrating to the current hardware model

‎doc/nrf/releases_and_maturity/migration/migration_sysbuild.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _child_parent_to_sysbuild_migration:
24

35
Migrating from multi-image builds to sysbuild

‎doc/nrf/releases_and_maturity/migration/nRF54H20_migration_2.7/migration_guide_2.4.99-cs3_to_2.7_application.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_cs3_to_to_2_7_app:
24

35
Migrate your application for the nRF54H20 DK to |NCS| v2.7.0 (for v2.4.99-cs3 users)

‎doc/nrf/releases_and_maturity/migration/nRF54H20_migration_2.7/migration_guide_2.6.99-cs2_to_2.7_application.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_2_6_99_cs2_to_2_7_app:
24

35
Migrate your application for the nRF54H20 DK to |NCS| v2.7.0 (for v2.6.99-cs2 users)

‎doc/nrf/releases_and_maturity/migration/nRF54H20_migration_2.7/migration_guide_2.6.99-cs2_to_2_7_environment.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _migration_cs2_to_2_7_env:
24

35
Migrate your development environment to |NCS| v2.7.0 (for v2.6.99-cs2 users)

‎doc/nrf/releases_and_maturity/migration/nRF54H20_migration_2.7/transition_guide_2.4.99-cs3_to_2.7_environment.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _transition_cs3_to_2_7_env:
24

35
Transition your development environment to |NCS| v2.7.0 (for v2.4.99-cs3 users)

‎doc/nrf/releases_and_maturity/migration_guides.rst

+15-6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,19 @@ Migration guides are also provided for major functionality updates.
99
.. note::
1010
|migration_contact_devzone|
1111

12-
.. toctree::
13-
:maxdepth: 1
14-
:glob:
15-
:reversed:
16-
:caption: Subpages:
12+
* `Migrating from multi-image builds to sysbuild`_
13+
* `Migrating to the current hardware model`_
14+
* `Migration guide for nRF Connect SDK v2.9.0`_
15+
* `Migration guide for nRF Connect SDK v2.8.0`_
16+
* `Migration guide for nRF Connect SDK v2.7.0`_
17+
* `Migration guide for nRF Connect SDK v2.6.0`_
18+
* `Migration guide for nRF Connect SDK v2.5.0`_
19+
* `Migration guide for nRF Connect SDK v2.0.0`_
1720

18-
migration/*
21+
For nRF54H20-exclusive releases:
22+
23+
* `Migration guide for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`_
24+
* `Migration notes for nRF Connect SDK v2.7.99-cs2 and the nRF54H20 DK`_
25+
* `Migration notes for nRF Connect SDK v2.7.99-cs1 and the nRF54H20 DK`_
26+
* `Migration notes for nRF Connect SDK v2.7.0 for nRF54H20 DK users`_
27+
* `Migration guide for nRF Connect SDK v2.6.99_cs2 for v2.4.99-cs3 users`_

‎doc/nrf/releases_and_maturity/release_notes.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@ This page is included only in the latest documentation, because it might contain
1010

1111
.. note::
1212
A "99" at the end of the version number of this documentation indicates continuous updates on the main branch since the previous major.minor release.
13-
When looking at this latest documentation, be aware of the following aspects:
13+
When looking at this latest documentation, be aware of the following aspect:
1414

15-
* Changes between releases are tracked on the :ref:`ncs_release_notes_changelog` page, but the main branch might contain additional changes that are not yet listed on that page.
1615
* The release note pages that are available in the latest documentation might differ slightly from the release notes that were included in the respective |NCS| release at its release date.
1716
Therefore, to see the official version of the release notes for a specific |NCS| release, switch to the documentation for the corresponding |NCS| version using the selector in the upper left corner.
1817

1918
.. toctree::
2019
:maxdepth: 1
2120
:caption: Subpages:
2221

23-
releases/release-notes-changelog
24-
releases/release-notes-2.9.0-nRF54H20-1-rc2
22+
releases/release-notes-2.9.0-nRF54H20-1-rc3
2523
releases/release-notes-2.9.0
2624
releases/release-notes-2.8.0
2725
releases/release-notes-2.7.99-cs2

‎doc/nrf/releases_and_maturity/releases/release-notes-2.9.0-nRF54H20-1-rc2.rst ‎doc/nrf/releases_and_maturity/releases/release-notes-2.9.0-nRF54H20-1-rc3.rst

+28-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. _ncs_release_notes_290-nrf54h20-1-rc2:
1+
.. _ncs_release_notes_290-nrf54h20-1-rc3:
22

3-
|NCS| v2.9.0-nRF54H20-1-rc2 Release Notes
3+
|NCS| v2.9.0-nRF54H20-1-rc3 Release Notes
44
#########################################
55

66
.. contents::
@@ -10,7 +10,7 @@
1010
|NCS| delivers reference software and supporting libraries for developing low-power wireless applications with Nordic Semiconductor products.
1111
The SDK includes open source projects (TF-M, MCUboot, OpenThread, Matter, and the Zephyr RTOS), which are continuously integrated and redistributed with the SDK.
1212

13-
The |NCS| v2.9.0-nRF54H20-1-rc2 is an nRF54H20-exclusive release tag, only supporting products based on the nRF54H20 SoC.
13+
The |NCS| v2.9.0-nRF54H20-1-rc3 is an nRF54H20-exclusive release tag, only supporting products based on the nRF54H20 SoC.
1414

1515
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.
1616
To learn more, see :ref:`software_maturity`.
@@ -25,6 +25,7 @@ Added the following features as supported:
2525
* Triggering firmware recovery by pressing a hardware button or calling the respective API.
2626
For more information, see :ref:`ug_nrf54h20_suit_recovery`.
2727
* Global Domain Frequency Scaling (GDFS), optimizing USB suspend power consumption.
28+
* The support for a new ZMS backend for Settings.
2829
* Drivers adapted for the following peripherals:
2930

3031
* UARTE120
@@ -63,40 +64,40 @@ You must use the :file:`spi_dw.c` driver in such case.
6364
Release tag
6465
***********
6566

66-
The release tag for the |NCS| manifest repository (|ncs_repo|) is **v2.9.0-nRF54H20-1-rc2**.
67+
The release tag for the |NCS| manifest repository (|ncs_repo|) is **v2.9.0-nRF54H20-1-rc3**.
6768
Check the :file:`west.yml` file for the corresponding tags in the project repositories.
6869

6970
To use this release, check out the tag in the manifest repository and run ``west update``.
7071
See :ref:`cloning_the_repositories` and :ref:`gs_updating_repos_examples` for more information.
7172

72-
For information on the included repositories and revisions, see `Repositories and revisions for v2.9.0-nRF54H20-1-rc2`_.
73+
For information on the included repositories and revisions, see `Repositories and revisions for v2.9.0-nRF54H20-1-rc3`_.
7374

7475
Integration test results
7576
************************
7677

7778
The integration test results for this tag can be found in the following external Artifactory:
7879

79-
* `Twister test report for nRF Connect SDK v2.9.0-nRF54H20-1-rc2`_
80-
* `Hardware test report for nRF Connect SDK v2.9.0-nRF54H20-1-rc2`_
80+
* `Twister test report for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`_
81+
* `Hardware test report for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`_
8182

8283
IDE and tool support
8384
********************
8485

85-
`nRF Connect extension for Visual Studio Code <nRF Connect for Visual Studio Code_>`_ is the recommended IDE for |NCS| v2.9.0-nRF54H20-1-rc2.
86+
`nRF Connect extension for Visual Studio Code <nRF Connect for Visual Studio Code_>`_ is the recommended IDE for |NCS| v2.9.0-nRF54H20-1-rc3.
8687
See the :ref:`installation` section for more information about supported operating systems and toolchain.
8788

8889
Known issues
8990
************
9091

9192
Known issues are only tracked for the latest official release.
92-
See `known issues for nRF Connect SDK v2.9.0-nRF54H20-1-rc2`_ for the list of issues valid for the latest release.
93+
See `known issues for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`_ for the list of issues valid for the latest release.
9394

9495
Migration notes
9596
***************
9697

97-
See the `Migration guide for nRF Connect SDK v2.9.0-nRF54H20-1-rc2`_ for the changes required or recommended when migrating your nRF54H Series application from |NCS| v2.8.0 to |NCS| v2.9.0-nRF54H20-1-rc2.
98+
See the `Migration guide for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`_ for the changes required or recommended when migrating your nRF54H Series application from |NCS| v2.8.0 to |NCS| v2.9.0-nRF54H20-1-rc3.
9899

99-
.. _ncs_release_notes_290-nrf54h20-1-rc2_changelog:
100+
.. _ncs_release_notes_290-nrf54h20-1-rc3_changelog:
100101

101102
Changelog
102103
*********
@@ -445,6 +446,20 @@ The current |NCS| main branch is based on revision ``beb733919d`` of Zephyr.
445446
.. note::
446447
For possible breaking changes and changes between the latest Zephyr release and the current Zephyr version, refer to the :ref:`Zephyr release notes <zephyr_release_notes>`.
447448

449+
ZMS backend
450+
-----------
451+
452+
* Added the support for a new ZMS backend for Settings in |NCS|:
453+
454+
* The following Kconfig options for the *ZMS backend for Settings* are not available in the |NCS| v2.9.0-nRF54H20-1-rc3:
455+
456+
* ``CONFIG_SETTINGS_ZMS_NAME_CACHE``
457+
* ``CONFIG_SETTINGS_ZMS_NAME_CACHE_SIZE``
458+
* ``CONFIG_ZMS_LOOKUP_CACHE_FOR_SETTINGS``
459+
460+
* The ZMS settings backend now defaults to using the entire available storage partition.
461+
See :ref:`migration_2.9.0-nRF54H20-1-rc3`.
462+
448463
Documentation
449464
=============
450465

@@ -453,12 +468,14 @@ Documentation
453468
* The :ref:`matter_samples_config` page that documents Kconfig options and snippets shared by Matter samples and applications.
454469
* A page about :ref:`add_new_driver`.
455470
* A page for the :ref:`sdp_gpio` application.
471+
* The :ref:`ug_nrf54h20_keys` page.
456472

457473
* Updated:
458474

459475
* The :ref:`ug_nrf54h20_gs` page.
460476
* The :ref:`ug_nrf54h20_custom_pcb` page.
461477
* The :ref:`abi_compatibility` page.
478+
* The :ref:`memory_storage` page to document its use on the nRF54H20 SoC.
462479
* The structure and contents of the :ref:`gpio_pin_config` page with more detailed information.
463480

464481
* Fixed an issue on the :ref:`install_ncs` page where an incorrect directory path was provided for Linux and macOS at the end of the :ref:`cloning_the_repositories_win` section.

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _ncs_release_notes_changelog:
24

35
Changelog for |NCS| v2.9.99
@@ -23,7 +25,7 @@ Known issues
2325
************
2426

2527
Known issues are only tracked for the latest official release.
26-
See `known issues for nRF Connect SDK v2.9.0-nRF54H20-1-rc2`_ for the list of issues valid for the latest release.
28+
See `known issues for nRF Connect SDK v2.9.0-nRF54H20-1-rc3`_ for the list of issues valid for the latest release.
2729

2830
Changelog
2931
*********

‎doc/nrf/shortcuts.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
.. ### Versions
44

5-
.. |release| replace:: v2.9.0-nRF54H20-1-rc2
6-
.. |release_tt| replace:: ``v2.9.0-nRF54H20-1-rc2``
7-
.. |release_number_tt| replace:: ``2.9.0-nRF54H20-1-rc2``
5+
.. |release| replace:: v2.9.0-nRF54H20-1-rc3
6+
.. |release_tt| replace:: ``v2.9.0-nRF54H20-1-rc3``
7+
.. |release_number_tt| replace:: ``2.9.0-nRF54H20-1-rc3``
88

99
.. |jlink_ver| replace:: v7.94i
1010
.. |jlink_ver_vsc| replace:: v7.94i

‎doc/versions.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
2-
"2.9.99",
3-
"2.9.0-nRF54H20-1-rc2",
2+
"2.9.0-nRF54H20-1-rc3",
43
"2.9.0",
54
"2.8.0",
65
"2.8.0-preview1",

0 commit comments

Comments
 (0)
Please sign in to comment.