arch: arm: cortex_m: Implement USE_SWITCH support for armv8-m.mainline (and some other changes)#85080
Closed
ithinuel wants to merge 3 commits intozephyrproject-rtos:mainfrom
Closed
arch: arm: cortex_m: Implement USE_SWITCH support for armv8-m.mainline (and some other changes)#85080ithinuel wants to merge 3 commits intozephyrproject-rtos:mainfrom
ithinuel wants to merge 3 commits intozephyrproject-rtos:mainfrom
Conversation
d02885c to
0af7a22
Compare
97ffb7c to
4be6694
Compare
This commit updates cortex_m related code to align it with the rules from .clang-format. This is done to simplify future changes in these files as we are about to implement use_switch support. Some rules conflict with checkpatch and therefore some small part of the code locally disable clang-format. Signed-off-by: Wilfried Chauveau <[email protected]>
This adds a variant to an521 limiting features to that shared by both cores. Signed-off-by: Wilfried Chauveau <[email protected]>
This adds preliminary support for USE_SWITCH scheduler on the armv8-m.main architecture. Signed-off-by: Wilfried Chauveau <[email protected]>
4be6694 to
be35107
Compare
Contributor
Author
|
Closing if favor of #85248, will provide feedback over there. |
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.
This Draft implements initial USE_SWITCH support for armv8-m.mainline.
It is unlikely to be correct. This PR also include changes that would be better delivered through independent PR.
This Draft PR aims at collecting feedback and advice as to how/where to implement the required changeds.