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

CONFIG_LOG_BACKEND_RTT_MESSAGE_SIZE

Size of internal buffer for storing messages.

Type: int

Help

This option defines maximum message size transferable to up-buffer.

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Default

  • 128

Kconfig definition

At subsys/logging/Kconfig.backends:126

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_MESSAGE_SIZE
    int "Size of internal buffer for storing messages."
    range 32 256
    default 128
    depends on LOG_BACKEND_RTT_MODE_DROP && LOG_BACKEND_RTT && !LOG_FRONTEND && !LOG_MINIMAL && LOG
    help
      This option defines maximum message size transferable to up-buffer.

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