File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments