Skip to content

Commit be5533b

Browse files
adamgreigjonas-schievink
authored andcommitted
changelog: forward-port 0.6.3 release notes
1 parent 6dcd9f4 commit be5533b

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
@@ -14,6 +14,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Associated const `PTR` is introduced to Core Peripherals to
1515
eventually replace the existing `ptr()` API.
1616

17+
## [v0.6.3] - 2020-07-20
18+
19+
### Added
20+
21+
- Initial Cortex-M Security Extension support for armv8m
22+
- `UDF` intrinsic
23+
- Methods to enable/disable exceptions in SCB
24+
25+
### Fixed
26+
27+
- Fix bug in `asm::delay` not updating status clobber flags
28+
- Swapped to `llvm_asm!` to support inline assembly on new nightlies
29+
- Our precompiled assembly routines have additional debug information
30+
- ITM `is_fifo_ready` improved to support armv8
31+
- Cache enabling moved to pre-built assembly routines to prevent possible
32+
undefined behaviour
33+
1734
## [v0.6.2] - 2020-01-12
1835

1936
### Added
@@ -579,7 +596,8 @@ fn main() {
579596
- Functions to get the vector table
580597
- Wrappers over miscellaneous instructions like `bkpt`
581598

582-
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...HEAD
599+
[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.3...HEAD
600+
[v0.6.3]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3
583601
[v0.6.2]: https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2
584602
[v0.6.1]: https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1
585603
[v0.6.0]: https://github.com/rust-embedded/cortex-m/compare/v0.5.8...v0.6.0

0 commit comments

Comments
 (0)