You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
applications: nrf_desktop: Fix legacy multi-image ref in documentation
Change fixes legacy child image build system reference in documentation.
The child image build system was replaced by sysbuild.
Jira: NCSDK-30742
Signed-off-by: Marek Pieta <[email protected]>
Copy file name to clipboardExpand all lines: applications/nrf_desktop/memory_layout.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The memory layout is defined through one of the following methods:
28
28
By default, a Zephyr-based application defines the memory layout in the DTS.
29
29
If enabled, the :ref:`partition_manager` defines a new memory layout that is used instead of the memory layout defined in the DTS.
30
30
You can use the :kconfig:option:`CONFIG_PARTITION_MANAGER_ENABLED` Kconfig option value to check whether the Partition Manager is enabled in the current build.
31
-
The option is automatically selected as part of the :ref:`ug_multi_image` feature to build the application with more than one image.
31
+
The option is automatically enabled when using Zephyr's :ref:`zephyr:sysbuild` (unless your board uses nRF54H SoC Series).
32
32
Enabling the :ref:`nrf_desktop_bluetooth_guide_fast_pair` also results in using the Partition Manager.
33
33
To store the Fast Pair Provisioning data, the Fast Pair integration in the |NCS| uses partition defined by the Partition Manager.
0 commit comments