:orphan: .. title:: USE_SEGGER_RTT .. option:: 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. Direct dependencies =================== \ :option:`HAS_SEGGER_RTT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SEGGER_SYSTEMVIEW ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/debug/Kconfig.rtt:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:16`` → ``drivers/debug/Kconfig:4`` Menu path: (Top) → Device Drivers .. parsed-literal:: config USE_SEGGER_RTT bool "Enable SEGGER RTT libraries." depends on \ :option:`HAS_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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*