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 c147d2f commit b7e6d21Copy full SHA for b7e6d21
cortex-m-rt/CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Macros now generate a second trampoline function instead of randomizing the
13
+ function's symbol name. This makes the build deterministic.
14
+- [breaking-change] `static mut` resources no longer have `'static` lifetime
15
+ except in the `#[entry]` function (this is a soundness fix; see [#212]).
16
17
+[#212]: https://github.com/rust-embedded/cortex-m-rt/issues/212
18
19
## [v0.6.10] - 2019-07-25
20
21
### Fixed
0 commit comments