:orphan: .. title:: CONFIG_RTT_CONSOLE .. kconfig:: CONFIG_RTT_CONSOLE CONFIG_RTT_CONSOLE ################## *Use RTT console* Type: ``bool`` Help ==== .. code-block:: none Emit console messages to a RAM buffer that is then read by the Segger J-Link software and displayed on a computer in real-time. Requires support for Segger J-Link on the companion IC onboard. Direct dependencies =================== \ :kconfig:`USE_SEGGER_RTT ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CONSOLE_HAS_DRIVER ` Symbols that select this symbol =============================== - \ :kconfig:`SHELL_BACKEND_RTT ` - \ :kconfig:`SEGGER_SYSTEMVIEW ` Kconfig definition ================== At ``/console/Kconfig:117`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig config RTT_CONSOLE bool "Use RTT console" select CONSOLE_HAS_DRIVER depends on USE_SEGGER_RTT && CONSOLE help Emit console messages to a RAM buffer that is then read by the Segger J-Link software and displayed on a computer in real-time. Requires support for Segger J-Link on the companion IC onboard. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*