Skip to content

Commit 52f2602

Browse files
PavelVPVnordicjm
authored andcommitted
samples: net: azure_iot_hub: Enable Wi-Fi shell
This commit enables Wi-Fi shell by default so that users can set Wi-Fi network credentials according to sample's README file. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
1 parent afeb573 commit 52f2602

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

samples/net/azure_iot_hub/boards/nrf54lm20dk_nrf54lm20a_cpuapp_ns.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ CONFIG_WIFI_NRF70=y
2929
CONFIG_WIFI_NRF70_LOG_LEVEL_ERR=y
3030
CONFIG_WIFI_CREDENTIALS=y
3131
CONFIG_FLASH_PAGE_LAYOUT=y
32+
CONFIG_NET_L2_WIFI_SHELL=y
3233

3334
# Logging: default LOG_PROCESS stack is 768 B; with CONFIG_CBPRINTF_FP_SUPPORT that overflows
3435
# easily and can corrupt state, TF-M secure fault INVEP on the next PSA/crypto call.

samples/net/azure_iot_hub/boards/nrf54lm20dk_nrf54lm20b_cpuapp_ns.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ CONFIG_WIFI_NRF70=y
2929
CONFIG_WIFI_NRF70_LOG_LEVEL_ERR=y
3030
CONFIG_WIFI_CREDENTIALS=y
3131
CONFIG_FLASH_PAGE_LAYOUT=y
32+
CONFIG_NET_L2_WIFI_SHELL=y
3233

3334
# Logging: default LOG_PROCESS stack is 768 B; with CONFIG_CBPRINTF_FP_SUPPORT that overflows
3435
# easily and can corrupt state, TF-M secure fault INVEP on the next PSA/crypto call.

samples/net/azure_iot_hub/boards/nrf7002dk_nrf5340_cpuapp_ns.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ CONFIG_WIFI_NRF70=y
2929
CONFIG_WIFI_NRF70_LOG_LEVEL_ERR=y
3030
CONFIG_WIFI_CREDENTIALS=y
3131
CONFIG_FLASH_PAGE_LAYOUT=y
32+
CONFIG_NET_L2_WIFI_SHELL=y
3233

3334
# Shell
3435
CONFIG_SHELL=y

0 commit comments

Comments
 (0)