File tree 1 file changed +14
-0
lines changed
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/).
70
70
- ` SCB::system_reset `
71
71
- Removed ` basepri ` , ` basepri_max ` , and ` faultmask ` registers from thumbv8m.base
72
72
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
+
73
85
## [ v0.6.5] - 2021-01-24
74
86
75
87
### Changed
@@ -673,6 +685,8 @@ fn main() {
673
685
[ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.1...HEAD
674
686
[ v0.7.1 ] : https://github.com/rust-embedded/cortex-m/compare/v0.7.0...v0.7.1
675
687
[ 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
676
690
[ v0.6.5 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.4...v0.6.5
677
691
[ v0.6.4 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.3...v0.6.4
678
692
[ 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