Skip to content

Commit 9ed8e78

Browse files
pekniscarlescufi
authored andcommitted
doc: Add release notes for the 2.9.0 release
Add release notes for NCS v2.9.0 release. - [ ] Update webinar link - [ ] Make release notes ready for review - [ ] Clean changelog - [ ] Add finalized highlights to the release notes - [ ] Migration guide cleanup Signed-off-by: Pekka Niskanen <[email protected]>
1 parent bc1aee4 commit 9ed8e78

25 files changed

+715
-75
lines changed

doc/nrf/app_dev/board_support/board_names.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ Also see the :ref:`zephyr:boards` section in the Zephyr documentation.
125125
+-------------------+------------+-------------------------------------------------------------------+---------------------------------------+
126126
| nRF21540 DK | PCA10112 | :ref:`nrf21540dk <zephyr:nrf21540dk_nrf52840>` | ``nrf21540dk/nrf52840`` |
127127
+-------------------+------------+-------------------------------------------------------------------+---------------------------------------+
128+
| nRF7002 DK | PCA10143 | :ref:`nrf7002dk <nrf7002dk_nrf5340>` | ``nrf7002dk/nrf5340/cpunet`` |
129+
| | | | |
130+
| | | | ``nrf7002dk/nrf5340/cpuapp`` |
131+
| | | | |
132+
| | | | ``nrf7002dk/nrf5340/cpuapp/ns`` |
133+
+-------------------+------------+-------------------------------------------------------------------+---------------------------------------+
128134

129135
.. note::
130136
In |NCS| releases before v1.6.1:
@@ -176,12 +182,6 @@ The following boards are defined in the :file:`nrf/boards/nordic/` folder.
176182
| | | | |
177183
| | | | ``thingy91x/nrf5340/cpunet`` |
178184
+-------------------+------------+----------------------------------------------------------+---------------------------------------+
179-
| nRF7002 DK | PCA10143 | :ref:`nrf7002dk <nrf7002dk_nrf5340>` | ``nrf7002dk/nrf5340/cpunet`` |
180-
| | | | |
181-
| | | | ``nrf7002dk/nrf5340/cpuapp`` |
182-
| | | | |
183-
| | | | ``nrf7002dk/nrf5340/cpuapp/ns`` |
184-
+-------------------+------------+----------------------------------------------------------+---------------------------------------+
185185

186186
.. _shield_names_nrf:
187187

doc/nrf/app_dev/config_and_build/hardware/use_gpio_pin_directly.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _config_gpio_pin:
1+
.. _gpio_pin_config:
22

33
Driving a GPIO pin directly
44
###########################

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Developing with nRF54H Series
66
.. note::
77

88
All software for the nRF54H20 SoC is experimental, and hardware availability is restricted to the participants in the customer sampling program.
9+
Do not use the |NCS| v2.9.0 with the nRF54H20 SoC.
10+
Use the |NCS| v2.8.0 instead.
911

1012
.. |nrf_series| replace:: devices of the nRF54H Series
1113

doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_custom_pcb.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Configuring your application for a custom PCB
99

1010
This guide demonstrates how to create your custom board files for your PCB for the nRF54H20 SoC.
1111

12+
.. note::
13+
Do not use the |NCS| v2.9.0 with the nRF54H20 SoC.
14+
Use the |NCS| v2.8.0 instead.
15+
1216
Prepare your PCB
1317
****************
1418

doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Getting started with the nRF54H20 DK
1010
This document gets you started with your nRF54H20 Development Kit (DK) using the |NCS|.
1111
It tells you how to install the :zephyr:code-sample:`sysbuild_hello_world` sample and perform a quick test of your DK.
1212

13+
.. note::
14+
Do not use the |NCS| v2.9.0 with the nRF54H20 SoC.
15+
Use the |NCS| v2.8.0 instead.
16+
1317
.. _ug_nrf54h20_gs_requirements:
1418

1519
Minimum requirements

doc/nrf/links.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@
367367

368368
.. #### Source: www.nordicsemi.com/Events/
369369

370+
.. _`nRF Connect SDK v2.9.0 webinar`:
370371
.. _`nRF Connect SDK v2.8.0 webinar`: https://webinars.nordicsemi.com/events
371372
.. _`nRF Connect SDK v2.7.0 webinar`: https://www.nordicsemi.com/Events/2024/Webinar-Exciting-new-features-in-nRF-Connect-SDK-v270
372373
.. _`nRF Connect SDK v2.6.0 webinar`: https://www.nordicsemi.com/Events/2024/Webinar-Exciting-new-features-in-nRF-Connect-SDK-v260
@@ -426,7 +427,8 @@
426427
.. _`nRF Connect SDK latest documentation`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/index.html
427428

428429
.. _`known issues page on the main branch`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html
429-
.. _`known issues for nRF Connect SDK v2.8.0`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases_and_maturity/known_issues.html?v=v2-8-0
430+
.. _`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
431+
.. _`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
430432
.. _`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
431433
.. _`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
432434
.. _`known issues for nRF Connect SDK v2.6.1`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/known_issues.html?v=v2-6-1
@@ -475,6 +477,7 @@
475477

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

480+
.. _`Repositories and revisions for v2.9.0`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/releases_and_maturity/repository_revisions.html
478481
.. _`Repositories and revisions for v2.8.0`: https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/releases_and_maturity/repository_revisions.html
479482
.. _`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
480483
.. _`Repositories and revisions for v2.7.99-cs1`: https://docs.nordicsemi.com/bundle/ncs-2.7.99-cs1/page/nrf/releases_and_maturity/repository_revisions.html
@@ -506,6 +509,7 @@
506509
.. _`Repositories and revisions for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrf/introduction.html#repositories_and_revisions
507510
.. _`Repositories and revisions`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrf/introduction.html#repositories_and_revisions
508511

512+
.. _`Modem library changelog for v2.9.0`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
509513
.. _`Modem library changelog for v2.8.0`: https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
510514
.. _`Modem library changelog for v2.7.0`: https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html#nrf-modem-changelog
511515
.. _`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
@@ -534,6 +538,7 @@
534538
.. _`Modem library changelog for v1.9.1`: https://docs.nordicsemi.com/bundle/ncs-1.9.1/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
535539
.. _`Modem library changelog for v1.9.0`: https://docs.nordicsemi.com/bundle/ncs-1.9.0/page/nrfxlib/nrf_modem/doc/CHANGELOG.html
536540

541+
.. _`LwM2M carrier library changelog for v2.9.0`: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
537542
.. _`LwM2M carrier library changelog for v2.8.0`: https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
538543
.. _`LwM2M carrier library changelog for v2.7.0`: https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.html#liblwm2m-carrier-changelog
539544
.. _`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
@@ -563,6 +568,7 @@
563568
.. _`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
564569

565570

571+
.. _`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
566572
.. _`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
567573
.. _`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
568574
.. _`Migration guide for nRF Connect SDK v2.6.0`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_2.6.html
@@ -1549,6 +1555,8 @@
15491555

15501556
.. ### Source: files.nordicsemi.com
15511557

1558+
.. _`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
1559+
.. _`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
15521560
.. _`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
15531561
.. _`Hardware 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/common_ncs_test_results_report.html?isNativeBrowsing=true
15541562
.. _`nRF Auracast configuration files`: https://files.nordicsemi.com/ui/repos/tree/General/ncs-audio/external/nRF-Aura-Config

doc/nrf/releases_and_maturity.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ If an issue is found in a release after it has taken place, those issues are lis
2828
releases_and_maturity/repository_revisions
2929
releases_and_maturity/software_maturity
3030
releases_and_maturity/abi_compatibility
31-
releases_and_maturity/known_issues

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _known_issues:
24

35
Known issues

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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

0 commit comments

Comments
 (0)