Skip to content

Commit 9a3abce

Browse files
committed
samples: tfm_integration: psa_crypto: To works on MAX32657
Update psa_crypto test not work on MAX32657 This commit enable/disable flags for MAX32657 to make it works for MAX32657. Signed-off-by: Sadik Ozer <[email protected]>
1 parent c138612 commit 9a3abce

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright (c) 2025 Analog Devices, Inc.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
CONFIG_TFM_IPC=n
7+
CONFIG_TFM_SFN=y
8+
CONFIG_TFM_ISOLATION_LEVEL=1

samples/tfm_integration/psa_crypto/sample.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ tests:
2020
- nrf9160dk/nrf9160/ns
2121
- stm32l562e_dk/stm32l562xx/ns
2222
- bl5340_dvk/nrf5340/cpuapp/ns
23+
- max32657evkit/max32657/ns
2324
integration_platforms:
2425
- mps2/an521/cpu0/ns
2526
harness: console

0 commit comments

Comments
 (0)