diff options
author | 2018-10-23 20:25:28 +0100 | |
---|---|---|
committer | 2018-10-23 20:25:28 +0100 | |
commit | 32ab813196bada3290f57c4b39e10e741b90ef6f (patch) | |
tree | 73973748eea79198804b60292722d4ae29596b66 /cortex-m-rt/CHANGELOG.md | |
parent | 8963dc846502084819c9024e55b95980564a009e (diff) | |
download | cortex-m-32ab813196bada3290f57c4b39e10e741b90ef6f.tar.gz cortex-m-32ab813196bada3290f57c4b39e10e741b90ef6f.tar.zst cortex-m-32ab813196bada3290f57c4b39e10e741b90ef6f.zip |
v0.6.5
Diffstat (limited to 'cortex-m-rt/CHANGELOG.md')
-rw-r--r-- | cortex-m-rt/CHANGELOG.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md index 91ef8cd..1054eb4 100644 --- a/cortex-m-rt/CHANGELOG.md +++ b/cortex-m-rt/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.6.5] - 2018-10-23 + +### Changed + +- We now keep `.stack_sizes` by default, for use with external tooling. +- (macros) New `#[interrupt]` attribute added, similar to `#[exception]` for + use with device-specific interrupt handlers. + +### Fixed + +- GDB can now unwind HardFault callstacks + ## [v0.6.4] - 2018-09-25 ### Changed @@ -388,7 +400,8 @@ section size addr Initial release -[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.4...HEAD +[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.5...HEAD +[v0.6.5]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.4...v0.6.5 [v0.6.4]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.3...v0.6.4 [v0.6.3]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.2...v0.6.3 [v0.6.2]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.1...v0.6.2 |