Skip to content

Commit 3c5fec0

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Small documentation alignments
Changes align documentation with code. Change also adds a link to Fast Pair software maturity. Jira: NCSDK-30908 Signed-off-by: Marek Pieta <[email protected]>
1 parent a811a85 commit 3c5fec0

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

applications/nrf_desktop/bluetooth.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,7 @@ The nRF Desktop peripheral can be built with Google `Fast Pair`_ support.
171171
The configurations that enable Fast Pair are specified in the files with filenames ending with the ``fast_pair`` and ``release_fast_pair`` suffixes.
172172

173173
.. note::
174-
The Fast Pair integration in the nRF Desktop is :ref:`experimental <software_maturity>`.
175-
The factory reset of the Fast Pair non-volatile data is not yet supported.
176-
177-
The Fast Pair support in the |NCS| is :ref:`experimental <software_maturity>`.
174+
Both the Fast Pair integration in the nRF Desktop and the Fast Pair support in the |NCS| for the HID use case are :ref:`experimental <software_maturity_fast_pair>`.
178175
See :ref:`ug_bt_fast_pair` for details.
179176

180177
These configurations support multiple bonds for each Bluetooth local identity (:kconfig:option:`CONFIG_CAF_BLE_STATE_MAX_LOCAL_ID_BONDS` is set to ``3``) and erase advertising (:ref:`CONFIG_DESKTOP_BLE_PEER_ERASE <config_desktop_app_options>`), but Bluetooth peer selection (:ref:`CONFIG_DESKTOP_BLE_PEER_SELECT <config_desktop_app_options>`) is disabled.

applications/nrf_desktop/bootloader_dfu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nRF Desktop: Bootloader and Device Firmware Update
77
:local:
88
:depth: 2
99

10-
The nRF Desktop application uses the :ref:`bootloaders <app_bootloaders>` firmware image that allows you to upgrade the used application firmware image using the :ref:`app_dfu` procedure.
10+
The nRF Desktop application uses the :ref:`bootloaders <app_bootloaders>` firmware image that allows you to upgrade the used application firmware image using either the :ref:`app_dfu` procedure or :ref:`ug_nrf54h20_suit_dfu`.
1111

1212
You can use the following Device Firmware Update (DFU) procedures for upgrading the application firmware version:
1313

@@ -238,7 +238,7 @@ SUIT also has the following options in the sysbuild configuration:
238238
.. note::
239239
The ``SB_CONFIG_SUIT_ENVELOPE_SIGN`` is disabled, so the generated SUIT envelope is not signed.
240240

241-
By default, the SUIT generator sets the values inside the manifest based on the content of the :file:`VERSION` file, used for :ref:`zephyr:app-version-details` in Zephyr and the |NCS|.:
241+
By default, the SUIT generator sets the values inside the manifest based on the content of the :file:`VERSION` file, used for :ref:`zephyr:app-version-details` in Zephyr and the |NCS|:
242242

243243
* The manifest sequence number is set in the same manner as the ``APPVERSION`` CMake variable.
244244
* The manifest current (semantic) version is set in the same manner as the ``APP_VERSION_EXTENDED_STRING`` CMake variable.

applications/nrf_desktop/memory_layout.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ By default, a Zephyr-based application defines the memory layout in the DTS.
2929
If enabled, the :ref:`partition_manager` defines a new memory layout that is used instead of the memory layout defined in the DTS.
3030
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.
3131
The option is automatically enabled when using Zephyr's :ref:`zephyr:sysbuild` (unless your board uses nRF54H SoC Series).
32-
Enabling the :ref:`nrf_desktop_bluetooth_guide_fast_pair` also results in using the Partition Manager.
33-
To store the Fast Pair Provisioning data, the Fast Pair integration in the |NCS| uses partition defined by the Partition Manager.
3432

3533
Memory layout in DTS
3634
********************
@@ -40,7 +38,7 @@ For example, the nRF52 Series devices use non-volatile flash memory represented
4038
Make sure to also update the DTS chosen nodes, which represent the code partition (``zephyr,code-partition``) and flash (``zephyr,flash``), if needed.
4139

4240
If you wish to change the default memory layout of the board without editing the board-specific files, edit the DTS overlay file.
43-
The nRF Desktop application automatically adds the :file:`dts.overlay` file if it is present in the project's board configuration directory.
41+
The nRF Desktop application automatically adds the :file:`app.overlay` file if it is present in the project's board configuration directory.
4442
For more details, see the :ref:`nrf_desktop_board_configuration` section.
4543

4644
.. important::

doc/nrf/releases_and_maturity/software_maturity.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,6 +1736,8 @@ The following sections contain the tables indicating the software maturity level
17361736

17371737
* Google Fast Pair
17381738

1739+
.. _software_maturity_fast_pair:
1740+
17391741
Google Fast Pair
17401742
================
17411743

0 commit comments

Comments
 (0)