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 9ba8c6a commit 9503c15Copy full SHA for 9503c15
cortex-m-rt/CHANGELOG.md
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
- Add `zero-init-ram` feature to initialize RAM with zeros on startup. This can be necessary on
11
safety-critical hardware to properly initialize memory integrity measures.
12
+- Add `hardfault-trampoline` feature that is enabled by default which enables
13
+ the previously required hardfault trampiline. Now when this feature is not active, there will be
14
+ no trampoline and the function you write is the exact function that is used as hardfault handler.
15
16
## [v0.7.3]
17
0 commit comments