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

SVDField.enumeratedValues is T? instead of [T]? #117

Open
rauhul opened this issue Aug 23, 2024 · 0 comments
Open

SVDField.enumeratedValues is T? instead of [T]? #117

rauhul opened this issue Aug 23, 2024 · 0 comments
Labels
bug Something isn't working svd Related to the SVD library svd2swift Related to the svd2swift code generation tool

Comments

@rauhul
Copy link
Collaborator

rauhul commented Aug 23, 2024

As per the SVD Spec here enumeratedValues can be an array of up to 2 instances. Currently SVDFields only supports a single enumeratedValues child.

Both the SVD library and code using it need to updated to handle this.

@rauhul rauhul added bug Something isn't working svd Related to the SVD library svd2swift Related to the svd2swift code generation tool labels Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working svd Related to the SVD library svd2swift Related to the svd2swift code generation tool
Projects
None yet
Development

No branches or pull requests

1 participant