-
CONFIG_CONSOLE_INPUT_MAX_LINE_LEN
¶
Console maximum input line length
Type: int
Help¶
This option can be used to modify the maximum length a console input can be.
Default¶
128
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:26
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers
config CONSOLE_INPUT_MAX_LINE_LEN
int "Console maximum input line length"
default 128
depends on CONSOLE
help
This option can be used to modify the maximum length a console input
can be.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)