Skip to content

Commit e4caf9f

Browse files
rusty1968stevenlee7189
authored andcommitted
fix: Remove critical-section-single-core feature for Hubris compatibility
- Remove critical-section-single-core feature from cortex-m dependency - Prevents conflicts with Hubris's own critical section implementation - Allows DDK to be used as a library within Hubris tasks - Follows standard Hubris ecosystem patterns - Maintains cortex-m 0.7.5 for low-level ARM Cortex-M functionality
1 parent e6d22e1 commit e4caf9f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fugit = "0.3.7"
2424
proposed-traits = { git = "https://github.com/rusty1968/proposed_traits.git", package = "proposed-traits", rev = "43fe54addf323dc17915f1fc5f991f9d94eb161a" }
2525
hex-literal = "0.4"
2626

27-
cortex-m = { version = "0.7.5", features = ["critical-section-single-core"] }
27+
cortex-m = { version = "0.7.5" }
2828
cortex-m-rt = { version = "0.6.5", features = ["device"] }
2929
panic-halt = "1.0.0"
3030

0 commit comments

Comments
 (0)