Skip to content

Commit

Permalink
Merge #348
Browse files Browse the repository at this point in the history
348: Release 0.15.1 r=adamgreig a=therealprof

Signed-off-by: Daniel Egger <[email protected]>

Co-authored-by: Daniel Egger <[email protected]>
  • Loading branch information
bors[bot] and therealprof committed Jul 29, 2019
2 parents 8228e20 + 1a9c8eb commit 9051f1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.15.1] - 2019-07-29

### Added

- Support of 64-bit fields

### Changed

- Modernize `svd2rust-regress`

- Break ultra-long single line output into multiple lines for better usability

- Joined field write proxy into a single line to help dev builds

- Elimated useless 0 shifts to reduce generated code size and fix a clippy lint

- Replace field readers with generic `FR` type
- Replace field readers with generic `FR` type

### Fixed

Expand Down Expand Up @@ -438,7 +444,8 @@ peripheral.register.write(|w| w.field().set());

- Initial version of the `svd2rust` tool

[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/rust-embedded/svd2rust/compare/v0.15.1...HEAD
[v0.15.1]: https://github.com/rust-embedded/svd2rust/compare/v0.15.0...v0.15.1
[v0.15.0]: https://github.com/rust-embedded/svd2rust/compare/v0.14.0...v0.15.0
[v0.14.0]: https://github.com/rust-embedded/svd2rust/compare/v0.13.1...v0.14.0
[v0.13.1]: https://github.com/rust-embedded/svd2rust/compare/v0.13.0...v0.13.1
Expand Down
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ documentation = "https://docs.rs/svd2rust"
keywords = [
"arm",
"cortex-m",
"riscv",
"msp430",
"register",
"map",
"generator",
]
license = "MIT OR Apache-2.0"
name = "svd2rust"
repository = "https://github.com/rust-embedded/svd2rust/"
version = "0.15.0"
version = "0.15.1"
readme = "README.md"

[[bin]]
Expand Down

0 comments on commit 9051f1a

Please sign in to comment.