@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Changed
11
+
12
+ - Bring documentation on how to generate MSP430 PACs up to date (in line with
13
+ [ msp430_svd] ( https://github.com/pftbest/msp430_svd ) ).
14
+
10
15
## [ v0.21.0] - 2022-01-17
11
16
12
17
### Added
@@ -34,7 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
34
39
### Fixed
35
40
36
41
- Bug with ` use_mask `
37
- - Correct derive for register (cluster) array (needs ` svd-rs ` 0.11.2)
42
+ - Correct derive for register (cluster) array (needs ` svd-rs ` 0.11.2)
38
43
- New line separators are now rendered in enumerated values
39
44
- Multi line field descriptions are now rendered correctly in write and read registers
40
45
@@ -67,7 +72,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
67
72
68
73
### Changed
69
74
70
- - ` \n ` in descriptions for multiline
75
+ - ` \n ` in descriptions for multiline
71
76
- ` _reserved ` fields in ` RegisterBlock ` now hexidemical usize
72
77
- options can be set now with ` svd2rust.toml ` config
73
78
- option ` ignore_groups ` for optional disabling #506
@@ -120,7 +125,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
120
125
121
126
- with feature "const-generic" generate const generic variant of
122
127
"field array" structure in addition to structure
123
- that contain offset (requires rust 1.51)
128
+ that contain offset (requires rust 1.51)
124
129
125
130
- move interrupt generation after generic file
126
131
0 commit comments