rust-embedded / svd2rust

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

feat: remove `sequential_indexes` check in generating of field #640

Closed duskmoon314 closed 2 years ago

duskmoon314 commented 2 years ago

remove check to allow descent and other orders of dimIndex

close: #639

rust-highfive commented 2 years ago

r? @Emilgardis

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

duskmoon314 commented 2 years ago

A simple attempt via removing these lines.

I think all checks will be finished without error. Hope so

duskmoon314 commented 2 years ago

close as will be done in #638