msp430_svd icon indicating copy to clipboard operation
msp430_svd copied to clipboard

Size is bitwise

Open cr1901 opened this issue 3 years ago • 1 comments
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.

cr1901 avatar Apr 30 '22 20:04 cr1901

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.

pftbest avatar May 05 '22 15:05 pftbest

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).

cr1901 avatar Sep 02 '22 01:09 cr1901