-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(freertos/smp): Prevent prvCheckForRunStateChange() in a nested cr…
…itical section This commit adds a check in vTaskSuspendAll() to avoid calling prvCheckForRunStateChange() if we are in a nested critical section. This can happen if we have aquired a lock in another data group (such as queue) and then we take the kernel lock via the vTaskSuspendAll() call.
- Loading branch information
1 parent
3216174
commit d034956
Showing
1 changed file
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters