Revert Portable/CCS formatting - #881
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #881 +/- ##
=======================================
Coverage 93.67% 93.67%
=======================================
Files 6 6
Lines 3177 3177
Branches 884 884
=======================================
Hits 2976 2976
Misses 94 94
Partials 107 107
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Skptak
force-pushed
the
fixCCSFormatting
branch
from
November 10, 2023 02:47
ad6a22a to
8a70f2b
Compare
chinglee-iot
approved these changes
Nov 21, 2023
chinglee-iot
left a comment
Contributor
There was a problem hiding this comment.
Compared with commit before #768
d6bccb1 | 2023-09-05 | Gaurav-Aggarwal-AWS | Fix heap address calculation issue (#781)
d6bccb1...Skptak:fixCCSFormatting
portable/CCS only shows difference in the following files
- portable/CCS/ARM_CM3/port.c :
more trace macros are added in later commit - portable/CCS/ARM_CM3/portmacro.h :
more trace macros are added in later commit. More space for portDISABLE_INTERRUPTS macro which won't effect compilation and execution. - portable/CCS/ARM_CM4F/port.c :
more trace macros are added in later commit - portable/CCS/ARM_CM4F/portmacro.h :
more trace macros are added in later commit.
|
Kudos, SonarCloud Quality Gate passed!
|
aggarg
approved these changes
Nov 23, 2023
laroche
pushed a commit
to laroche/FreeRTOS-Kernel
that referenced
this pull request
Apr 18, 2024
* Update documentation for 202211.00 release. * Change link for LTS libraries. Co-authored-by: Jason Carroll <czjaso@amazon.com>
DajanaV
pushed a commit
to auroralabs-loci/FreeRTOS-Kernel
that referenced
this pull request
Dec 3, 2025
Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com> Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
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.








Description
Revert the #768 PR on CCS ports
Test Steps
Checklist:
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.