aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
authorÅke Amcoff <[email protected]>2025-04-05 18:36:04 +0200
committerÅke Amcoff <[email protected]>2025-04-05 18:36:04 +0200
commitac4f4ee8074411ce36bde44ea947fb78939a23c0 (patch)
tree0a9b7290d256cd50e8af41904c34030d89f6c54c /embassy-executor/Cargo.toml
parentb1179c5090a945d8b15919c99144f157e11d4654 (diff)
disable critical-section/std for arch-std in embassy-executor
Diffstat (limited to 'embassy-executor/Cargo.toml')
-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