{{ message }}
lib/cmsis: Update to latest v6.3.0#19104
Draft
dpgeorge wants to merge 2 commits intomicropython:masterfrom
Draft
lib/cmsis: Update to latest v6.3.0#19104dpgeorge wants to merge 2 commits intomicropython:masterfrom
dpgeorge wants to merge 2 commits intomicropython:masterfrom
Conversation
Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
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.

Summary
This PR updates the
lib/cmsis/component to the latest release v6.3.0, from https://github.com/ARM-software/CMSIS_6.gitAffected ports:
Testing
Compiling PYBV10, the firmware is identical (so no need to run on hardware).
But I suspect there will be some boards that have changes and need testing, and I also want to see how CI behaves.
Trade-offs and Alternatives
We need to update the CMSIS at some point or we will be left behind, eg to support new CPUs. Also the upcoming psoc-edge port needs this updated. So there's not much choice but to update and see how it goes.
I've opted to just keep the status quo and copy across the new files, instead of changing to a submodule. It's much smaller to just have the files we need (3MB vs about 65MB for everything which includes a lot of documentation we don't need), and because most ports use these files it's simpler to have it always available.
Generative AI
I did not use generative AI tools when creating this PR.