Skip to content

Commit c714cdf

Browse files
bors[bot]adamgreig
andauthored
Merge #323
323: Backport changelog from 0.6.x r=therealprof a=adamgreig Co-authored-by: Adam Greig <[email protected]>
2 parents ad7e01b + 1dc947a commit c714cdf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7070
- `SCB::system_reset`
7171
- Removed `basepri`, `basepri_max`, and `faultmask` registers from thumbv8m.base
7272

73+
## [v0.6.7] - 2021-01-26
74+
75+
### Fixed
76+
77+
- Fixed missing `peripheral::itm` reexport.
78+
79+
## [v0.6.6] - 2021-01-26
80+
81+
### Fixed
82+
83+
- Fixed missing ITM reexport on `thumbv8m.base` targets.
84+
7385
## [v0.6.5] - 2021-01-24
7486

7587
### Changed
@@ -673,6 +685,8 @@ fn main() {
673685
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.7.1...HEAD
674686
[v0.7.1]: https://github.com/rust-embedded/cortex-m/compare/v0.7.0...v0.7.1
675687
[v0.7.0]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.7.0
688+
[v0.6.7]: https://github.com/rust-embedded/cortex-m/compare/v0.6.6...v0.6.7
689+
[v0.6.6]: https://github.com/rust-embedded/cortex-m/compare/v0.6.5...v0.6.6
676690
[v0.6.5]: https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.6.5
677691
[v0.6.4]: https://github.com/rust-embedded/cortex-m/compare/v0.6.3...v0.6.4
678692
[v0.6.3]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3

0 commit comments

Comments
 (0)