File tree 1 file changed +16
-1
lines changed 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
32
32
[ #228 ] : https://github.com/rust-embedded/cortex-m-rt/pull/228
33
33
[ #289 ] : https://github.com/rust-embedded/cortex-m-rt/pull/289
34
34
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
+
35
48
## [ v0.6.11] - 2019-12-04
36
49
37
50
### Changed
@@ -493,7 +506,9 @@ section size addr
493
506
494
507
Initial release
495
508
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
497
512
[ v0.6.11 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.10...v0.6.11
498
513
[ v0.6.10 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...v0.6.10
499
514
[ v0.6.9 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9
You can’t perform that action at this time.
0 commit comments