-
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.
Default¶
128
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:189
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <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 onIPM_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.)