Skip to content

Commit 46c3a0e

Browse files
committed
snippets: wifi-enterprise: Resize data heap to fix RAM overflow
Inclusion of CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES causes build time RAM overflow issues. Decrease NRF_WIFI_DATA_HEAP_SIZE to accommodate the RUNTIME_CERTIFICATES feature. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent d5201e1 commit 46c3a0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snippets/wifi-enterprise/wifi-enterprise.conf

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ CONFIG_TLS_CREDENTIALS=y
1414
CONFIG_TLS_CREDENTIALS_SHELL_CRED_BUF_SIZE=8192
1515
CONFIG_TLS_MAX_CREDENTIALS_NUMBER=6
1616
CONFIG_HEAP_MEM_POOL_ADD_SIZE_TLS_CRED_SHELL=9000
17+
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=100000
18+
CONFIG_HEAP_MEM_POOL_IGNORE_MIN=n

0 commit comments

Comments
 (0)