-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add taskYIELD_WITHIN_API macro #782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add taskYIELD_WITHIN_API macro #782
Conversation
* Add taskTASK_IS_RUNNING_OR_YIELDING macro to align single core and SMP
* Add yield within API macro for readibility
This reverts commit 8e898b7.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #782 +/- ##
=======================================
Coverage 93.62% 93.62%
=======================================
Files 6 6
Lines 2508 2508
Branches 598 598
=======================================
Hits 2348 2348
Misses 107 107
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
|
This PR only update for readability. The coverage rate is not changed in this PR. |
|
Kudos, SonarCloud Quality Gate passed!
|








Description
Add taskYIELD_WITHIN_API macro to align single core and SMP FreeRTOS in the following files
Test Steps
N/A
Checklist:
I have modified and/or added unit-tests to cover the code changes in this Pull Request.Related Issue
Address #750 comment in line 2100
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.