:orphan: .. title:: SEGGER_RTT_BUFFER_SIZE_DOWN .. option:: CONFIG_SEGGER_RTT_BUFFER_SIZE_DOWN *Size of the buffer for terminal input of target, from host* Type: ``int`` Direct dependencies =================== \ :option:`USE_SEGGER_RTT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 16 Kconfig definition ================== .. highlight:: kconfig At ``drivers/debug/Kconfig.rtt:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:16`` → ``drivers/debug/Kconfig:4`` Menu path: (Top) → Device Drivers → Enable SEGGER RTT libraries. .. parsed-literal:: config SEGGER_RTT_BUFFER_SIZE_DOWN int "Size of the buffer for terminal input of target, from host" default 16 depends on \ :option:`USE_SEGGER_RTT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*