Skip to content

Commit

Permalink
Update cortex-m-rt/CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Egger <daniel@eggers-club.de>
  • Loading branch information
adamgreig and therealprof authored Apr 16, 2024
1 parent be04550 commit 6020615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-m-rt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 to properly initialise hardware error detection.
- Add optional `exception` argument for `HardFault`.
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`,
no trampoline will be created and the function will be called as the
exception handler directly.
- MSRV increased to 1.60.0 to align with `embedded-hal` version 1.
Expand Down

0 comments on commit 6020615

Please sign in to comment.