Skip to content

Commit be0152f

Browse files
committed
Include latest updates in v0.5.2
1 parent 0b991c1 commit be0152f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

cortex-m-rt/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
## [v0.5.2] - 2018-08-11
1111

12+
### Added
13+
14+
* A `pre_init!` macro and related functionality to run a function immediately
15+
after reset, before memory initialisation
16+
1217
### Changed
1318

1419
- The `entry!` and `exception!` macros now also accept a closure instead of a path.
1520

1621
- `DefaultHandler` and `UserHardFault` now default to an infinite loop if left undefined.
1722

23+
### Fixed
24+
25+
* Linked script modified to correctly detect `FLASH` overflow caused by `.data`
26+
1827
## [v0.5.1] - 2018-05-14
1928

2029
### Fixed

cortex-m-rt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ r0 = "0.2.1"
1818
[dev-dependencies]
1919
panic-semihosting = "0.3.0"
2020
panic-abort = "0.2.0"
21-
cortex-m = "0.5.3"
21+
cortex-m = "0.5.4"
2222

2323
[features]
2424
device = []

0 commit comments

Comments
 (0)