File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.6.0] - 2019-03-12
11
+
12
+ ### Fixed
13
+
14
+ - Fix numerous registers which were incorrectly included for thumbv6
15
+ - ` SHCRS ` renamed to ` SHCSR ` in ` SCB `
16
+
17
+ ### Added
18
+
19
+ - Support for ARMv8-M (` thumbv8.base ` and ` thumbv8.main ` )
20
+
21
+ - ` SCB ` gained methods to set and clear ` SLEEPONEXIT ` bit
22
+
23
+ - ` NVIC ` gained ` STIR ` register and methods to request an interrupt
24
+
25
+ - ` DCB ` gained methods to check if debugger is attached
26
+
10
27
## [ v0.5.8] - 2018-10-27
11
28
12
29
### Added
@@ -529,7 +546,8 @@ fn main() {
529
546
- Functions to get the vector table
530
547
- Wrappers over miscellaneous instructions like ` bkpt `
531
548
532
- [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.8...HEAD
549
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.0...HEAD
550
+ [ v0.6.0 ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.8...v0.6.0
533
551
[ v0.5.8 ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.7...v0.5.8
534
552
[ v0.5.7 ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.6...v0.5.7
535
553
[ v0.5.6 ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.5...v0.5.6
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
11
11
name = " cortex-m"
12
12
readme = " README.md"
13
13
repository = " https://github.com/japaric/cortex-m"
14
- version = " 0.5.8 "
14
+ version = " 0.6.0 "
15
15
16
16
[dependencies ]
17
17
aligned = " 0.3.1"
You can’t perform that action at this time.
0 commit comments