diff options
author | 2019-11-19 15:01:06 +0000 | |
---|---|---|
committer | 2019-11-19 15:01:06 +0000 | |
commit | c103d46c0063eb0c6b22ec3fd6e56f41ab1eabb7 (patch) | |
tree | 2683d2018e527c3c9dfa4490221cbd37a24346b7 | |
parent | 82efffd7069e96efa8fd5c5c93a6d8092d9993c1 (diff) | |
parent | 370cd54971685c2f458d670c9cb781fa4a763263 (diff) | |
download | rtic-c103d46c0063eb0c6b22ec3fd6e56f41ab1eabb7.tar.gz rtic-c103d46c0063eb0c6b22ec3fd6e56f41ab1eabb7.tar.zst rtic-c103d46c0063eb0c6b22ec3fd6e56f41ab1eabb7.zip |
Merge #279v0.5.1
279: Preparation for v0.5.1 r=perlindgren a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5cdec0..f7467040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] -## v0.5.1 - 2019-11-18 +## [v0.5.1] - 2019-11-19 - Fixed arithmetic wrapping bug in src/cyccntr.rs elapsed and duration could cause an internal overflow trap on subtraction in debug mode. -## v0.5.0 - 2019-11-14 +- Fixed bug in SysTick implementation where the SysTick could be disabled by + accident + +## [v0.5.0] - 2019-11-14 ### Added @@ -302,7 +305,8 @@ Yanked due to a soundness issue in `init`; the issue has been mostly fixed in v0 - Initial release -[Unreleased]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.5.1...HEAD +[v0.5.1]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.5.0...v0.5.1 [v0.5.0]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.4.3...v0.5.0 [v0.4.3]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.4.2...v0.4.3 [v0.4.2]: https://github.com/rtfm-rs/cortex-m-rtfm/compare/v0.4.1...v0.4.2 |