diff options
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 182dd6937..ce5e2741f 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -31,11 +31,11 @@ features = ["nightly", "defmt", "pender-callback", "arch-cortex-m", "executor-th | |||
| 31 | 31 | ||
| 32 | # Architecture | 32 | # Architecture |
| 33 | _arch = [] # some arch was picked | 33 | _arch = [] # some arch was picked |
| 34 | arch-std = ["_arch", "critical-section/std", "thread-context"] | 34 | arch-std = ["_arch", "critical-section/std"] |
| 35 | arch-cortex-m = ["_arch", "dep:cortex-m"] | 35 | arch-cortex-m = ["_arch", "dep:cortex-m"] |
| 36 | arch-xtensa = ["_arch"] | 36 | arch-xtensa = ["_arch"] |
| 37 | arch-riscv32 = ["_arch"] | 37 | arch-riscv32 = ["_arch"] |
| 38 | arch-wasm = ["_arch", "dep:wasm-bindgen", "dep:js-sys", "thread-context"] | 38 | arch-wasm = ["_arch", "dep:wasm-bindgen", "dep:js-sys"] |
| 39 | 39 | ||
| 40 | # Enable creating a `Pender` from an arbitrary function pointer callback. | 40 | # Enable creating a `Pender` from an arbitrary function pointer callback. |
| 41 | pender-callback = [] | 41 | pender-callback = [] |
| @@ -45,9 +45,6 @@ executor-thread = [] | |||
| 45 | # Enable the interrupt-mode executor (available in Cortex-M only) | 45 | # Enable the interrupt-mode executor (available in Cortex-M only) |
| 46 | executor-interrupt = [] | 46 | executor-interrupt = [] |
| 47 | 47 | ||
| 48 | # Pass a context to the thread-mode executor. | ||
| 49 | thread-context = [] | ||
| 50 | |||
| 51 | # Enable nightly-only features | 48 | # Enable nightly-only features |
| 52 | nightly = [] | 49 | nightly = [] |
| 53 | 50 | ||
