:orphan: .. title:: CONFIG_LOG_BACKEND_RTT_RETRY_CNT .. kconfig:: CONFIG_LOG_BACKEND_RTT_RETRY_CNT CONFIG_LOG_BACKEND_RTT_RETRY_CNT ################################ *Number of retries* Type: ``int`` Help ==== .. code-block:: none Number of TX retries before dropping the data and assuming that RTT session is inactive. Direct dependencies =================== \ :kconfig:`LOG_BACKEND_RTT_MODE_BLOCK ` && \ :kconfig:`LOG_BACKEND_RTT ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/logging/Kconfig.backends:143`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable Segger J-Link RTT backend .. code-block:: kconfig 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_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.)*