-
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>/drivers/console/Kconfig:143
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/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.)