@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.5.2] - 2018-08-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
+
17
+ ### Changed
18
+
19
+ - The ` entry! ` and ` exception! ` macros now also accept a closure instead of a path.
20
+
21
+ - ` DefaultHandler ` and ` UserHardFault ` now default to an infinite loop if left undefined.
22
+
23
+ ### Fixed
24
+
25
+ * Linked script modified to correctly detect ` FLASH ` overflow caused by ` .data `
26
+
10
27
## [ v0.5.1] - 2018-05-14
11
28
12
29
### Fixed
@@ -319,30 +336,32 @@ section size addr
319
336
320
337
Initial release
321
338
322
- [ Unreleased ] : https://github.com/japaric/cortex-m-rt/compare/v0.5.0...HEAD
323
- [ v0.5.0 ] : https://github.com/japaric/cortex-m-rt/compare/v0.4.0...v0.3.0
324
- [ v0.4.0 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.15...v0.4.0
325
- [ v0.3.15 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.14...v0.3.15
326
- [ v0.3.14 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.13...v0.3.14
327
- [ v0.3.13 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.12...v0.3.13
328
- [ v0.3.12 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.11...v0.3.12
329
- [ v0.3.11 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.10...v0.3.11
330
- [ v0.3.10 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.9...v0.3.10
331
- [ v0.3.9 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.8...v0.3.9
332
- [ v0.3.8 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.7...v0.3.8
333
- [ v0.3.7 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.6...v0.3.7
334
- [ v0.3.6 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.5...v0.3.6
335
- [ v0.3.5 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.4...v0.3.5
336
- [ v0.3.4 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.3...v0.3.4
337
- [ v0.3.3 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.2...v0.3.3
338
- [ v0.3.2 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.1...v0.3.2
339
- [ v0.3.1 ] : https://github.com/japaric/cortex-m-rt/compare/v0.3.0...v0.3.1
340
- [ v0.3.0 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.4...v0.3.0
341
- [ v0.2.4 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.3...v0.2.4
342
- [ v0.2.3 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.2...v0.2.3
343
- [ v0.2.2 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.1...v0.2.2
344
- [ v0.2.1 ] : https://github.com/japaric/cortex-m-rt/compare/v0.2.0...v0.2.1
345
- [ v0.2.0 ] : https://github.com/japaric/cortex-m-rt/compare/v0.1.3...v0.2.0
346
- [ v0.1.3 ] : https://github.com/japaric/cortex-m-rt/compare/v0.1.2...v0.1.3
347
- [ v0.1.2 ] : https://github.com/japaric/cortex-m-rt/compare/v0.1.1...v0.1.2
348
- [ v0.1.1 ] : https://github.com/japaric/cortex-m-rt/compare/v0.1.0...v0.1.1
339
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.2...HEAD
340
+ [ v0.5.2 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.1...v0.5.2
341
+ [ v0.5.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.0...v0.5.1
342
+ [ v0.5.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.4.0...v0.5.0
343
+ [ v0.4.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.15...v0.4.0
344
+ [ v0.3.15 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.14...v0.3.15
345
+ [ v0.3.14 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.13...v0.3.14
346
+ [ v0.3.13 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.12...v0.3.13
347
+ [ v0.3.12 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.11...v0.3.12
348
+ [ v0.3.11 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.10...v0.3.11
349
+ [ v0.3.10 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.9...v0.3.10
350
+ [ v0.3.9 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.8...v0.3.9
351
+ [ v0.3.8 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.7...v0.3.8
352
+ [ v0.3.7 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.6...v0.3.7
353
+ [ v0.3.6 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.5...v0.3.6
354
+ [ v0.3.5 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.4...v0.3.5
355
+ [ v0.3.4 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.3...v0.3.4
356
+ [ v0.3.3 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.2...v0.3.3
357
+ [ v0.3.2 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.1...v0.3.2
358
+ [ v0.3.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.3.0...v0.3.1
359
+ [ v0.3.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.4...v0.3.0
360
+ [ v0.2.4 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.3...v0.2.4
361
+ [ v0.2.3 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.2...v0.2.3
362
+ [ v0.2.2 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.1...v0.2.2
363
+ [ v0.2.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.2.0...v0.2.1
364
+ [ v0.2.0 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.1.3...v0.2.0
365
+ [ v0.1.3 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.1.2...v0.1.3
366
+ [ v0.1.2 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.1.1...v0.1.2
367
+ [ v0.1.1 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.1.0...v0.1.1
0 commit comments