:orphan: .. title:: LOG_BACKEND_RTT_RETRY_CNT .. option:: 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 =================== \ :option:`LOG_BACKEND_RTT_MODE_BLOCK ` && \ :option:`LOG_BACKEND_RTT ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.backends:106`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable Segger J-Link RTT backend .. parsed-literal:: config LOG_BACKEND_RTT_RETRY_CNT int "Number of retries" default 4 depends on \ :option:`LOG_BACKEND_RTT_MODE_BLOCK ` && \ :option:`LOG_BACKEND_RTT ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`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.)*