diff options
author | 2023-05-19 11:01:53 +0200 | |
---|---|---|
committer | 2023-05-19 11:01:53 +0200 | |
commit | 9503c15bd94625cfaaffa7b65f22ffbafbbf6919 (patch) | |
tree | 001c43471bdf497d7968c1c47fad57cec9c29216 | |
parent | 9ba8c6a8053b215204eefbd9c4a9de9d0a19d50a (diff) | |
download | cortex-m-9503c15bd94625cfaaffa7b65f22ffbafbbf6919.tar.gz cortex-m-9503c15bd94625cfaaffa7b65f22ffbafbbf6919.tar.zst cortex-m-9503c15bd94625cfaaffa7b65f22ffbafbbf6919.zip |
Update changelog
-rw-r--r-- | cortex-m-rt/CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cortex-m-rt/CHANGELOG.md b/cortex-m-rt/CHANGELOG.md index fd45a1a..1637a4c 100644 --- a/cortex-m-rt/CHANGELOG.md +++ b/cortex-m-rt/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add `zero-init-ram` feature to initialize RAM with zeros on startup. This can be necessary on safety-critical hardware to properly initialize memory integrity measures. +- Add `hardfault-trampoline` feature that is enabled by default which enables + the previously required hardfault trampiline. Now when this feature is not active, there will be + no trampoline and the function you write is the exact function that is used as hardfault handler. ## [v0.7.3] |