Skip to content

Commit 57dd0fa

Browse files
committed
v0.3.13
1 parent 2dd5fc3 commit 57dd0fa

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.3.13] - 2018-02-17
11+
12+
### Added
13+
14+
- Fictitious `.stack` and `.heap` linker sections that represent the locations of the stack and the
15+
heap in RAM. You can visualize these linker sections by running `arm-none-eabi-size -Ax` over your
16+
binary.
17+
18+
- Zero cost stack overflow protection when you use the `cortex-m-rt-ld` linker. Check documentation
19+
for details.
20+
21+
- A `_heap_size` symbol that indicates how large the heap is. This symbol is only used when
22+
`cortex-m-rt-ld` is used as a linker.
23+
1024
## [v0.3.12] - 2018-01-17
1125

1226
### Fixed

cortex-m-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt"
99
repository = "https://github.com/japaric/cortex-m-rt"
10-
version = "0.3.12"
10+
version = "0.3.13"
1111

1212
[dependencies]
1313
cortex-m = "0.3.0"

0 commit comments

Comments
 (0)