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: 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>
These options are defined in the :file:`Kconfig.debug` file.
93
93
94
94
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.
96
96
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.
97
97
The SEGGER J-Link RTT is used by default.
98
98
99
99
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.
101
101
The nRF Desktop configuration uses SEGGER J-Link RTT as the shell subsystem backend.
102
102
If both shell and logging are enabled, logger uses shell as the logging backend.
0 commit comments