CONFIG_AT_HOST_UART_INIT_TIMEOUT
Timeout waiting for a valid UART line on init (ms)
Type: int
Help
If the selected UART has error conditions during init caused by
e. g. a floating RX line during boot, at_host will clear the
errors and retry for this amount of time.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
500
Kconfig definition
At <nRF>/lib/at_host/Kconfig:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:19
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → AT Host Library for nrf91 → AT Host Library for nrf91
config AT_HOST_UART_INIT_TIMEOUT
int "Timeout waiting for a valid UART line on init (ms)"
default 500
depends on AT_HOST_LIBRARY
help
If the selected UART has error conditions during init caused by
e. g. a floating RX line during boot, at_host will clear the
errors and retry for this amount of time.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)