-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:132
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers
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.)