Closed zacharytomlinson closed 1 month ago
Please open a draft pull request with your current code so we can take a look.
Also, please make sure all tools are installed in the correct version as specified.
@Rahix sorry for the delay: https://github.com/Rahix/avr-device/pull/163
As for dep versions:
~$ atdf2svd --version
atdf2svd v0.4.0 (no git)
~$ svd2rust --version
svd2rust 0.28.0 ( )
~$ form --version
form 0.12.1
~$ svd --version
svdtools, version 0.1.27
The problem was a typo in the ATDF file name which then lead to the makefile doing crazy things - see #163 and commit 5a58673 for details.
I made the necessary changes to my knowledge following the instructions in the readme. SVD2RUST gets to the point of execution and a encounters an error for my new target:
Anyone experienced a similar issue upon integration? I suspect maybe the atdf is not in the expected format?