Skip to content

Commit

Permalink
Auto merge of japaric#17 - japaric:v8, r=japaric
Browse files Browse the repository at this point in the history
v0.8.0

None
  • Loading branch information
homunkulus committed Jan 15, 2018
2 parents 0f7d3f2 + 5dbb317 commit 277f721
Show file tree
Hide file tree
Showing 3 changed files with 875 additions and 435 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.7.4] - 2017-09-08
## [v0.8.0] - 2018-01-15

### Added

- enumeratedValues information to some DMA, SPI, I2C and RCC registers

### Changed

- [breaking-change] Re-generated using svd2rust v0.12.0
- bumped the version of the bare-metal dependency to v0.1.1

### Fixed

- Typo in some TIM1 registers

## [v0.7.5] - 2017-09-08

### Added

Expand Down Expand Up @@ -115,7 +130,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/japaric/stm32f103xx/compare/v0.7.4...HEAD
[Unreleased]: https://github.com/japaric/stm32f103xx/compare/v0.8.0...HEAD
[v0.8.0]: https://github.com/japaric/stm32f103xx/compare/v0.7.5...v0.8.0
[v0.7.4]: https://github.com/japaric/stm32f103xx/compare/v0.7.4...v0.7.5
[v0.7.4]: https://github.com/japaric/stm32f103xx/compare/v0.7.3...v0.7.4
[v0.7.3]: https://github.com/japaric/stm32f103xx/compare/v0.7.2...v0.7.3
[v0.7.2]: https://github.com/japaric/stm32f103xx/compare/v0.7.1...v0.7.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repository = "https://github.com/japaric/stm32f103xx"
version = "0.8.0"

[dependencies]
cortex-m = { git = "https://github.com/japaric/cortex-m" }
bare-metal = "0.1.1"
cortex-m = "0.4.0"
vcell = "0.1.0"

[dependencies.cortex-m-rt]
Expand Down
Loading

0 comments on commit 277f721

Please sign in to comment.