Skip to content

Commit 8612182

Browse files
committed
snippets: wifi-enterprise: Store certificates in Protected storage
Add config options required for storing certificates in protected storage, and to free up space of ROM to accommodate the additional features that are enabled for TFM. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
1 parent a90f9c9 commit 8612182

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

snippets/wifi-enterprise/snippet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ boards:
66
/.*/nrf.*/cpuapp/:
77
append:
88
EXTRA_CONF_FILE: wifi-enterprise-nrf.conf
9+
/.*/nrf.*/cpuapp/ns/:
10+
append:
11+
EXTRA_CONF_FILE: wifi-enterprise-nrf-ns.conf
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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
4+
CONFIG_LTO=y
5+
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
6+
CONFIG_WIFI_CREDENTIALS_RUNTIME_CERTIFICATES=y
7+
CONFIG_WIFI_SHELL_RUNTIME_CERTIFICATES=y
8+
CONFIG_TLS_CREDENTIALS_BACKEND_PROTECTED_STORAGE=y

0 commit comments

Comments
 (0)