Skip to content

Commit b31c66b

Browse files
committed
snippets: wifi-enterprise: Increase MBEDTLS heap size
With NRF security, higher heap requirement is seen for operating with RSA-3072 based certificates. Add a NRF SoC specific conf in snippets to handle this. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
1 parent 66acb36 commit b31c66b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

snippets/wifi-enterprise/snippet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
name: wifi-enterprise
22
append:
33
EXTRA_CONF_FILE: wifi-enterprise.conf
4+
5+
boards:
6+
/.*/nrf.*/cpuapp/:
7+
append:
8+
EXTRA_CONF_FILE: wifi-enterprise-nrf.conf
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# For TLS and X.509 processing MbedTLS needs large heap size and using separate heap
2+
# for MbedTLS gives us more control over the heap size.
3+
CONFIG_MBEDTLS_HEAP_SIZE=75000

0 commit comments

Comments
 (0)