embassy-rs / chiptool

Apache License 2.0
37 stars 21 forks source link

Register Properties #15

Closed yodaldevoid closed 7 months ago

yodaldevoid commented 8 months ago

This uses the register properties to the register bit size.

This updates svd-parser to version 0.14.2 in order to use the expand feature, specifically the expand_properties configuration. An alternate method would be to effectively do the expansion in chiptool instead, but I don't see the reason to do this.

Dirbaio commented 7 months ago

as I explained in #14 we don't want to default to reset values.

OTOH taking bit_size from the SVD is a nice feature, could you PR just that? Thank you! :)

yodaldevoid commented 7 months ago

OTOH taking bit_size from the SVD is a nice feature, could you PR just that? Thank you! :)

It is done.