Skip to content

Commit 870b287

Browse files
rado17kartben
authored andcommitted
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 2173882 commit 870b287

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
@@ -14,3 +14,4 @@ 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

0 commit comments

Comments
 (0)