diff options
author | 2020-01-12 04:41:46 +0100 | |
---|---|---|
committer | 2020-01-13 02:41:14 +0100 | |
commit | 308312e980204e8f9b1086423bf88d306de6957f (patch) | |
tree | 1b5bd64ca3032326504f2035a73a0f9dfa36b87e | |
parent | 15e411e6f65b78cfd785501c19547e0f2d00fc16 (diff) | |
download | cortex-m-308312e980204e8f9b1086423bf88d306de6957f.tar.gz cortex-m-308312e980204e8f9b1086423bf88d306de6957f.tar.zst cortex-m-308312e980204e8f9b1086423bf88d306de6957f.zip |
Update changelog for 0.6.2
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a4a2d..92b5893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.6.2] - 2020-01-12 + +### Added + +- Allow writing to the `CONTROL` register via `register::control::write` +- Add `DWT::unlock()` for a safe way to unlock the DWT + ### Deprecation - Deprecated incorrectly included registers (`BASPRI`, `BASEPRI_MAX`, `FAULTMASK`) on `thumbv8.base` @@ -566,6 +573,7 @@ fn main() { - Wrappers over miscellaneous instructions like `bkpt` [Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.1...HEAD +[v0.6.2]: https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2 [v0.6.1]: https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1 [v0.6.0]: https://github.com/rust-embedded/cortex-m/compare/v0.5.8...v0.6.0 [v0.5.8]: https://github.com/rust-embedded/cortex-m/compare/v0.5.7...v0.5.8 |