File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 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/).
77
88## [ Unreleased]
99
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+
1027## [ v0.5.8] - 2018-10-27
1128
1229### Added
@@ -529,7 +546,8 @@ fn main() {
529546- Functions to get the vector table
530547- Wrappers over miscellaneous instructions like ` bkpt `
531548
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
533551[ v0.5.8 ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.7...v0.5.8
534552[ v0.5.7 ] : https://github.com/rust-embedded/cortex-m/compare/v0.5.6...v0.5.7
535553[ 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"
1111name = " cortex-m"
1212readme = " README.md"
1313repository = " https://github.com/japaric/cortex-m"
14- version = " 0.5.8 "
14+ version = " 0.6.0 "
1515
1616[dependencies ]
1717aligned = " 0.3.1"
You can’t perform that action at this time.
0 commit comments