-
CONFIG_USE_SEGGER_RTT
¶
Enable SEGGER RTT libraries.
Type: bool
Help¶
Enable Segger J-Link RTT libraries for platforms that support it. Selection of this option enables use of RTT for various subsystems. Note that by enabling this option, RTT buffers consume more RAM.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/debug/Kconfig.segger:10
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:14
→ subsys/debug/Kconfig:275
Menu path: (top menu) → Debugging Options
config USE_SEGGER_RTT bool prompt "Enable SEGGER RTT libraries." ifHAS_SEGGER_RTT
depends onHAS_SEGGER_RTT
help Enable Segger J-Link RTT libraries for platforms that support it. Selection of this option enables use of RTT for various subsystems. Note that by enabling this option, RTT buffers consume more RAM.
(Definitions include propagated dependencies, including from if’s and menus.)