From 98ab1ae134c755d811647956b888dbf7055a7dc2 Mon Sep 17 00:00:00 2001 From: Ravi Dondaputi Date: Thu, 24 Oct 2024 17:44:25 +0530 Subject: [PATCH] samples: wifi: shell: Increase shell stack size Executing auto_connect from wifi_cred shell needs extra memory on stack. Increase the shell stack size to accommodate this. Signed-off-by: Ravi Dondaputi --- samples/wifi/shell/overlay-enterprise.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/wifi/shell/overlay-enterprise.conf b/samples/wifi/shell/overlay-enterprise.conf index b70692abc084..3062cabdf275 100644 --- a/samples/wifi/shell/overlay-enterprise.conf +++ b/samples/wifi/shell/overlay-enterprise.conf @@ -13,3 +13,4 @@ CONFIG_NET_BUF_TX_COUNT=36 # Need default heap by driver and hostap which is higher than prj.conf CONFIG_HEAP_MEM_POOL_IGNORE_MIN=n +CONFIG_SHELL_STACK_SIZE=5400