EmbeddedNim / svd2nim

Convert CMSIS ARM SVD files to nim register memory mappings
MIT License
19 stars 2 forks source link

Get nimble test working #6

Closed dwhall closed 1 year ago

dwhall commented 1 year ago

I would like to start sharing some PRs for svd2nim. This first one is pretty small. These are the minimum set of changes it took for me to get "nimble test" to run to completion on my PC (Win10, nim 2.0.0). Please especially review the removal of the "./" in the import statements as I'm not certain of the original intent for their existence.

dwhall commented 1 year ago

The force push was me moving the commit to the tip of master.

auxym commented 1 year ago

Tbh I'm not sure or can't remember about the ./ imports. If it fixes stuff I'll take your word for it. I had not so far tested svd2nim on the Nim 2.0 release. Thanks for the PR.