Skip to content

Commit 9f867a1

Browse files
bjarki-andreasennashif
authored andcommitted
samples: net: cellular_modem: disable AT shell for NRF91_SLM
The NRF91_SLM has no additional AT channel for the AT shell to use. This commit disables the AT shell for boards which use the NRF91_SLM. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent a58abd0 commit 9f867a1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

samples/net/cellular_modem/boards/nrf9160dk_nrf52840.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ CONFIG_MODEM_CELLULAR_UART_BUFFER_SIZES=6000
1313
CONFIG_LOG_BACKEND_UART=y
1414

1515
CONFIG_MODEM_LOG_LEVEL_DBG=y
16+
17+
# Disable AT shell as SLM application has no AT mode user pipes
18+
CONFIG_MODEM_AT_SHELL=n

samples/net/cellular_modem/boards/nrf9160dk_nrf9160_ns.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ CONFIG_NET_SOCKETS_OFFLOAD=n
1616
CONFIG_LOG_BACKEND_UART=y
1717

1818
CONFIG_MODEM_LOG_LEVEL_DBG=y
19+
20+
# Disable AT shell as SLM application has no AT mode user pipes
21+
CONFIG_MODEM_AT_SHELL=n

0 commit comments

Comments
 (0)