You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In stm32-rs/stm32-rs#83 (comment) we found that duplicate fields in a register aren't rejected by svd2rust. (There are probably other duplicate conditions that could be caught, such as duplicate register names?)
I'll make the required changes, but I need to know if you want to handle this in svd-parser already, while reading the SVD, or in svd2rust, while generating the output?
The text was updated successfully, but these errors were encountered:
In stm32-rs/stm32-rs#83 (comment) we found that duplicate fields in a register aren't rejected by svd2rust. (There are probably other duplicate conditions that could be caught, such as duplicate register names?)
I'll make the required changes, but I need to know if you want to handle this in
svd-parser
already, while reading the SVD, or insvd2rust
, while generating the output?The text was updated successfully, but these errors were encountered: