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

CONFIG_LOG_BACKEND_RTT_FORCE_PRINTK

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

LOG_BACKEND_RTT && !LOG_FRONTEND && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Kconfig definition

At subsys/logging/Kconfig.backends:181

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

config LOG_BACKEND_RTT_FORCE_PRINTK
    bool
    default y if LOG_BACKEND_RTT_BUFFER = 0 && RTT_CONSOLE
    select LOG_PRINTK
    depends on LOG_BACKEND_RTT && !LOG_FRONTEND && !LOG_MINIMAL && LOG

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