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
448: Add implementation for critical-section 1.0, for cortex-m v0.7.x r=adamgreig a=Dirbaio
This is a subset of #447 without any breaking changes, just adding the `critical-section` implementation.
The goal is to release it in 0.7.6 so `critical-section` becomes usable without having to wait for cortex-m 0.8.
TODO before merging:
- [x] Wait for `critical-section 1.0` release rust-embedded/critical-section#19
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
+
- Added `critical-section-single-core` feature which provides an implementation for the `critical_section` crate for single-core systems, based on disabling all interrupts. (#448)
0 commit comments