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/).
7
7
8
8
## [ Unreleased]
9
9
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
11
19
12
20
### Added
13
21
14
22
- Initial version of the ` svd2rust ` tool
15
23
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