:orphan: .. title:: RTT_TX_RETRY_CNT .. option:: 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 =================== \ :option:`RTT_CONSOLE ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/console/Kconfig:143`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/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.)*