File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ 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
+
28
+ [ #239 ] : https://github.com/rust-embedded/cortex-m-rt/pull/239
29
+ [ #228 ] : https://github.com/rust-embedded/cortex-m-rt/pull/228
30
+
10
31
## [ v0.6.11] - 2019-12-04
11
32
12
33
### Changed
You can’t perform that action at this time.
0 commit comments