aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-03-21 23:42:57 +0000
committerGitHub <[email protected]>2025-03-21 23:42:57 +0000
commit4033a619a87da733e2087bb7a2eb92017b33a9c5 (patch)
treeefe15bd1a30013c14549c827ab56d2a638526af3
parente29be82c8bc1b7e2dbf9f58dad4229d12968e1b4 (diff)
parentd43acbb22b71e11b1731cbd2f6b4c6f56088d2f4 (diff)
Merge pull request #3990 from i509VCB/fix-doc
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"]