:orphan: .. title:: CONFIG_USE_SEGGER_RTT .. kconfig:: CONFIG_USE_SEGGER_RTT CONFIG_USE_SEGGER_RTT ##################### *Enable SEGGER RTT libraries.* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`HAS_SEGGER_RTT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SEGGER_SYSTEMVIEW ` Kconfig definition ================== At ``/debug/Kconfig.rtt:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:16`` → ``/debug/Kconfig:4`` Menu path: (Top) → Device Drivers .. code-block:: kconfig config USE_SEGGER_RTT bool "Enable SEGGER RTT libraries." depends on 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.)*