rwputtputt
rwputtputt
Here is the contents of my Cargo.toml. the zip file is too large for github.. ``` [package] name = "msp430gen" version = "0.3.0" authors = ["Vadzim Dambrouski "] edition =...
I went ahead and downloaded a new version of this repo to get a fresh start, and I am now getting the following error: I have not added msp430 or...
It does not:  However when I used `cargo generate --git https://github.com/pftbest/msp430_svd` to download the repo is does have the `.git` file and still fails compiling as seen...
I finally got it to work using `git clone` like you said. Thank you for the help!!