File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
33
## [ v0.6.11] - 2019-12-04
11
34
12
35
### Changed
You can’t perform that action at this time.
0 commit comments