Skip to content

Commit 4d6b05e

Browse files
divipillairlubos
authored andcommitted
doc: post-release doc update for 3.3.0
Post-release doc update for 3.3.0 Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent 19bf536 commit 4d6b05e

25 files changed

Lines changed: 1366 additions & 61 deletions

File tree

boards/nordic/nrf54ls05dk/doc/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
nRF54LS05 DK
44
############
55

6+
.. contents::
7+
:local:
8+
:depth: 2
9+
610
.. note::
711

812
You can find more information about the nRF54LS05B SoC on the `nRF54LS05B System-on-Chip`_ product page.

boards/nordic/nrf54lv10dk/doc/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
nRF54LV10 DK
44
############
55

6+
.. contents::
7+
:local:
8+
:depth: 2
9+
610
.. note::
711

812
You can find more information about the nRF54LV10A SoC on the `nRF54LV10A System-on-Chip`_ product page.

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ add_doxygen_docset(nrf ${NRF_BASE} ${NRF_VERSION})
323323
#-------------------------------------------------------------------------------
324324
# docset: mcuboot
325325

326-
add_docset(mcuboot "2.2.0-rc2")
326+
add_docset(mcuboot "3.3.0")
327327

328328
#-------------------------------------------------------------------------------
329329
# docset: nrfx

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Protecting a device with |ISE|
55
##############################
66

7+
.. contents::
8+
:local:
9+
:depth: 2
10+
711
By default, |ISE| configures the system with the following access policies on the nRF54H20 SoC:
812

913
.. list-table::

doc/nrf/app_dev/device_guides/nrf91/nrf9160_external_flash.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ To use external flash, you also need to enable configuration and devicetree opti
6868
Using Partition Manager
6969
***********************
7070

71-
.. include:: ../../../includes/pm_deprecation.txt
72-
7371
If your application was built using the |NCS|, you must define partitions using :ref:`partition_manager`.
7472
The built-in partition definitions can be found in the :file:`nrf/subsys/partition_manager` folder, and the file names start with ``pm.yml``.
7573
The files that have ``external_flash`` as their region support storing partitions in the external flash.

doc/nrf/app_dev/device_guides/nrf91/nrf91_features.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ Not all of the nRF91 Series samples include a secure bootloader chain, but the o
5858
Trusted Firmware-M (TF-M)
5959
=========================
6060

61-
.. include:: ../../../includes/pm_deprecation.txt
62-
6361
Trusted Firmware-M provides a configurable set of software components to create a Trusted Execution Environment.
6462
It has replaced Secure Partition Manager as the solution used by |NCS| applications and samples.
6563
This means that when you build your application for board targets with the ``*/ns`` :ref:`variant <app_boards_names>`, TF-M is automatically included in the build.

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.0
165+
revision: v3.3.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.2.0
193+
revision: v3.3.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/external_comp/bt_fast_pair/core.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ Partition Manager (PM) (deprecated)
264264
The :ref:`partition_manager` script is a component in the |NCS| and is responsible for handling the memory partitioning at build time.
265265

266266
This functionality is in the process of being deprecated and replaced by Zephyr's default devicetree-based memory partitioning.
267-
It is recommended that all new designs with Nordic devices are built with DTS instead of Partition Manager.
268-
Partition Manager will be removed from the |NCS| in December 2026 from the main branch.
267+
It is recommended that all new designs using Nordic devices, excluding the nRF91 Series devices, are built with DTS instead of Partition Manager.
268+
Partition Manager will be removed from the |NCS| by the end of 2026 from the main branch.
269269

270270
For more information on how to configure partitions using DTS and how to migrate your existing configuration to DTS, see the :ref:`release_notes` page.
271271

doc/nrf/includes/pm_deprecation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
For more information on how to configure partitions using DTS and how to migrate your existing configuration to DTS, see the following pages:
99

1010
* :ref:`migration_partitions`
11-
* :ref:`release_notes`
11+
* :ref:`ncs_release_notes_330`

doc/nrf/libraries/bluetooth/fast_pair/core.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ Partition Manager (deprecated)
171171
The :ref:`partition_manager` script is a component in the |NCS| and is responsible for handling the memory partitioning at build time.
172172

173173
This functionality is in the process of being deprecated and replaced by Zephyr's default devicetree-based memory partitioning.
174-
It is recommended that all new designs with Nordic devices are built with DTS instead of Partition Manager.
175-
Partition Manager will be removed from the |NCS| in December 2026 from the main branch.
174+
It is recommended that all new designs using Nordic devices, excluding the nRF91 Series devices, are built with DTS instead of Partition Manager.
175+
Partition Manager will be removed from the |NCS| by the end of 2026 from the main branch.
176176

177177
For more information on how to configure partitions using DTS and how to migrate your existing configuration to DTS, see the :ref:`release_notes` page.
178178

0 commit comments

Comments
 (0)