mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-20 06:45:36 +01:00
v0.2.2
This commit is contained in:
parent
c184f91e3c
commit
948e1fd0fb
10 changed files with 161 additions and 61 deletions
|
|
@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.2.2] - 2017-11-22
|
||||
|
||||
### Added
|
||||
|
||||
- Support for runtime initialized resources ("late" resources).
|
||||
|
||||
## [v0.2.1] - 2017-07-29
|
||||
|
||||
### Fixed
|
||||
|
|
@ -50,7 +56,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.2.1...HEAD
|
||||
[Unreleased]: https://github.com/japaric/cortex-m-rtfm/compare/v0.2.2...HEAD
|
||||
[v0.2.2]: https://github.com/japaric/cortex-m-rtfm/compare/v0.2.1...v0.2.2
|
||||
[v0.2.1]: https://github.com/japaric/cortex-m-rtfm/compare/v0.2.0...v0.2.1
|
||||
[v0.2.0]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.1...v0.2.0
|
||||
[v0.1.1]: https://github.com/japaric/cortex-m-rtfm/compare/v0.1.0...v0.1.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue