Skip to content

Commit c61e3af

Browse files
bors[bot]adamgreig
andcommitted
Merge #135
135: Prepare release v0.6.0 r=korken89 a=adamgreig :tada: Co-authored-by: Adam Greig <[email protected]>
2 parents 563c27a + 3e580d9 commit c61e3af

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "cortex-m"
1212
readme = "README.md"
1313
repository = "https://github.com/japaric/cortex-m"
14-
version = "0.5.8"
14+
version = "0.6.0"
1515

1616
[dependencies]
1717
aligned = "0.3.1"

0 commit comments

Comments
 (0)