diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-25 19:47:08 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-25 19:47:08 +0200 |
| commit | ce4ffe52da4ec042c44f6073e036b363c9f89189 (patch) | |
| tree | ccf3f11e242c78ac4f2e829b53d96be6c95c9515 /embassy-executor-timer-queue | |
| parent | 462245b0fecf148e376efeedee943fd70590550e (diff) | |
add metadata for embassy-executor-time-queue
Diffstat (limited to 'embassy-executor-timer-queue')
| -rw-r--r-- | embassy-executor-timer-queue/Cargo.toml | 6 |
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 = [] | |||
| 33 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-timer-queue-v$VERSION/embassy-executor-timer-queue/src/" | 33 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-executor-timer-queue-v$VERSION/embassy-executor-timer-queue/src/" |
| 34 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor-timer-queue/src/" | 34 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-executor-timer-queue/src/" |
| 35 | target = "x86_64-unknown-linux-gnu" | 35 | target = "x86_64-unknown-linux-gnu" |
| 36 | |||
| 37 | [package.metadata.embassy] | ||
| 38 | build = [ | ||
| 39 | {target = "thumbv7em-none-eabi", features = []}, | ||
| 40 | {target = "thumbv6m-none-eabi", features = []}, | ||
| 41 | ] | ||
