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 be04550 commit 6020615Copy full SHA for 6020615
cortex-m-rt/CHANGELOG.md
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
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,
+ 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.
18
- MSRV increased to 1.60.0 to align with `embedded-hal` version 1.
0 commit comments