-
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.
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig.backends:114
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:23
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.)