Skip to content

Commit 1676081

Browse files
committed
cortex-m: update changelog after #539
1 parent dfd5da0 commit 1676081

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cortex-m/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2525
- Added `critical-section-single-core` feature which provides an implementation for the `critical_section` crate for single-core systems, based on disabling all interrupts. (#447)
2626
- Added support for `embedded-hal` version 1 delay traits, requiring rust 1.60.
2727
- `singleton!()` now forwards attributes (#522).
28+
- Added `set_sevonpend` and `clear_sevonpend` (#539).
2829

2930
### Fixed
3031
- Fixed `singleton!()` statics sometimes ending up in `.data` instead of `.bss` (#364, #380).

0 commit comments

Comments
 (0)