Skip to content

Commit 00e2bb0

Browse files
ioannisggalak
authored andcommitted
samples: tfm_integration: DT overlay doc fixes for stm32l562e_dk_ns
Minor documentation fixes for the DT overlay files for stm32l562e_dk_ns board. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent d4ae6a9 commit 00e2bb0

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

samples/tfm_integration/psa_level_1/boards/stm32l562e_dk_ns.overlay

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
*/
66

77
/* This partition table should be used along with TFM configuration:
8-
* - TFM_PSA_API=ON (IPC)
8+
* - TEST_S=OFF (NO REGRESSION)
9+
*
10+
* In this configuration, TFM binary does not include tests.
11+
* The partition sizes are compatible with the TF-M platform
12+
* flash_layout.h.
913
*/
1014

1115
/ {

samples/tfm_integration/tfm_ipc/boards/stm32l562e_dk_ns.overlay

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
*/
66

77
/* This partition table should be used along with TFM configuration:
8+
* - TEST_S=OFF (NO REGRESSION)
89
* - TFM_PSA_API=ON (IPC)
9-
* - ISOLATION_LEVEL 2
10-
* - TEST_S=ON (REGRESSION)
11-
* - TEST_NS=OFF (By default)
1210
*
13-
* In this configuration, TFM binary includes tests. As a consequence,
14-
* its size is bloated and it is not possible to set secondary partitions
15-
* for secured or non secured images.
11+
* In this configuration, TFM binary does not include tests.
12+
* The partition sizes are compatible with the TF-M platform
13+
* flash_layout.h.
1614
*/
1715

1816
/ {

0 commit comments

Comments
 (0)