File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.2] - 2020-01-12
11
+
12
+ ### Added
13
+
14
+ - Allow writing to the ` CONTROL ` register via ` register::control::write `
15
+ - Add ` DWT::unlock() ` for a safe way to unlock the DWT
16
+
10
17
### Deprecation
11
18
12
19
- Deprecated incorrectly included registers (` BASPRI ` , ` BASEPRI_MAX ` , ` FAULTMASK ` ) on ` thumbv8.base `
@@ -566,6 +573,7 @@ fn main() {
566
573
- Wrappers over miscellaneous instructions like ` bkpt `
567
574
568
575
[ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.1...HEAD
576
+ [ v0.6.2 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2
569
577
[ v0.6.1 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1
570
578
[ v0.6.0 ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.8...v0.6.0
571
579
[ v0.5.8 ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.7...v0.5.8
You can’t perform that action at this time.
0 commit comments