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.
Default¶
- 2 
Kconfig definition¶
At <Zephyr Driver>/console/Kconfig:128
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Use RTT console
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.)