msp430_svd
msp430_svd copied to clipboard
Size is bitwise
trafficstars
SVDs generated currently a byte-wise size of 2; they need to have a bit-wise size of 16. see also https://github.com/pftbest/msp430g2553/issues/6.
Newer versions of svd-parser have a feature for writing svd. We can remove src/svd_writer.rs file and it will probably fix some other issues too.
This has been fixed. We are now using the svd_encoder crate to write SVDs. Looking at the output, the changes compared to the previous internal parser are minimal (and include fields that we omitted).