File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments