:orphan: .. title:: LOG_PRINTK_MAX_STRING_LENGTH .. option:: CONFIG_LOG_PRINTK_MAX_STRING_LENGTH *Maximum string length supported by LOG_PRINTK* Type: ``int`` Help ==== Array is allocated on the stack. Direct dependencies =================== \ :option:`LOG_PRINTK ` && (!\ :option:`LOG_IMMEDIATE ` || \ :option:`USERSPACE `) && !\ :option:`LOG_MINIMAL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 128 Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.processing:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Processing → Process printk messages .. parsed-literal:: config LOG_PRINTK_MAX_STRING_LENGTH int "Maximum string length supported by LOG_PRINTK" default 128 depends on \ :option:`LOG_PRINTK ` && (!\ :option:`LOG_IMMEDIATE ` || \ :option:`USERSPACE `) && !\ :option:`LOG_MINIMAL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help Array is allocated on the stack. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*