aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-08-15 17:05:45 +0200
committerUlf Lilleengen <[email protected]>2025-08-25 19:44:50 +0200
commita34e0b1ec57350cfa1d61aa6fc2eced077be5623 (patch)
treef2272f878eda77d2f148152bfa6b9f4fcbb7d84e /embassy-stm32-wpan/Cargo.toml
parent648938b6623954a71ecee2990d57ce9df2e197b7 (diff)
Add build command.
Diffstat (limited to 'embassy-stm32-wpan/Cargo.toml')
-rw-r--r--embassy-stm32-wpan/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml
index 0932e4739..f7b20cedc 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -9,6 +9,11 @@ categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
9repository = "https://github.com/embassy-rs/embassy" 9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/embassy-stm32-wpan" 10documentation = "https://docs.embassy.dev/embassy-stm32-wpan"
11 11
12[package.metadata.embassy]
13build = [
14 {target = "thumbv7em-none-eabi", features = ["stm32wb55rg"]},
15]
16
12[package.metadata.embassy_docs] 17[package.metadata.embassy_docs]
13src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/" 18src_base = "https://github.com/embassy-rs/embassy/blob/embassy-stm32-wpan-v$VERSION/embassy-stm32-wpan/src/"
14src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/" 19src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-stm32-wpan/src/"