sipeed / bl602-pac

Embedded Rust's Peripheral Access Crate for BL602 microcontrollers
MIT License
19 stars 10 forks source link

Update dependencies + rebuild using svd2rust 0.28.0 #16

Closed jspngh closed 1 year ago

jspngh commented 1 year ago
jspngh commented 1 year ago

Hmm, not sure why this is failing.

9names commented 1 year ago

Me either - the CI scripts are a bit old and haven't run in a while unfortunately. Looks like the cargo cache is stale so it can't find the package. I wonder if we can manually update it...

9names commented 1 year ago

Nope. Looks like it will work if you don't try to build for 1.59. something is up with the matrix action. And we need to remove svdconv for it to work as well since that URL is broken. Anyway: I've tested with those changes at https://github.com/sipeed/bl602-pac/pull/17 and it's passing.

9names commented 1 year ago

Would you mind if I brought those changes across into this branch?

jspngh commented 1 year ago

Go ahead! Do you need permission on my repo for that?

9names commented 1 year ago

Nope, maintainers automatically have permission to edit for PRs - maybe for forks, too.