We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5678f48 commit b98ee6cCopy full SHA for b98ee6c
cortex-m-rt/CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+## [v0.6.9] - 2019-07-11
11
+
12
+### Added
13
14
+- Input `.uninit.*` sections are now collected into an output `.uninit` section.
15
+ Uninitialized static variables are meant to be placed in these sections. The
16
+ output `.uninit` section is not initialized by the runtime.
17
18
## [v0.6.8] - 2019-04-02
19
20
### Fixed
cortex-m-rt/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rt"
readme = "README.md"
repository = "https://github.com/rust-embedded/cortex-m-rt"
-version = "0.6.8"
+version = "0.6.9"
autoexamples = true
[dependencies]
0 commit comments