Skip to content
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

Add generator for CMSIS SVD #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

raffi-g
Copy link

@raffi-g raffi-g commented Apr 5, 2022

This PR adds a generator for CMSIS System View Description files (see here.

As described in #12, in a strictly correct SVD file, the registers are separated into peripherals. However, since this information is not provided in the current register definition, I've simply put them all into one peripheral for now (the name of which is defined as peripheral_name in the config file).
Additionally the part_version and a description also have to be given in the config file.

I've checked the output using CMSIS's SVDConv tool.

@arnfol arnfol added the kind: feature New feature or request of enhancement label Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: feature New feature or request of enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants