Skip to content

Commit 6717d4b

Browse files
committed
Update CHANGELOG with 0.6.3 backports
1 parent 202cb2d commit 6717d4b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
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.3] - 2020-07-20
11+
12+
### Added
13+
14+
- Initial Cortex-M Security Extension support for armv8m
15+
- `UDF` intrinsic
16+
- Methods to enable/disable exceptions in SCB
17+
18+
### Fixed
19+
20+
- Fix bug in `asm::delay` not updating status clobber flags
21+
- Swapped to `llvm_asm!` to support inline assembly on new nightlies
22+
- Our precompiled assembly routines have additional debug information
23+
- ITM `is_fifo_ready` improved to support armv8
24+
- Cache enabling moved to pre-built assembly routines to prevent possible
25+
undefined behaviour
26+
1027
## [v0.6.2] - 2020-01-12
1128

1229
### Added
@@ -572,7 +589,8 @@ fn main() {
572589
- Functions to get the vector table
573590
- Wrappers over miscellaneous instructions like `bkpt`
574591

575-
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...HEAD
592+
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.3...HEAD
593+
[v0.6.3]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3
576594
[v0.6.2]: https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2
577595
[v0.6.1]: https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1
578596
[v0.6.0]: https://github.com/rust-embedded/cortex-m/compare/v0.5.8...v0.6.0

0 commit comments

Comments
 (0)