-
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 drivers/console/Kconfig:118
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config RTT_CONSOLE bool prompt "Use RTT console" ifHAS_SEGGER_RTT
&&CONSOLE
selectCONSOLE_HAS_DRIVER
ifHAS_SEGGER_RTT
&&CONSOLE
depends onHAS_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.
(Definitions include propagated dependencies, including from if’s and menus.)