aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-03-21 15:16:27 -0500
committeri509VCB <[email protected]>2025-03-21 15:16:27 -0500
commitd43acbb22b71e11b1731cbd2f6b4c6f56088d2f4 (patch)
treeefe15bd1a30013c14549c827ab56d2a638526af3
parente29be82c8bc1b7e2dbf9f58dad4229d12968e1b4 (diff)
Add missing flavors to docs for mspm0
-rw-r--r--embassy-mspm0/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml
index cfe0c85a9..b747d270e 100644
--- a/embassy-mspm0/Cargo.toml
+++ b/embassy-mspm0/Cargo.toml
@@ -14,6 +14,11 @@ src_base = "https://github.com/embassy-rs/embassy/blob/embassy-mspm0-v$VERSION/e
14src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-mspm0/src/" 14src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-mspm0/src/"
15 15
16features = ["defmt", "unstable-pac", "time-driver-any"] 16features = ["defmt", "unstable-pac", "time-driver-any"]
17flavors = [
18 { regex_feature = "mspm0c.*", target = "thumbv6m-none-eabi" },
19 { regex_feature = "mspm0l.*", target = "thumbv6m-none-eabi" },
20 { regex_feature = "mspm0g.*", target = "thumbv6m-none-eabi" },
21]
17 22
18[package.metadata.docs.rs] 23[package.metadata.docs.rs]
19features = ["defmt", "unstable-pac", "time-driver-any", "time", "mspm0g3507"] 24features = ["defmt", "unstable-pac", "time-driver-any", "time", "mspm0g3507"]