diff --git a/doc/services/shell/index.rst b/doc/services/shell/index.rst index c747c00fc84..8181d406da4 100644 --- a/doc/services/shell/index.rst +++ b/doc/services/shell/index.rst @@ -122,6 +122,27 @@ To configure Segger RTT backend, add the following configurations to your build: Details on additional configuration settings are captured in: :zephyr_file:`samples/subsys/shell/shell_module/prj_minimal_rtt.conf`. +.. _shell_rtt_west: + +Using west +----------- + +Attach to and configure RTT with: + +.. code-block:: console + + $ west rtt + +.. note:: + + If your default runner does not have support for RTT, check your board's documentation page for + any other runners that support RTT. You may then use the ``--runner`` option to specify a + different runner. + + .. code-block:: console + + $ west rtt --runner + .. _shell_rtt_putty: Using PuTTY