Skip to content

Commit

Permalink
Revert "samples: persistent_key_usage: use the ZMS settings backend o…
Browse files Browse the repository at this point in the history
…n 54L15"

This reverts commit 6060806.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks committed Oct 18, 2024
1 parent d91e9f1 commit 7994f85
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y

# Using hardware crypto accelerator
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y

CONFIG_TFM_ITS_ENCRYPTED=y
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
CONFIG_PSA_CRYPTO_DRIVER_CRACEN=y

# Use TRUSTED_STORAGE because this is a non-TF-M board target.
# Use TRUSTED_STORAGE because this is a secure-only board
CONFIG_TRUSTED_STORAGE=y

CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_FLASH_MAP=y
CONFIG_ZMS=y
CONFIG_NVS=y
CONFIG_SETTINGS=y
CONFIG_SETTINGS_NVS=y

# Comment out for more detailed NVS logging
CONFIG_NVS_LOG_LEVEL_ERR=y

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
CONFIG_PSA_CRYPTO_DRIVER_CRACEN=y

# Use TRUSTED_STORAGE because this is a non-TF-M board target.
# Use TRUSTED_STORAGE because this is a secure-only board
CONFIG_TRUSTED_STORAGE=y

CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_FLASH_MAP=y
CONFIG_ZMS=y
CONFIG_NVS=y
CONFIG_SETTINGS=y
CONFIG_SETTINGS_NVS=y

# Comment out for more detailed NVS logging
CONFIG_NVS_LOG_LEVEL_ERR=y
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y

# Using hardware crypto accelerator
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y

CONFIG_TFM_ITS_ENCRYPTED=y
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y

# Using hardware crypto accelerator
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y

CONFIG_TFM_ITS_ENCRYPTED=y
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ CONFIG_TFM_PROFILE_TYPE_NOT_SET=y

# Using hardware crypto accelerator
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y

CONFIG_TFM_ITS_ENCRYPTED=y
2 changes: 2 additions & 0 deletions samples/crypto/persistent_key_usage/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ CONFIG_MBEDTLS_HEAP_SIZE=8192
CONFIG_PSA_WANT_KEY_TYPE_AES=y
CONFIG_PSA_WANT_ALG_CTR=y
CONFIG_PSA_WANT_GENERATE_RANDOM=y

CONFIG_TFM_ITS_ENCRYPTED=y

0 comments on commit 7994f85

Please sign in to comment.