-
CONFIG_LOG_BACKEND_RTT_RETRY_CNT
¶
Number of retries
Type: int
Help¶
Number of TX retries before dropping the data and assuming that RTT session is inactive.
Direct dependencies¶
LOG_BACKEND_RTT_MODE_BLOCK
&& LOG_BACKEND_RTT
&& LOG
(Includes any dependencies from if’s and menus.)
Defaults¶
- 4 if
LOG_BACKEND_RTT_MODE_BLOCK
&&LOG_BACKEND_RTT
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:293
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu) → Logging
config LOG_BACKEND_RTT_RETRY_CNT int prompt "Number of retries" ifLOG_BACKEND_RTT_MODE_BLOCK
&&LOG_BACKEND_RTT
&&LOG
default 4 ifLOG_BACKEND_RTT_MODE_BLOCK
&&LOG_BACKEND_RTT
&&LOG
depends onLOG_BACKEND_RTT_MODE_BLOCK
&&LOG_BACKEND_RTT
&&LOG
help Number of TX retries before dropping the data and assuming that RTT session is inactive.
(Definitions include propagated dependencies, including from if’s and menus.)