aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-timer-queue/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor-timer-queue/Cargo.toml')
-rw-r--r--embassy-executor-timer-queue/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-executor-timer-queue/Cargo.toml b/embassy-executor-timer-queue/Cargo.toml
index 0db327ba9..a0ac44420 100644
--- a/embassy-executor-timer-queue/Cargo.toml
+++ b/embassy-executor-timer-queue/Cargo.toml
@@ -33,3 +33,9 @@ timer-item-size-8-words = []
33src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-timer-queue-v$VERSION/embassy-executor-timer-queue/src/" 33src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-timer-queue-v$VERSION/embassy-executor-timer-queue/src/"
34src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor-timer-queue/src/" 34src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor-timer-queue/src/"
35target = "x86_64-unknown-linux-gnu" 35target = "x86_64-unknown-linux-gnu"
36
37[package.metadata.embassy]
38build = [
39 {target = "thumbv7em-none-eabi", features = []},
40 {target = "thumbv6m-none-eabi", features = []},
41]