diff options
| -rw-r--r-- | embassy-executor/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 66352a00e..fb4c4d579 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -24,7 +24,7 @@ build = [ | |||
| 24 | {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-thread"]}, | 24 | {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-thread"]}, |
| 25 | {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt"]}, | 25 | {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt"]}, |
| 26 | {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt", "executor-thread"]}, | 26 | {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt", "executor-thread"]}, |
| 27 | {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt", "executor-thread", "edf-scheduler"]}, | 27 | {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt", "executor-thread", "scheduler-deadline", "embassy-time-driver"]}, |
| 28 | {target = "armv7a-none-eabi", features = ["arch-cortex-ar", "executor-thread"]}, | 28 | {target = "armv7a-none-eabi", features = ["arch-cortex-ar", "executor-thread"]}, |
| 29 | {target = "armv7r-none-eabi", features = ["arch-cortex-ar", "executor-thread"]}, | 29 | {target = "armv7r-none-eabi", features = ["arch-cortex-ar", "executor-thread"]}, |
| 30 | {target = "armv7r-none-eabihf", features = ["arch-cortex-ar", "executor-thread"]}, | 30 | {target = "armv7r-none-eabihf", features = ["arch-cortex-ar", "executor-thread"]}, |
| @@ -47,7 +47,7 @@ flavors = [ | |||
| 47 | [package.metadata.docs.rs] | 47 | [package.metadata.docs.rs] |
| 48 | default-target = "thumbv7em-none-eabi" | 48 | default-target = "thumbv7em-none-eabi" |
| 49 | targets = ["thumbv7em-none-eabi"] | 49 | targets = ["thumbv7em-none-eabi"] |
| 50 | features = ["defmt", "arch-cortex-m", "executor-thread", "executor-interrupt", "edf-scheduler"] | 50 | features = ["defmt", "arch-cortex-m", "executor-thread", "executor-interrupt", "scheduler-deadline", "embassy-time-driver"] |
| 51 | 51 | ||
| 52 | [dependencies] | 52 | [dependencies] |
| 53 | defmt = { version = "1.0.1", optional = true } | 53 | defmt = { version = "1.0.1", optional = true } |
