sipeed / bl602-pac

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

Update to latest SVD, rebuild using svd2rust 0.18.0 #11

Closed 9names closed 3 years ago

9names commented 3 years ago

We haven't rebuilt the PAC since all the SVD changes were integrated. There's also been a recent svd2rust release, so I updated to that at the same time. This might be a good opportunity to bump the version number and do a crates.io release as well.

I have tested a bl602-hal using these changes, it builds and runs the UART and GPIO tests.

Need to merge https://github.com/sipeed/bl602-hal/pull/22 before merging this to avoid breaking the HAL

mkroman commented 3 years ago

Since sipeed/bl602-hal#22 has been merged, is this ready for merge as well?

9names commented 3 years ago

I think so. I didn't want to push the button without giving people a fair amount of warning in case something breaks.