Skip to content

Commit cbb3c4e

Browse files
Merge #288
288: Update changelog r=therealprof a=jonas-schievink Co-authored-by: Jonas Schievink <[email protected]>
2 parents 972f60f + 9bb2600 commit cbb3c4e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

cortex-m-rt/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Fixes
11+
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+
16+
[#265]: https://github.com/rust-embedded/cortex-m-rt/pull/265
17+
[#278]: https://github.com/rust-embedded/cortex-m-rt/pull/278
18+
[#279]: https://github.com/rust-embedded/cortex-m-rt/pull/279
19+
[#286]: https://github.com/rust-embedded/cortex-m-rt/pull/286
20+
21+
### Breaking Changes
22+
23+
- Make `ExceptionFrame`s fields private, adding setters and getters instead
24+
([#239]).
25+
- Only allow certain attributes on handlers, and apply them to the trampoline
26+
too ([#228]).
27+
- Make it unsafe to define exception handlers for NMIs ([#289]).
28+
29+
[#239]: https://github.com/rust-embedded/cortex-m-rt/pull/239
30+
[#228]: https://github.com/rust-embedded/cortex-m-rt/pull/228
31+
[#289]: https://github.com/rust-embedded/cortex-m-rt/pull/289
32+
1033
## [v0.6.11] - 2019-12-04
1134

1235
### Changed

0 commit comments

Comments
 (0)