cpu/{sam0_common,stm32}: Provide SVD_VENDOR and SVD_MODEL#21872
Merged
maribu merged 2 commits intoRIOT-OS:masterfrom Nov 12, 2025
Merged
cpu/{sam0_common,stm32}: Provide SVD_VENDOR and SVD_MODEL#21872maribu merged 2 commits intoRIOT-OS:masterfrom
maribu merged 2 commits intoRIOT-OS:masterfrom
Conversation
With this, running `make USE_PYCORTEXMDEBUG=1 debug` for any SAM0 based board will directly load the correct SVD file.
With this, running `make USE_PYCORTEXMDEBUG=1 debug` for almost any STM32 based board will directly load the correct SVD file.
crasbe
approved these changes
Nov 11, 2025
Contributor
crasbe
left a comment
There was a problem hiding this comment.
The changes look sane (well, the STM32 SVD naming seems to be a bit of a clusterfuck, but that's not your fault) and I trust your testing 👍
Member
Author
|
Thx :) |
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.
Contribution description
This provides the SVD file name for all SAM0 boards and most STM32 boards.
Testing procedure
should show something like
Tested on:
same54-xpronucleo-l152renucleo-g474renucleo-l452renucleo-g070rbnucleo-f303renucleo-l073rznucleo-f030r8nucleo-f103rbnucleo-f072rbnucleo-f767zinucleo-f429zinucleo-f207zgIssues/PRs references
Follow up of #21863