Skip to content

Commit 7f01d49

Browse files
Alexander Zilberkantdanny4478
andauthored
Update docs/porting/psa/spm.md
Co-Authored-By: danny4478 <[email protected]>
1 parent 67d89e0 commit 7f01d49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/porting/psa/spm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ These are the guidelines you should follow if you have multicore systems:
207207
- For each core, initialize, configure and enable the a mailbox event (usually an interrupt) at `SystemInit()`.
208208
- For each core, implement the IPC event handler (usually interrupt handler):
209209
- This handler must call an Arm callback function. The [HAL functions section](#hal-functions) explains this in more detail.
210-
- It is your responsibility to clear the mailbox event. You can do this in the event handler.
211210
- For each core, implement the HAL function that notifies the peer processor about a mailbox event occurrence. This is a part of the HAL, and the section below explains this in more detail.
212211
- For each core, add the "SPM_MAILBOX" component field for its target node in mbed-os/targets/targets.json file.
213212

0 commit comments

Comments
 (0)