-
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.
Defaults¶
- 2 if
RTT_CONSOLE
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig:129
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config RTT_TX_RETRY_CNT int prompt "Number of TX retries" ifRTT_CONSOLE
&&CONSOLE
default 2 ifRTT_CONSOLE
&&CONSOLE
depends onRTT_CONSOLE
&&CONSOLE
help Number of TX retries before dropping the byte and assuming that RTT session is inactive.
(Definitions include propagated dependencies, including from if’s and menus.)