:orphan: .. title:: RTT_TX_RETRY_CNT .. option:: CONFIG_RTT_TX_RETRY_CNT *Number of TX retries* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/console/Kconfig:122`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Use RTT console .. parsed-literal:: config RTT_TX_RETRY_CNT int "Number of TX retries" default 2 depends on \ :option:`RTT_CONSOLE ` && \ :option:`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.)*