Skip to content

Commit 481eed1

Browse files
committed
samples: net: openthread: coap: add Secure Storage backend when using PSA
When PSA Crypto API are used they need a PSA ITS implementation and this is provided by Secure Storage if TF-M is not enabled in the build. Secure Storage on its side need a backend where to physically store data. This commit enables ZMS as backend for samples. Signed-off-by: Valerio Setti <[email protected]>
1 parent 6cf13e0 commit 481eed1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/net/openthread/coap/prj.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ CONFIG_OPENTHREAD_XPANID="11:11:11:11:22:22:22:22"
2626
CONFIG_OPENTHREAD_NETWORKKEY="00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff"
2727
CONFIG_OPENTHREAD_CHANNEL=15
2828
CONFIG_OPENTHREAD_NETWORK_NAME="OpenThreadDemo"
29+
30+
# Use ZMS as storage backend for Secure Storage
31+
CONFIG_SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_ZMS=y
32+
CONFIG_ZMS=y

0 commit comments

Comments
 (0)