Skip to content

Commit

Permalink
app: Fix Kconfig warnings
Browse files Browse the repository at this point in the history
The following KConfig options were removed from prj.conf.

CONFIG_AT_HOST_STACK_SIZE: Setting this was ignored because AT_HOST is
not set.
CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC: This was also
ignored because we are using NRF_MODEM_LIB_NET_IF. The net if will
handle any modem faults.

Signed-off-by: Balaji Srinivasan <[email protected]>
  • Loading branch information
Balaji Srinivasan committed Jun 20, 2024
1 parent 586e22d commit 4a394ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ CONFIG_PWM=y
# Heap and stacks
# Extended AT host/monitor stack/heap sizes since some nrf_cloud credentials are longer than 1024 bytes.
CONFIG_AT_MONITOR_HEAP_SIZE=2048
CONFIG_AT_HOST_STACK_SIZE=2048
# Wifi scan requires extended heap size
CONFIG_HEAP_MEM_POOL_SIZE=40000
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=4096
Expand All @@ -32,7 +31,6 @@ CONFIG_NET_IPV6=y
CONFIG_NET_IPV6_NBR_CACHE=n
CONFIG_NET_IPV6_MLD=n
CONFIG_NET_CONNECTION_MANAGER=y
CONFIG_NRF_MODEM_LIB_ON_FAULT_APPLICATION_SPECIFIC=y
CONFIG_NRF_MODEM_LIB_NET_IF=y
CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_DOWN=y
CONFIG_NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_DISCONNECT=y
Expand Down

0 comments on commit 4a394ec

Please sign in to comment.