rust-embedded / svd2rust

Generate Rust register maps (`struct`s) from SVD files
Apache License 2.0
682 stars 149 forks source link

Fix generated code for MSP430 atomics #687

Closed YuhanLiin closed 1 year ago

YuhanLiin commented 1 year ago

Rebased from #685

rust-highfive commented 1 year ago

r? @reitermarkus

(rust-highfive has picked a reviewer for you, use r? to override)

burrbull commented 1 year ago

remove --strict flag or add version tag to SVD

YuhanLiin commented 1 year ago

I've moved the PR to #688, which uses a branch from my fork, since I can actually push to it.