:orphan: .. title:: SEGGER_SYSVIEW_RTT_BUFFER_SIZE .. option:: CONFIG_SEGGER_SYSVIEW_RTT_BUFFER_SIZE *Buffer size for SystemView RTT* Type: ``int`` Direct dependencies =================== \ :option:`SEGGER_SYSTEMVIEW ` && \ :option:`SEGGER_SYSTEMVIEW ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4096 Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/sysview/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` → ``subsys/tracing/Kconfig:210`` Menu path: (Top) → Sub Systems and OS Services .. parsed-literal:: config SEGGER_SYSVIEW_RTT_BUFFER_SIZE int "Buffer size for SystemView RTT" default 4096 depends on \ :option:`SEGGER_SYSTEMVIEW ` && \ :option:`SEGGER_SYSTEMVIEW ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*