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_FRONTEND
&& !LOG_MODE_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Default
4
Kconfig definition
At <Zephyr>/subsys/logging/Kconfig.backends:154
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:23
Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable Segger J-Link RTT backend
config LOG_BACKEND_RTT_RETRY_CNT
int "Number of retries"
default 4
depends on LOG_BACKEND_RTT_MODE_BLOCK && LOG_BACKEND_RTT && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG
help
Number of TX retries before dropping the data and assuming that
RTT session is inactive.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)