CONFIG_RTT_TX_RETRY_DELAY_MS

Delay between TX retries in milliseconds

Type: int

Help

Sleep period between TX retry attempts. During RTT session, host pulls data periodically. Period starts from 1-2 milliseconds and can be increased if traffic on RTT increases (also from host to device). In case of heavy traffic data can be lost and it may be necessary to increase delay or number of retries.

Direct dependencies

RTT_CONSOLE && CONSOLE

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/console/Kconfig:136

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config RTT_TX_RETRY_DELAY_MS
    int
    prompt "Delay between TX retries in milliseconds" if RTT_CONSOLE && CONSOLE
    default 2 if RTT_CONSOLE && CONSOLE
    depends on RTT_CONSOLE && CONSOLE
    help
      Sleep period between TX retry attempts. During RTT session, host pulls data
      periodically. Period starts from 1-2 milliseconds and can be increased
      if traffic on RTT increases (also from host to device). In case of
      heavy traffic data can be lost and it may be necessary to increase
      delay or number of retries.

(Definitions include propagated dependencies, including from if’s and menus.)