:orphan: .. title:: SEGGER_RTT_PRINTF_BUFFER_SIZE .. option:: CONFIG_SEGGER_RTT_PRINTF_BUFFER_SIZE *Size of buffer for RTT printf to bulk-send chars via RTT* Type: ``int`` Direct dependencies =================== \ :option:`USE_SEGGER_RTT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== .. highlight:: kconfig At ``subsys/debug/Kconfig.segger:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:12`` → ``subsys/debug/Kconfig:331`` Menu path: (Top) → Debugging Options → Enable SEGGER RTT libraries. .. parsed-literal:: config SEGGER_RTT_PRINTF_BUFFER_SIZE int "Size of buffer for RTT printf to bulk-send chars via RTT" default 64 depends on \ :option:`USE_SEGGER_RTT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*