Skip to content

Commit 9503c15

Browse files
committed
Update changelog
1 parent 9ba8c6a commit 9503c15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cortex-m-rt/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
- Add `zero-init-ram` feature to initialize RAM with zeros on startup. This can be necessary on
1111
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.
1215

1316
## [v0.7.3]
1417

0 commit comments

Comments
 (0)