:orphan: .. title:: LOG_BACKEND_RTT_BUFFER_SIZE .. option:: CONFIG_LOG_BACKEND_RTT_BUFFER_SIZE *Size of reserved up-buffer for logger output.* Type: ``int`` Help ==== Specify reserved size of up-buffer used for logger output. Direct dependencies =================== \ :option:`LOG_BACKEND_RTT_BUFFER ` > 0 && \ :option:`LOG_BACKEND_RTT ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1024 Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.backends:133`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable Segger J-Link RTT backend .. parsed-literal:: config LOG_BACKEND_RTT_BUFFER_SIZE int "Size of reserved up-buffer for logger output." default 1024 depends on \ :option:`LOG_BACKEND_RTT_BUFFER ` > 0 && \ :option:`LOG_BACKEND_RTT ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help Specify reserved size of up-buffer used for logger output. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*