The latest development version of this page may be more current than this released 1.14.0 version.
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.)

Kconfig definition

At subsys/logging/Kconfig:293

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:20

Menu path: (top menu) → Logging

config LOG_BACKEND_RTT_RETRY_CNT
    int
    prompt "Number of retries" if LOG_BACKEND_RTT_MODE_BLOCK && LOG_BACKEND_RTT && LOG
    default 4 if LOG_BACKEND_RTT_MODE_BLOCK && LOG_BACKEND_RTT && LOG
    depends on LOG_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.)