-
Notifications
You must be signed in to change notification settings - Fork 644
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf noup] samples: bluetooth: mesh: Disable secure storage for real …
…targets. Mesh currently works with trusted storage on real targets. Until secure storage is supported by default disable it. Signed-off-by: alperen sener <[email protected]>
- Loading branch information
1 parent
c5d37e5
commit 107f9f0
Showing
8 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# nrf_security only supports Cortex-M via PSA crypto libraries. | ||
# Enforcing usage of built-in Mbed TLS for native simulator. | ||
CONFIG_NRF_SECURITY=n | ||
CONFIG_MBEDTLS_ENABLE_HEAP=n | ||
CONFIG_TRUSTED_STORAGE=n | ||
CONFIG_SECURE_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# nrf_security only supports Cortex-M via PSA crypto libraries. | ||
# Enforcing usage of built-in Mbed TLS for native simulator. | ||
CONFIG_NRF_SECURITY=n | ||
CONFIG_MBEDTLS_ENABLE_HEAP=n | ||
CONFIG_TRUSTED_STORAGE=n | ||
CONFIG_SECURE_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# nrf_security only supports Cortex-M via PSA crypto libraries. | ||
# Enforcing usage of built-in Mbed TLS for native simulator. | ||
CONFIG_NRF_SECURITY=n | ||
CONFIG_MBEDTLS_ENABLE_HEAP=n | ||
CONFIG_TRUSTED_STORAGE=n | ||
CONFIG_SECURE_STORAGE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters