-
Notifications
You must be signed in to change notification settings - Fork 68
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
ATxmega128A1 support #28
Comments
Can you paste the full error log please? |
Okay, from a quick glance it looks like this chip will need a few changed in |
This is the first error when i try with the shipped Atxmega128A1.atdf. If i format the XML i get the Error: |
The missing "caption" error should be easy to fix. The size not found ones are a bit more difficult. It looks like the structure in your ATDF file is different from what I've seen so far; the current code does not know how to handle that correctly. If I understood the file correctly, the peripheral 'modules' are split into multiple XML elements which we somehow need to recombine in |
Îs there any kind of definition for the atdf and what is needed for svd? If so i can maybe try add it myself. |
Not that I know of :/ We worked backwards from the files and guessed how things are supposed to fit together. If you want to take a stab at adding support for your file to I would suggest we open a tracking issue in |
I think I found (at least one) culprit: Rahix/atdf2svd#4 |
I've pushed some commits to |
I will look into it when i have some spare time maybe i can help. |
Hello,
I tried to add support for the ATxmega128A1, but the ATxmega128A1.atdf I get errors while I execute make.
e.g. size not found on <register-group name="CH0" name-in-module="DMA_CH"...
Am I missing something?
The text was updated successfully, but these errors were encountered: