Skip to content

Commit 3ee7dd9

Browse files
committed
update changelog
1 parent 971bd07 commit 3ee7dd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Various fixes to the linker script ([#265], [#286]).
1313
- Use the correct ABI for the `main` symbol ([#278]).
1414
- 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`)
1517

1618
[#265]: https://github.com/rust-embedded/cortex-m-rt/pull/265
1719
[#278]: https://github.com/rust-embedded/cortex-m-rt/pull/278

0 commit comments

Comments
 (0)