- choice: UART for AT Host
UART for AT Host
Type: bool
Help
Sets the UART to use for the AT Host
- UART 0
- UART 1
- UART 2
Direct dependencies
AT_HOST_LIBRARY
&& AT_HOST_LIBRARY
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definition
At <nRF>/lib/at_host/Kconfig:16
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
choice
bool "UART for AT Host"
default AT_HOST_UART_0
depends on AT_HOST_LIBRARY && AT_HOST_LIBRARY
help
Sets the UART to use for the AT Host
- UART 0
- UART 1
- UART 2
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)