CONFIG_IPM_CONSOLE_LINE_BUF_LEN
IPM console line buffer length
Type: int
Help
IPM console line buffer length specify amount of the buffer
where characters are stored before sending the whole line.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
128
Kconfig definition
At <Zephyr>/drivers/console/Kconfig:184
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Inter-processor Mailbox console
config IPM_CONSOLE_LINE_BUF_LEN
int "IPM console line buffer length"
default 128
depends on IPM_CONSOLE && CONSOLE
help
IPM console line buffer length specify amount of the buffer
where characters are stored before sending the whole line.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)