Skip to content

Commit 3453e51

Browse files
committed
Tiny tidy
1 parent 24031c9 commit 3453e51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/porting/psa/spm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
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 interprocessor communication (IPC) between partitions.
44

5-
For more information about SPM, please refer to [the SPM overview page](/docs/development/apis/mbed-psa.html).
5+
For more information about SPM, please refer to [the SPM overview page](../docs/development/apis/mbed-psa.html).
66

7-
**This page gives guidelines for silicon partners wishing to have Secure Partition Manager capabilities**
7+
<span class="notes">This page gives guidelines for silicon partners wishing to have Secure Partition Manager capabilities.</span>
88

99
### New target configuration
1010

@@ -192,7 +192,7 @@ Mailbox is the mechanism used to implement Inter Processor Communication and **o
192192

193193
#### Concepts
194194

195-
The mailbox mechanism is based on message queues and dispatcher threads. Each core has a single dispatcher thread and a single message queue. The dispatcher thread waits on a mailbox event. Once this event occurs, the dispatcher thread reads and runs "tasks" accumulated on its local message queue.
195+
The mailbox mechanism is based on message queues and dispatcher threads. Each core has a single dispatcher thread and a single message queue. The dispatcher thread waits on a mailbox event. Once this event occurs, the dispatcher thread reads and runs "tasks" accumulated on its local message queue.
196196

197197
#### Requirements
198198

0 commit comments

Comments
 (0)