You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/porting/psa/spm.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
Secure Partition Manager (SPM) is a part of the PSA Firmware Framework that is responsible for isolating software in partitions, managing the execution of software within partitions and providing inter-process communication (IPC) between partitions.
4
4
5
-
For more information about SPM, please see the [SPM API page](../apis/psa-spm.html).
5
+
For more information about SPM, please see the [SPM API page](../apis/security.html).
6
6
7
7
<spanclass="notes">This page gives guidelines for silicon partners adding SPM capabilities.</span>
8
8
9
9
### New target configuration
10
10
11
11
#### Platform types
12
12
13
-
For information about the platform types supported by the Mbed implementation of PSA, see [Platform types](../reference/psa-api.html#platform-types).
13
+
For information about the platform types supported by the Mbed implementation of PSA, see [Platform types](../apis/security.html).
14
14
15
15
#### Defining a PSA-compliant target in targets.json
0 commit comments