:orphan: .. title:: LOG_BACKEND_RTT_MESSAGE_SIZE .. option:: CONFIG_LOG_BACKEND_RTT_MESSAGE_SIZE *Size of internal buffer for storing messages.* Type: ``int`` Help ==== This option defines maximum message size transferable to up-buffer. Direct dependencies =================== \ :option:`LOG_BACKEND_RTT_MODE_DROP ` && \ :option:`LOG_BACKEND_RTT ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 128 Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.backends:89`` 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_MESSAGE_SIZE int "Size of internal buffer for storing messages." range 32 256 default 128 depends on \ :option:`LOG_BACKEND_RTT_MODE_DROP ` && \ :option:`LOG_BACKEND_RTT ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help This option defines maximum message size transferable to up-buffer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*