All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.1.1 - 2016-11-13
- Some SVD files specify that two registers exist at the same address.
svd2rust
didn't handle this case and panicked. A proper solution to handle this case will requireunion
s but those have not been stabilized. For now,svd2rust
will simply pick one of the two or more registers that overlap and ignore the rest.
- Initial version of the
svd2rust
tool