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 9503c15 commit 36419ffCopy full SHA for 36419ff
cortex-m-rt/CHANGELOG.md
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
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
+ the previously required hardfault trampoline. 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]
0 commit comments