File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10- ## [ v0.1.0] - 2016-10-15
10+ ### Fixed
11+
12+ - Some SVD files specify that two registers exist at the same address.
13+ ` svd2rust ` didn't handle this case and panicked. A proper solution to handle
14+ this case will require ` union ` s but those have not been stabilized. For now,
15+ ` svd2rust ` will simply pick one of the two or more registers that overlap and
16+ ignore the rest.
17+
18+ ## v0.1.0 - 2016-10-15
1119
1220### Added
1321
1422- Initial version of the ` svd2rust ` tool
1523
16- [ Unreleased ] : https://github.com/japaric/f3 /compare/v0.1.0...HEAD
24+ [ Unreleased ] : https://github.com/japaric/svd2rust /compare/v0.1.0...HEAD
You can’t perform that action at this time.
0 commit comments