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
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,6 @@ These are the guidelines you should follow if you have multicore systems:
207
207
- For each core, initialize, configure and enable the a mailbox event (usually an interrupt) at `SystemInit()`.
208
208
- For each core, implement the IPC event handler (usually interrupt handler):
209
209
- 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.
211
210
- 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.
212
211
- For each core, add the "SPM_MAILBOX" component field for its target node in mbed-os/targets/targets.json file.
0 commit comments