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