-
CONFIG_LOG_PRINTK_MAX_STRING_LENGTH
¶
Maximum string length supported by LOG_PRINTK
Type: int
Help¶
Array is allocated on the stack.
Defaults¶
- 128 if
LOG_PRINTK
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig:191
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:18
Menu path: (top menu) → Logging Options
config LOG_PRINTK_MAX_STRING_LENGTH int prompt "Maximum string length supported by LOG_PRINTK" ifLOG_PRINTK
&&LOG
default 128 ifLOG_PRINTK
&&LOG
depends onLOG_PRINTK
&&LOG
help Array is allocated on the stack.
(Definitions include propagated dependencies, including from if’s and menus.)