aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor/Cargo.toml')
-rw-r--r--embassy-executor/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index ec5aca46d..ade37913b 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -55,6 +55,7 @@ critical-section = { version = "1.1", features = ["std"] }
55 55
56# Architecture 56# Architecture
57_arch = [] # some arch was picked 57_arch = [] # some arch was picked
58arch-avr = ["_arch", "dep:portable-atomic"]
58arch-std = ["_arch", "critical-section/std"] 59arch-std = ["_arch", "critical-section/std"]
59arch-cortex-m = ["_arch", "dep:cortex-m"] 60arch-cortex-m = ["_arch", "dep:cortex-m"]
60arch-riscv32 = ["_arch", "dep:portable-atomic"] 61arch-riscv32 = ["_arch", "dep:portable-atomic"]