CONFIG_RTT_TX_RETRY_IN_INTERRUPT

Busy wait in the interrupt context for TX retry

Type: bool

Help

If enabled RTT console will busy wait between TX retries when console assumes that RTT session is active. 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

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/console/Kconfig:146

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

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

config RTT_TX_RETRY_IN_INTERRUPT
    bool
    prompt "Busy wait in the interrupt context for TX retry" if RTT_CONSOLE && CONSOLE
    depends on RTT_CONSOLE && CONSOLE
    help
      If enabled RTT console will busy wait between TX retries when console
      assumes that RTT session is active. 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.)