rwputtputt

Results 4 comments of 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: ![Screenshot 2022-06-17 102431](https://user-images.githubusercontent.com/107635272/174331949-45a0afcf-ab74-469d-ac62-006060ded733.jpg) 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!!