This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
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
+
10
18
## [ v0.6.8] - 2019-04-02
11
19
12
20
### Fixed
@@ -443,7 +451,8 @@ section size addr
443
451
444
452
Initial release
445
453
446
- [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...HEAD
454
+ [ Unreleased ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.9...HEAD
455
+ [ v0.6.9 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.8...v0.6.9
447
456
[ v0.6.8 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.7...v0.6.8
448
457
[ v0.6.7 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.6...v0.6.7
449
458
[ v0.6.6 ] : https://github.com/rust-embedded/cortex-m-rt/compare/v0.6.5...v0.6.6
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
12
12
name = " cortex-m-rt"
13
13
readme = " README.md"
14
14
repository = " https://github.com/rust-embedded/cortex-m-rt"
15
- version = " 0.6.8 "
15
+ version = " 0.6.9 "
16
16
autoexamples = true
17
17
18
18
[dependencies ]
You can’t perform that action at this time.
0 commit comments