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
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
24
24
- Added the ability to name the statics generated by `singleton!()` for better debuggability (#364, #380).
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
+
-`singleton!()` now forwards attributes (#522).
27
28
28
29
### Fixed
29
30
- Fixed `singleton!()` statics sometimes ending up in `.data` instead of `.bss` (#364, #380).
0 commit comments