-
CONFIG_LOG_PRINTK_MAX_STRING_LENGTH
¶
Maximum string length supported by LOG_PRINTK
Type: int
Help¶
Array is allocated on the stack.
Direct dependencies¶
LOG_PRINTK
&& !LOG_IMMEDIATE
&& LOG
(Includes any dependencies from if’s and menus.)
Defaults¶
- 128 if
LOG_PRINTK
&& !LOG_IMMEDIATE
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:92
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:20
Menu path: (top menu) → Logging → Enable processing of printk messages.
config LOG_PRINTK_MAX_STRING_LENGTH int prompt "Maximum string length supported by LOG_PRINTK" ifLOG_PRINTK
&& !LOG_IMMEDIATE
&&LOG
default 128 ifLOG_PRINTK
&& !LOG_IMMEDIATE
&&LOG
depends onLOG_PRINTK
&& !LOG_IMMEDIATE
&&LOG
help Array is allocated on the stack.
(Definitions include propagated dependencies, including from if’s and menus.)