-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix ThirdParty/GCC/ATmega formatting #965
Conversation
Revert for backwards compatibility
merge with upstream 10.5.0
Co-authored-by: Soren Ptak <[email protected]>
Co-authored-by: Soren Ptak <[email protected]>
Update ulStackDepth to uxStackDepth Co-authored-by: Soren Ptak <[email protected]>
Also add uint32_t cast prvGetMPURegionSizeSetting.
Revert casting of ( uint32_t ) pxBottomOfStack
Update unpaired critical section in vTaskDelete for readability (FreeRTOS#958)
Signed-off-by: Gaurav Aggarwal <[email protected]>
use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (FreeRTOS#942)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #965 +/- ##
=======================================
Coverage 93.64% 93.64%
=======================================
Files 6 6
Lines 3194 3194
Branches 885 885
=======================================
Hits 2991 2991
Misses 91 91
Partials 112 112
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Fix ThirdParty/GCC/ATmega formatting (FreeRTOS#965)
Title
Fix ThirdParty/GCC/ATmega formatting.
Description
Unnecessary white space was introduced in #768 which affected the formatting of assembly code.
This PR returns the correct formatting.
No functional change.
Test Steps
No functional change
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.