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/).
14
14
- Associated const ` PTR ` is introduced to Core Peripherals to
15
15
eventually replace the existing ` ptr() ` API.
16
16
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
+
17
34
## [ v0.6.2] - 2020-01-12
18
35
19
36
### Added
@@ -579,7 +596,8 @@ fn main() {
579
596
- Functions to get the vector table
580
597
- Wrappers over miscellaneous instructions like ` bkpt `
581
598
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
583
601
[ v0.6.2 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2
584
602
[ v0.6.1 ] : https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1
585
603
[ 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