Skip to content

Commit 24320fa

Browse files
committed
doc: Added release notes for 3.2.0
Added release notes for 3.2.0 Signed-off-by: Francesco Domenico Servidio <francesco.servidio@nordicsemi.no>
1 parent 20bb799 commit 24320fa

28 files changed

+1181
-106
lines changed

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.1.0
165+
revision: v3.2.0
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.1.0
193+
revision: v3.2.0
194194
import: true
195195
# Example for how to override a repository in the nRF Connect SDK with your own:
196196
- name: mcuboot

doc/nrf/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Introduction
55
############
66

7+
8+
.. important::
9+
10+
|NCS| v3.2.0 is a development tag used for development purposes.
11+
It is not recommended to be used in a production environment.
12+
This tag will be replaced by a release in the future.
13+
714
The |NCS| is a modern, unified software development kit for building low-power wireless applications based on the Nordic Semiconductor nRF52, nRF53, nRF54, nRF70, and nRF91 Series wireless devices.
815
It supports :ref:`Microsoft Windows, Linux, and macOS <requirements>` for development.
916

doc/nrf/protocols/matter/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ 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-
| v3.1.99 (latest) | :ref:`1.5.0 <ug_matter_overview_dev_model_support>` | 1.5.0.0 |
26+
| |release| | :ref:`1.5.0 <ug_matter_overview_dev_model_support>` | 1.5.0.0 |
2727
+--------------------------+-----------------------------------------------------+------------------------+
2828
| v3.1.1 | :ref:`1.4.2 <ug_matter_overview_dev_model_support>` | 1.4.2.0 |
2929
+--------------------------+ | |
30-
| |release| | | |
30+
| 3.1.0 | | |
3131
+--------------------------+-----------------------------------------------------+------------------------+
3232
| v3.0.2 | :ref:`1.4.1 <ug_matter_overview_dev_model_support>` | 1.4.1.0 |
3333
+--------------------------+ | |

doc/nrf/releases_and_maturity.rst

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

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 87 additions & 85 deletions
Large diffs are not rendered by default.

doc/nrf/releases_and_maturity/migration/migration_3.1_54h_suit_ironside.rst

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

35
Migrating applications from |NCS| v3.0.0 (SUIT) to |NCS| v3.1.0 (IronSide SE) on the nRF54H20 SoC

doc/nrf/releases_and_maturity/migration/migration_bicr_nRF54H20.rst

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

35
Migrating nRF54H20 SoC BICR from DTS to JSON

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

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

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

0 commit comments

Comments
 (0)