The latest development version of this page may be more current than this released 2.7.5 version.

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 drivers/console/Kconfig:84

Included via Kconfig:8Kconfig.zephyr:42drivers/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.)