The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_RTT_TX_RETRY_CNT

Number of TX retries

Type: int

Help

Number of TX retries before dropping the byte and assuming that
RTT session is inactive.

Direct dependencies

RTT_CONSOLE && CONSOLE

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At drivers/console/Kconfig:128

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:14

Menu path: (Top) → Device Drivers → Console drivers → Use RTT console

config RTT_TX_RETRY_CNT
    int "Number of TX retries"
    default 2
    depends on RTT_CONSOLE && CONSOLE
    help
      Number of TX retries before dropping the byte and assuming that
      RTT session is inactive.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)