You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSPM0 SVDs unfortunately contain enums with variants that exist on some parts, but are then not valid on other parts. I would like to delete these enum variants in a transform for some parts.
An example:
enum/SYSCTL_SYSOSCCFG_FREQ:
bit_size: 2variants:
- name: SYSOSCBASEvalue: 0
- name: SYSOSC4Mvalue: 1
- name: SYSOSCUSERvalue: 2# This variant does not actually exist on the MSPM0C110x, but does exist on others
- name: SYSOSCTURBOvalue: 3
I would think the transform to delete variants would be similar in style to !DeleteFields transform, kind of like this:
The MSPM0 SVDs unfortunately contain enums with variants that exist on some parts, but are then not valid on other parts. I would like to delete these enum variants in a transform for some parts.
An example:
I would think the transform to delete variants would be similar in style to
!DeleteFields
transform, kind of like this:The text was updated successfully, but these errors were encountered: