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

CONFIG_LOG_BACKEND_RTT_MODE_BLOCK

Block until message is transferred to host.

Type: bool

Help

Waits until there is enough space in the up-buffer for a message.

Direct dependencies

<choice: Logger behavior>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/logging/Kconfig.backends:113

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:31subsys/logging/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable Segger J-Link RTT backend → Logger behavior

config LOG_BACKEND_RTT_MODE_BLOCK
    bool "Block until message is transferred to host."
    depends on <choice>
    help
      Waits until there is enough space in the up-buffer for a message.

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