-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Detect more startup config errors on Cortex M #832
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
Merged
aggarg
merged 32 commits into
FreeRTOS:main
from
jefftenney:detect-startup-config-errors
Dec 11, 2023
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
5f7d21b
Verify installation of PendSV and SVCall handlers
jefftenney 76814d0
Make sure SVCall uses highest exception priority
jefftenney 6237ca3
Fix style and update comments
jefftenney b957a08
Make equivalent changes to ARMv8-M
jefftenney efeba96
uncrustify
jefftenney 8fcb11f
match style of parenthesis usage
jefftenney f8565bc
change vectorTable to pxVectorTable
jefftenney 77b5aa7
Fix typo in address of SHPR2 register
jefftenney cbe473a
Make equivalent changes to ARMv6-M
jefftenney f8b89fa
Revert check of SVC handler installation on CM0
jefftenney 5c08b83
Update preexisting comment about not resetting MSP
jefftenney fde7256
Add configCHECK_HANDLER_INSTALLATION
jefftenney 5d3726f
clean up whitespace
jefftenney 1c76d0a
Merge branch 'upstream/main' into detect-startup-config-errors
jefftenney 830957d
Add comment on configCHECK_HANDLER_INSTALLATION
jefftenney a7588dc
Add closing #endif (oops)
jefftenney 519d77a
Merge branch 'main' into detect-startup-config-errors
jefftenney 4c8ba4a
Replicate to all Cortex M ports for GCC and IAR
jefftenney 132cabb
Merge branch 'main' into detect-startup-config-errors
jefftenney 9f58ab6
Move macro check to FreeRTOS.h and simplify
jefftenney 84b6981
Replicate to Cortex-M7 r0p1
jefftenney 869f78e
uncrustify
jefftenney 2e6494b
Set SVC priority to zero in ARMv7-M MPU ports
jefftenney cf85238
Merge branch 'main' into detect-startup-config-errors
kar-rahul-aws c0f32ba
Merge branch 'main' into detect-startup-config-errors
kar-rahul-aws 7dffde2
Merge branch 'main' into detect-startup-config-errors
aggarg 58b6171
Merge branch 'main' into detect-startup-config-errors
kar-rahul-aws 746010f
Merge branch 'main' into detect-startup-config-errors
chinglee-iot 79cb92a
Merge branch 'main' into detect-startup-config-errors
aggarg cdf8cc5
Update comments
aggarg eb825c9
Fix build errors
aggarg 53cfc6d
Fix formatting
aggarg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.