:orphan: .. title:: CONFIG_SEGGER_SYSTEMVIEW .. kconfig:: CONFIG_SEGGER_SYSTEMVIEW CONFIG_SEGGER_SYSTEMVIEW ######################## *Segger SystemView support* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`CONSOLE ` - \ :kconfig:`RTT_CONSOLE ` - \ :kconfig:`USE_SEGGER_RTT ` - \ :kconfig:`THREAD_MONITOR ` - \ :kconfig:`SEGGER_RTT_CUSTOM_LOCKING ` Kconfig definition ================== At ``/tracing/Kconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Format .. code-block:: kconfig config SEGGER_SYSTEMVIEW bool "Segger SystemView support" select CONSOLE select RTT_CONSOLE select USE_SEGGER_RTT select THREAD_MONITOR select SEGGER_RTT_CUSTOM_LOCKING depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*