File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.15.1] - 2019-07-29
11
+
10
12
### Added
11
13
12
14
- Support of 64-bit fields
13
15
14
16
### Changed
15
17
18
+ - Modernize ` svd2rust-regress `
19
+
16
20
- Break ultra-long single line output into multiple lines for better usability
21
+
17
22
- Joined field write proxy into a single line to help dev builds
23
+
18
24
- Elimated useless 0 shifts to reduce generated code size and fix a clippy lint
19
25
20
- - Replace field readers with generic ` FR ` type
26
+ - Replace field readers with generic ` FR ` type
21
27
22
28
### Fixed
23
29
@@ -438,7 +444,8 @@ peripheral.register.write(|w| w.field().set());
438
444
439
445
- Initial version of the ` svd2rust ` tool
440
446
441
- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.0...HEAD
447
+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.1...HEAD
448
+ [ v0.15.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.15.0...v0.15.1
442
449
[ v0.15.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.14.0...v0.15.0
443
450
[ v0.14.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.13.1...v0.14.0
444
451
[ v0.13.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.13.0...v0.13.1
Original file line number Diff line number Diff line change @@ -16,14 +16,16 @@ documentation = "https://docs.rs/svd2rust"
16
16
keywords = [
17
17
" arm" ,
18
18
" cortex-m" ,
19
+ " riscv" ,
20
+ " msp430" ,
19
21
" register" ,
20
22
" map" ,
21
23
" generator" ,
22
24
]
23
25
license = " MIT OR Apache-2.0"
24
26
name = " svd2rust"
25
27
repository = " https://github.com/rust-embedded/svd2rust/"
26
- version = " 0.15.0 "
28
+ version = " 0.15.1 "
27
29
readme = " README.md"
28
30
29
31
[[bin ]]
You can’t perform that action at this time.
0 commit comments