-
CONFIG_PRINTK_BUFFER_SIZE
¶
printk() buffer size
Type: int
Help¶
If userspace is enabled, printk() calls are buffered so that we do not have to make a system call for every character emitted. Specify the size of this buffer.
Kconfig definition¶
At subsys/debug/Kconfig:73
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:12
Menu path: (top menu) → Debugging Options
config PRINTK_BUFFER_SIZE int prompt "printk() buffer size" ifPRINTK
&&USERSPACE
default 32 ifPRINTK
&&USERSPACE
depends onPRINTK
&&USERSPACE
help If userspace is enabled, printk() calls are buffered so that we do not have to make a system call for every character emitted. Specify the size of this buffer.
(Definitions include propagated dependencies, including from if’s and menus.)