Revert Portable/MPLAB Formatting - #883
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #883 +/- ##
=======================================
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. |
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:FreeRTOS-Kernel:fixMPLabFormatting
- portable/MPLAB/PIC18F/port.c :
Fix typo in later commit. - portable/MPLAB/PIC18F/portmacro.h
Fix typo in later commit. - portable/MPLAB/PIC24_dsPIC/portmacro.h
Fix typo in later commit. - portable/MPLAB/PIC32MEC14xx/portmacro.h
Add more trace macros in later commit - portable/MPLAB/PIC32MX/port.c
Fix typo in later commit - portable/MPLAB/PIC32MX/portmacro.h
Add more trace macros in later commit - portable/MPLAB/PIC32MZ/port.c
Fix typo in later commit - portable/MPLAB/PIC32MZ/portmacro.h
Add more trace macro in later commit
aggarg
approved these changes
Nov 23, 2023
|
Kudos, SonarCloud Quality Gate passed!
|
laroche
pushed a commit
to laroche/FreeRTOS-Kernel
that referenced
this pull request
Apr 18, 2024
* Expand RV32E demo support, prevent 'ebreak' looping The RegTest tests are modified in the Qemu and HiFive demos to support RV32E and its limited set of registers. 'ebreak' call looping is removed in RegTest. This produces a lot of noise when debugging. * Correct whitespace * Remove 'ebreak' instruction calls The ebreak instruction sets and exception which leads to jumping around the binary. This can make debugging difficult. * Fix whitespace formatting
DajanaV
pushed a commit
to auroralabs-loci/FreeRTOS-Kernel
that referenced
this pull request
Dec 3, 2025
* Revert the formatting PR * Fix spelling mistakes --------- 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 PR #768 on MPLAB 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.