Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules: trusted-firmware-m: lock scheduler around secure calls
Prevent a thread from being preempted, while executing a Secure function. This is required to prevent system crashes that could occur if a thead context switch is triggered in the middle of a Secure call. Signed-off-by: Ioannis Glaropoulos <[email protected]>
- Loading branch information