aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Dion Dokter <dion@tweedegolf.com> 2023-05-19 11:01:53 +0200
committerGravatar Dion Dokter <dion@tweedegolf.com> 2023-05-19 11:01:53 +0200
commit9503c15bd94625cfaaffa7b65f22ffbafbbf6919 (patch)
tree001c43471bdf497d7968c1c47fad57cec9c29216
parent9ba8c6a8053b215204eefbd9c4a9de9d0a19d50a (diff)
downloadcortex-m-9503c15bd94625cfaaffa7b65f22ffbafbbf6919.tar.gz
cortex-m-9503c15bd94625cfaaffa7b65f22ffbafbbf6919.tar.zst
cortex-m-9503c15bd94625cfaaffa7b65f22ffbafbbf6919.zip
Update changelog
-rw-r--r--cortex-m-rt/CHANGELOG.md3
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]