aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2020-07-20 02:29:43 +0100
committerGravatar Jonas Schievink <jonasschievink@gmail.com> 2020-08-25 20:40:20 +0200
commitbe5533b6b23ee0523e2d5d118081f7cd7075213b (patch)
tree6e68c5ee2138a50187d670b581d18618fdb68741
parent6dcd9f4689a83545f088aa43e3ef3238cac38c08 (diff)
downloadcortex-m-be5533b6b23ee0523e2d5d118081f7cd7075213b.tar.gz
cortex-m-be5533b6b23ee0523e2d5d118081f7cd7075213b.tar.zst
cortex-m-be5533b6b23ee0523e2d5d118081f7cd7075213b.zip
changelog: forward-port 0.6.3 release notes
-rw-r--r--CHANGELOG.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6ad454..aa3c32b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Associated const `PTR` is introduced to Core Peripherals to
eventually replace the existing `ptr()` API.
+## [v0.6.3] - 2020-07-20
+
+### Added
+
+- Initial Cortex-M Security Extension support for armv8m
+- `UDF` intrinsic
+- Methods to enable/disable exceptions in SCB
+
+### Fixed
+
+- Fix bug in `asm::delay` not updating status clobber flags
+- Swapped to `llvm_asm!` to support inline assembly on new nightlies
+- Our precompiled assembly routines have additional debug information
+- ITM `is_fifo_ready` improved to support armv8
+- Cache enabling moved to pre-built assembly routines to prevent possible
+ undefined behaviour
+
## [v0.6.2] - 2020-01-12
### Added
@@ -579,7 +596,8 @@ fn main() {
- Functions to get the vector table
- Wrappers over miscellaneous instructions like `bkpt`
-[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...HEAD
+[Unreleased]: https://github.com/rust-embedded/cortex-m/compare/v0.6.3...HEAD
+[v0.6.3]: https://github.com/rust-embedded/cortex-m/compare/v0.6.2...v0.6.3
[v0.6.2]: https://github.com/rust-embedded/cortex-m/compare/v0.6.1...v0.6.2
[v0.6.1]: https://github.com/rust-embedded/cortex-m/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/rust-embedded/cortex-m/compare/v0.5.8...v0.6.0