Fix ThirdParty/GCC/ATmega formatting - #965
Merged
Merged
Conversation
Revert for backwards compatibility
merge with upstream 10.5.0
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
Update ulStackDepth to uxStackDepth Co-authored-by: Soren Ptak <ptaksoren@gmail.com>
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 <aggarg@amazon.com>
use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (FreeRTOS#942)
Skptak
approved these changes
Jan 28, 2024
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. |
aggarg
approved these changes
Jan 30, 2024
|
feilipu
added a commit
to feilipu/FreeRTOS-Kernel
that referenced
this pull request
Jan 30, 2024
Fix ThirdParty/GCC/ATmega formatting (FreeRTOS#965)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.