From adb0c3e947dc72027a121a74a700df10fc9e2337 Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Mon, 1 Sep 2025 11:17:14 +0200 Subject: Add more metadata --- embassy-executor/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 2de36d22d..e7136466d 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml @@ -24,6 +24,7 @@ build = [ {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-thread"]}, {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt"]}, {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt", "executor-thread"]}, + {target = "thumbv7em-none-eabi", features = ["arch-cortex-m", "executor-interrupt", "executor-thread", "edf-scheduler"]}, {target = "armv7a-none-eabi", features = ["arch-cortex-ar", "executor-thread"]}, {target = "armv7r-none-eabi", features = ["arch-cortex-ar", "executor-thread"]}, {target = "armv7r-none-eabihf", features = ["arch-cortex-ar", "executor-thread"]}, -- cgit