mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
v0.1.1
This commit is contained in:
parent
984171edf6
commit
2bf5401439
2 changed files with 9 additions and 2 deletions
|
@ -5,8 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.1.1] - 2017-06-05
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- `peripherals!`: The `register_block` field is now optional
|
||||||
|
|
||||||
## v0.1.0 - 2017-05-09
|
## v0.1.0 - 2017-05-09
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.0...HEAD
|
[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.1...HEAD
|
||||||
|
[v0.1.1]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.0...v0.1.1
|
||||||
|
|
|
@ -10,7 +10,7 @@ keywords = ["arm", "cortex-m"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
name = "cortex-m-rtfm"
|
name = "cortex-m-rtfm"
|
||||||
repository = "https://github.com/japaric/cortex-m-rtfm"
|
repository = "https://github.com/japaric/cortex-m-rtfm"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
quote = "0.3.15"
|
quote = "0.3.15"
|
||||||
|
|
Loading…
Reference in a new issue