Skip to content

Commit 2d64f67

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 ba3aaf2 commit 2d64f67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snippets/wifi-enterprise/wifi-enterprise.conf

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ CONFIG_TLS_CREDENTIALS=y
2323
CONFIG_TLS_CREDENTIALS_SHELL_CRED_BUF_SIZE=8192
2424
CONFIG_TLS_MAX_CREDENTIALS_NUMBER=6
2525
CONFIG_HEAP_MEM_POOL_ADD_SIZE_TLS_CRED_SHELL=9000
26+
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=100000

0 commit comments

Comments
 (0)