Skip to content

Commit 0912ad4

Browse files
Forward-port v0.6.12/13 changelog
1 parent 3278be6 commit 0912ad4

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3232
[#228]: https://github.com/rust-embedded/cortex-m-rt/pull/228
3333
[#289]: https://github.com/rust-embedded/cortex-m-rt/pull/289
3434

35+
## [v0.6.13] - 2020-09-07
36+
37+
### Fixed
38+
39+
- (ARMv6-M) Set LR value to a known value on reset (as the ARM spec requires)
40+
- Added CFI and size info to external assembly subroutines (`HardFaultTrampoline`)
41+
42+
## [v0.6.12] - 2020-01-26
43+
44+
### Fixed
45+
46+
- Fixed lint warnings getting emitted on macro-generated code.
47+
3548
## [v0.6.11] - 2019-12-04
3649

3750
### Changed
@@ -493,7 +506,9 @@ section size addr
493506

494507
Initial release
495508

496-
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...HEAD
509+
[Unreleased]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.13...HEAD
510+
[v0.6.13]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.12...v0.6.13
511+
[v0.6.12]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.11...v0.6.12
497512
[v0.6.11]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...v0.6.11
498513
[v0.6.10]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...v0.6.10
499514
[v0.6.9]: https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9

0 commit comments

Comments
 (0)