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 Driver>/console/Kconfig:195
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/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.)