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 DeleteEnumVariants transform #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

i509VCB
Copy link
Contributor

@i509VCB i509VCB commented Jan 30, 2025

Add DeleteEnumVariants transform. This exists because the SVDs for the MSPM0C110x contain enum variants which do not exist on the part.

The transform just removes variants which match.

Example:

  # Remove SYSOSCTURBO variants, not defined on C110x
  - !DeleteEnumVariants
    enum: (SYSOSCCFG_FREQ|SYSOSCFREQ)
    from: SYSOSCTURBO

Resolves #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeleteEnumVariants transform
1 participant