:orphan: .. title:: CONFIG_RTT_TX_RETRY_CNT .. kconfig:: CONFIG_RTT_TX_RETRY_CNT CONFIG_RTT_TX_RETRY_CNT ####################### *Number of TX retries* Type: ``int`` Help ==== .. code-block:: none Number of TX retries before dropping the byte and assuming that RTT session is inactive. Direct dependencies =================== \ :kconfig:`RTT_CONSOLE ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/console/Kconfig:128`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Use RTT console .. code-block:: kconfig config RTT_TX_RETRY_CNT int "Number of TX retries" default 2 depends on RTT_CONSOLE && CONSOLE help Number of TX retries before dropping the byte and assuming that RTT session is inactive. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*