CONFIG_UART_CONSOLE_INPUT_EXPIRED_TIMEOUT¶
Fixed amount of time to keep the UART console in use flag true
Type: int
Help¶
Fixed amount of time which unit is milliseconds to keep the UART
console in use flag true.
Direct dependencies¶
UART_CONSOLE_INPUT_EXPIRED && CONSOLE
(Includes any dependencies from ifs and menus.)
Default¶
- 15000 
Kconfig definition¶
At <Zephyr Driver>/console/Kconfig:84
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Use UART for console → Enable support for UART console input expired mechanism
config UART_CONSOLE_INPUT_EXPIRED_TIMEOUT
    int "Fixed amount of time to keep the UART console in use flag true"
    default 15000
    depends on UART_CONSOLE_INPUT_EXPIRED && CONSOLE
    help
      Fixed amount of time which unit is milliseconds to keep the UART
      console in use flag true.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)