We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971bd07 commit 3ee7dd9Copy full SHA for 3ee7dd9
cortex-m-rt/CHANGELOG.md
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
- Various fixes to the linker script ([#265], [#286]).
13
- Use the correct ABI for the `main` symbol ([#278]).
14
- Add barriers after FPU enabling ([#279]).
15
+- (ARMv6-M) Set LR value to a known value on reset (as the ARM spec requires)
16
+- Added CFI and size info to external assembly subroutines (`HardFaultTrampoline` and `FpuTrampoline`)
17
18
[#265]: https://github.com/rust-embedded/cortex-m-rt/pull/265
19
[#278]: https://github.com/rust-embedded/cortex-m-rt/pull/278
0 commit comments