:orphan: .. title:: RTT_CONSOLE .. option:: CONFIG_RTT_CONSOLE *Use RTT console* Type: ``bool`` 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. Direct dependencies =================== \ :option:`USE_SEGGER_RTT ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`CONSOLE_HAS_DRIVER ` Symbols that select this symbol =============================== - \ :option:`SHELL_BACKEND_RTT ` - \ :option:`SEGGER_SYSTEMVIEW ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/console/Kconfig:111`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers .. parsed-literal:: config RTT_CONSOLE bool "Use RTT console" select \ :option:`CONSOLE_HAS_DRIVER ` depends on \ :option:`USE_SEGGER_RTT ` && \ :option:`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.)*