-
Notifications
You must be signed in to change notification settings - Fork 2
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
Translating patched stm32f429.svd results in exception #10
Comments
Here's a branch with a quick fix as we discussed on discord: https://github.com/EmbeddedNim/svd2nim/tree/ignore_multiple_enums Seems not to crash. Try it out and let me know |
Yes this did seem to do the trick for now. |
I merged the fix for the svd2nim crash, but re-opening this, because the Nim file generated by svd2nim for the stm32f429 SVD file does not compile. Running
|
SVD file: https://github.com/tinygo-org/stm32-svd/blob/main/svd/stm32f429.svd
Output:
This caused by field HSIRDY, which is a child of RCC.CR
The text was updated successfully, but these errors were encountered: