Skip to content

Commit 1f1ea10

Browse files
PicoBoy2017ozersa
authored andcommitted
samples: tfm_regression_test: Add MAX32657EVKIT regression tests
Add MAX32657 under tfm regression test case. There is only one uart interface that used by NS side, so that secure tests are disabled. Co-authored-by: Sadik Ozer <[email protected]> Signed-off-by: Hao Zhang <[email protected]>
1 parent 428279e commit 1f1ea10

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Copyright (c) 2025 Analog Devices, Inc.
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
5+
6+
# MAX32657 only contains one UART.
7+
# It is allocated to NS.
8+
# Therefore, disable S side regression test.
9+
CONFIG_TFM_REGRESSION_S=n
10+
11+
# MAX32657 currently only supports SFN
12+
# and isolation level 1
13+
CONFIG_TFM_SFN=y
14+
CONFIG_TFM_ISOLATION_LEVEL=1

samples/tfm_integration/tfm_regression_test/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ tests:
3333
timeout: 200
3434

3535
sample.tfm.regression_sfn:
36+
platform_allow:
37+
- max32657evkit/max32657/ns
3638
extra_args:
3739
- CONFIG_TFM_SFN=y
3840
- CONFIG_TFM_ISOLATION_LEVEL=1

0 commit comments

Comments
 (0)