We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
given the SVD:
<peripheral> <cluster> <dim>1</dim> <dimIncrement>0xFC</dimIncrement> <dimArrayIndex/> <name>CANFD0_MCAN[%s]</name> <addressOffset>0x7000</addressOffset> <register> ... </register> </peripheral>
This doesn't strip the prefix from the title of the cluster:
"CANFD0": _strip: - "CANFD?_" _clusters: "CANFD*": _strip: - "CANFD?_"
It does work on the registers within the cluster, just not the cluster itself.
Same SVD file as in this issue: #245
The text was updated successfully, but these errors were encountered:
fixed _strip to also rename clusters
7cd9814
closes rust-embedded#249
No branches or pull requests
given the SVD:
This doesn't strip the prefix from the title of the cluster:
It does work on the registers within the cluster, just not the cluster itself.
Same SVD file as in this issue:
#245
The text was updated successfully, but these errors were encountered: