Skip to content

Commit 577490a

Browse files
committed
Revert "[nrf noup] samples: psa: Fix issues"
This reverts commit 8a64a2e. We shouldn't have noups to fix things that can and should be fixed elsewhere/differently.
1 parent c8aea90 commit 577490a

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

samples/psa/its/overlay-secure_storage.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
CONFIG_MBEDTLS=y
44
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
55

6-
# native_sim requires ECB cipher to be enabled
7-
CONFIG_PSA_WANT_ALG_ECB_NO_PADDING=y
8-
96
# The default stack size (1024) is not enough for the PSA Crypto core.
107
# On top of that, the ITS implementation uses the stack for buffers.
118
CONFIG_MAIN_STACK_SIZE=3072

samples/psa/its/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ common:
1313
tests:
1414
sample.psa.its.tfm:
1515
filter: CONFIG_BUILD_WITH_TFM
16-
extra_args:
17-
- CONFIG_TFM_PROFILE_TYPE_MEDIUM=y
1816
tags:
1917
- trusted-firmware-m
2018
sample.psa.its.secure_storage.entropy_driver:

samples/psa/persistent_key/overlay-secure_storage.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
CONFIG_MBEDTLS=y
44
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
55

6-
# native_sim requires ECB cipher to be enabled
7-
CONFIG_PSA_WANT_ALG_ECB_NO_PADDING=y
8-
96
# The default stack size (1024) is not enough for the PSA Crypto core.
107
# On top of that, the ITS implementation uses the stack for buffers.
118
CONFIG_MAIN_STACK_SIZE=3072

samples/psa/persistent_key/sample.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ common:
1313
tests:
1414
sample.psa.persistent_key.tfm:
1515
filter: CONFIG_BUILD_WITH_TFM
16-
extra_args:
17-
- CONFIG_TFM_PROFILE_TYPE_MEDIUM=y
18-
- CONFIG_PSA_WANT_GENERATE_RANDOM=y
1916
tags:
2017
- trusted-firmware-m
2118
sample.psa.persistent_key.secure_storage.entropy_driver:

0 commit comments

Comments
 (0)