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/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
25
25
- 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)
26
26
- Added support for `embedded-hal` version 1 delay traits, requiring rust 1.60.
27
27
-`singleton!()` now forwards attributes (#522).
28
+
- Added `set_sevonpend` and `clear_sevonpend` (#539).
28
29
29
30
### Fixed
30
31
- Fixed `singleton!()` statics sometimes ending up in `.data` instead of `.bss` (#364, #380).
0 commit comments