File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
## [ v0.5.2] - 2018-08-11
11
11
12
+ ### Added
13
+
14
+ * A ` pre_init! ` macro and related functionality to run a function immediately
15
+ after reset, before memory initialisation
16
+
12
17
### Changed
13
18
14
19
- The ` entry! ` and ` exception! ` macros now also accept a closure instead of a path.
15
20
16
21
- ` DefaultHandler ` and ` UserHardFault ` now default to an infinite loop if left undefined.
17
22
23
+ ### Fixed
24
+
25
+ * Linked script modified to correctly detect ` FLASH ` overflow caused by ` .data `
26
+
18
27
## [ v0.5.1] - 2018-05-14
19
28
20
29
### Fixed
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ r0 = "0.2.1"
18
18
[dev-dependencies ]
19
19
panic-semihosting = " 0.3.0"
20
20
panic-abort = " 0.2.0"
21
- cortex-m = " 0.5.3 "
21
+ cortex-m = " 0.5.4 "
22
22
23
23
[features ]
24
24
device = []
You can’t perform that action at this time.
0 commit comments