diff options
author | 2021-01-27 02:04:20 +0100 | |
---|---|---|
committer | 2021-01-27 02:04:20 +0100 | |
commit | 0912ad420d6ae96175cc481dd94d70bf32e7bedb (patch) | |
tree | 20c4a85bc5b728de00cbc6f4a7ec4e101aa89a11 /cortex-m-rt | |
parent | 3278be615fdad5cc14ad9f4059c25bd4bbb0c1c6 (diff) | |
download | cortex-m-0912ad420d6ae96175cc481dd94d70bf32e7bedb.tar.gz cortex-m-0912ad420d6ae96175cc481dd94d70bf32e7bedb.tar.zst cortex-m-0912ad420d6ae96175cc481dd94d70bf32e7bedb.zip |
Forward-port v0.6.12/13 changelog
Diffstat (limited to 'cortex-m-rt')
-rw-r--r-- | cortex-m-rt/CHANGELOG.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md index c39a9ae..da03bcf 100644 --- a/cortex-m-rt/CHANGELOG.md +++ b/cortex-m-rt/CHANGELOG.md @@ -32,6 +32,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [#228]: https://github.com/rust-embedded/cortex-m-rt/pull/228 [#289]: https://github.com/rust-embedded/cortex-m-rt/pull/289 +## [v0.6.13] - 2020-09-07 + +### Fixed + +- (ARMv6-M) Set LR value to a known value on reset (as the ARM spec requires) +- Added CFI and size info to external assembly subroutines (`HardFaultTrampoline`) + +## [v0.6.12] - 2020-01-26 + +### Fixed + +- Fixed lint warnings getting emitted on macro-generated code. + ## [v0.6.11] - 2019-12-04 ### Changed @@ -493,7 +506,9 @@ section size addr Initial release -[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...HEAD +[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.13...HEAD +[v0.6.13]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.12...v0.6.13 +[v0.6.12]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.6.12 [v0.6.11]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...v0.6.11 [v0.6.10]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...v0.6.10 [v0.6.9]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9 |