Skip to content

Commit 348f6e0

Browse files
MarekPietanordicjm
authored andcommitted
applications: nrf_desktop: Add links to logging and shell documentation
Change introduces links to logging and shell documentation pages under `Debug configuration` documentation section to simplify navigation. Jira: NCSDK-21912 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no> Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
1 parent 1719991 commit 348f6e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

applications/nrf_desktop/application_kconfig.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ The nRF Desktop application introduces application-specific configuration option
9292
These options are defined in the :file:`Kconfig.debug` file.
9393

9494
The :option:`CONFIG_DESKTOP_LOG` Kconfig option enables support for logging in the nRF Desktop application.
95-
This option overlays Kconfig option defaults from the logging subsystem to align them with the nRF Desktop requirements.
95+
This option overlays Kconfig option defaults from the :ref:`zephyr:logging_api` subsystem to align them with the nRF Desktop requirements.
9696
The nRF Desktop configuration can use SEGGER J-Link RTT (:option:`CONFIG_DESKTOP_LOG_RTT`) or UART (:option:`CONFIG_DESKTOP_LOG_UART`) as the logging subsystem backend.
9797
The SEGGER J-Link RTT is used by default.
9898

9999
The :option:`CONFIG_DESKTOP_SHELL` Kconfig option enables support for CLI in the nRF Desktop application.
100-
This option overlays Kconfig option defaults from the shell subsystem to align them with the nRF Desktop requirements.
100+
This option overlays Kconfig option defaults from the :ref:`zephyr:shell_api` subsystem to align them with the nRF Desktop requirements.
101101
The nRF Desktop configuration uses SEGGER J-Link RTT as the shell subsystem backend.
102102
If both shell and logging are enabled, logger uses shell as the logging backend.
103103

0 commit comments

Comments
 (0)