aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-04-06 22:06:53 +0200
committerGitHub <[email protected]>2025-04-06 22:06:53 +0200
commitf9c66c5ad09eca619b0d64de62cf8ae7b2533db9 (patch)
tree0a9b7290d256cd50e8af41904c34030d89f6c54c
parentb1179c5090a945d8b15919c99144f157e11d4654 (diff)
parentac4f4ee8074411ce36bde44ea947fb78939a23c0 (diff)
Merge pull request #4051 from akeamc/embassy-executor-critical-section-no-std
embassy-executor: Don't enable critical-section/std for `arch-std`
-rw-r--r--embassy-executor/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 79d899c61..0a2dfaa6a 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -70,7 +70,7 @@ turbowakers = []
70#! ### Architecture 70#! ### Architecture
71_arch = [] # some arch was picked 71_arch = [] # some arch was picked
72## std 72## std
73arch-std = ["_arch", "critical-section/std"] 73arch-std = ["_arch"]
74## Cortex-M 74## Cortex-M
75arch-cortex-m = ["_arch", "dep:cortex-m"] 75arch-cortex-m = ["_arch", "dep:cortex-m"]
76## RISC-V 32 76## RISC-V 32