aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2021-01-26 23:32:18 +0000
committerGravatar Adam Greig <adam@adamgreig.com> 2021-01-26 23:32:18 +0000
commit1dc947a46044a2465694530ed70f0325e4e681b1 (patch)
tree798f9e243959207e892283da815ac72e70c189bd
parentad7e01b4139db7bdc62d1bb5445da3d7587c7812 (diff)
downloadcortex-m-1dc947a46044a2465694530ed70f0325e4e681b1.tar.gz
cortex-m-1dc947a46044a2465694530ed70f0325e4e681b1.tar.zst
cortex-m-1dc947a46044a2465694530ed70f0325e4e681b1.zip
Backport changelog from 0.6.x
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3fcf8c..e86e715 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -70,6 +70,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `SCB::system_reset`
- Removed `basepri`, `basepri_max`, and `faultmask` registers from thumbv8m.base
+## [v0.6.7] - 2021-01-26
+
+### Fixed
+
+- Fixed missing `peripheral::itm` reexport.
+
+## [v0.6.6] - 2021-01-26
+
+### Fixed
+
+- Fixed missing ITM reexport on `thumbv8m.base` targets.
+
## [v0.6.5] - 2021-01-24
### Changed
@@ -673,6 +685,8 @@ fn main() {
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.1...HEAD
[v0.7.1]: https://github.com/rust-embedded/cortex-m/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.7.0
+[v0.6.7]: https://github.com/rust-embedded/cortex-m/compare/v0.6.6...v0.6.7
+[v0.6.6]: https://github.com/rust-embedded/cortex-m/compare/v0.6.5...v0.6.6
[v0.6.5]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.6.5
[v0.6.4]: https://github.com/rust-embedded/cortex-m/compare/v0.6.3...v0.6.4
[v0.6.3]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3