-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_thread_freertos/thread: Require INCLUDE_xTaskGetSchedulerState == 1
Updates the FreeRTOS pw_thread backend to require INCLUDE_xTaskGetSchedulerState == 1, as vTaskSuspendAll and vTaskResumeAll are not safe to run before the scheduler has been started. Also corrects a typo in an #error for pw_sync_freertos. Change-Id: Ic7f788c2341ca4ab537fab9b2b324ed4eb2aecd4 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/126214 Pigweed-Auto-Submit: Ewout van Bekkum <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Reviewed-by: Wyatt Hepler <[email protected]>
- Loading branch information
Ewout van Bekkum
authored and
CQ Bot Account
committed
Jan 6, 2023
1 parent
eebe54a
commit 034d827
Showing
3 changed files
with
17 additions
and
12 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
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
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