Skip to content

Commit 0642900

Browse files
committed
Add more metadata
1 parent 111a806 commit 0642900

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

embassy-executor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ build = [
2424
{target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-thread"]},
2525
{target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt"]},
2626
{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"]},
2728
{target = "armv7a-none-eabi", features = ["arch-cortex-ar", "executor-thread"]},
2829
{target = "armv7r-none-eabi", features = ["arch-cortex-ar", "executor-thread"]},
2930
{target = "armv7r-none-eabihf", features = ["arch-cortex-ar", "executor-thread"]},

0 commit comments

Comments
 (0)