Skip to content

Commit e505b90

Browse files
rado17rlubos
authored andcommitted
[nrf fromlist] 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. Upstream PR #: 93096 Signed-off-by: Ravi Dondaputi <[email protected]> (cherry picked from commit 5c19981)
1 parent 3aaa9ad commit e505b90

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)