aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-08-29 11:26:51 +0000
committerGravatar GitHub <noreply@github.com> 2020-08-29 11:26:51 +0000
commit3260e397647b5ea4984e8c82cb537f2475da0f5d (patch)
tree9ee697bf834b0e7140bfa6e25da2c0e504b05046
parent54f541c87b0723ad8976f978b2233d56100702b6 (diff)
parentbe5533b6b23ee0523e2d5d118081f7cd7075213b (diff)
downloadcortex-m-3260e397647b5ea4984e8c82cb537f2475da0f5d.tar.gz
cortex-m-3260e397647b5ea4984e8c82cb537f2475da0f5d.tar.zst
cortex-m-3260e397647b5ea4984e8c82cb537f2475da0f5d.zip
Merge #258
258: changelog: forward-port 0.6.3 release notes r=adamgreig a=jonas-schievink Fixes https://github.com/rust-embedded/cortex-m/issues/252 Co-authored-by: Adam Greig <adam@adamgreig.com>
-rw-r--r--CHANGELOG.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 558f07a..4b5a837 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
eventually replace the existing `ptr()` API.
- A delay driver based on SysTick.
+## [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
@@ -580,7 +597,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