diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-12-03 22:25:51 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-12-03 22:33:27 +0100 |
| commit | ca3891bb8cece2c24aa229248e71d41dd0b224f1 (patch) | |
| tree | 6f1156f59e3617876991505ead9be7530d9589de /embassy-executor/Cargo.toml | |
| parent | 9ba3aeada40afd3cafd64e73fee91896c15d7c8d (diff) | |
executor: remove arch-xtensa.
It's been broken for months and nobody has noticed. The `esp*-hal` crates have
much better support.
Fixes #2234
Closes #1912
Diffstat (limited to 'embassy-executor/Cargo.toml')
| -rw-r--r-- | embassy-executor/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index ae46b17c6..bf58a2e1b 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -57,7 +57,6 @@ critical-section = { version = "1.1", features = ["std"] } | |||
| 57 | _arch = [] # some arch was picked | 57 | _arch = [] # some arch was picked |
| 58 | arch-std = ["_arch", "critical-section/std"] | 58 | arch-std = ["_arch", "critical-section/std"] |
| 59 | arch-cortex-m = ["_arch", "dep:cortex-m"] | 59 | arch-cortex-m = ["_arch", "dep:cortex-m"] |
| 60 | arch-xtensa = ["_arch"] | ||
| 61 | arch-riscv32 = ["_arch", "dep:portable-atomic"] | 60 | arch-riscv32 = ["_arch", "dep:portable-atomic"] |
| 62 | arch-wasm = ["_arch", "dep:wasm-bindgen", "dep:js-sys"] | 61 | arch-wasm = ["_arch", "dep:wasm-bindgen", "dep:js-sys"] |
| 63 | 62 | ||
