You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cortex-m-rt/CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
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 optional `exception` argument for `HardFault`. It has one option `trampoline` which is true by default. When set to false, no trampoline will be created and the function will be called as the exception handler directly.
10
+
## [v0.7.4]
11
+
12
+
- Add `zero-init-ram` feature to initialize RAM with zeros on startup.
13
+
This can be necessary to properly initialise hardware error detection.
14
+
- Add optional `exception` argument for `HardFault`.
15
+
It has one option `trampoline` which is true by default. When set to false,
16
+
no trampoline will be created and the function will be called as the
17
+
exception handler directly.
13
18
- MSRV increased to 1.60.0 to align with `embedded-hal` version 1.
19
+
- Improve linker error message when code does not fit into flash.
0 commit comments