CONFIG_AT_SHELL
AT Shell
Type: bool
Help
Adds the AT command capability to shell. The shell command is called
"at" and will interpret arguments as AT commands, and print back the
response from the modem.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <nRF>/lib/at_shell/Kconfig:7
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:38
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries
menuconfig AT_SHELL
bool "AT Shell"
select AT_MONITOR
depends on NRF_MODEM_LIB && SHELL
help
Adds the AT command capability to shell. The shell command is called
"at" and will interpret arguments as AT commands, and print back the
response from the modem.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)