Skip to content

Commit 3260e39

Browse files
bors[bot]adamgreig
andauthored
Merge #258
258: changelog: forward-port 0.6.3 release notes r=adamgreig a=jonas-schievink Fixes #252 Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents 54f541c + be5533b commit 3260e39

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Diff for: CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
eventually replace the existing `ptr()` API.
1616
- A delay driver based on SysTick.
1717

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

2037
### Added
@@ -580,7 +597,8 @@ fn main() {
580597
- Functions to get the vector table
581598
- Wrappers over miscellaneous instructions like `bkpt`
582599

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

0 commit comments

Comments
 (0)