diff options
| author | i509VCB <[email protected]> | 2025-03-21 15:16:27 -0500 |
|---|---|---|
| committer | i509VCB <[email protected]> | 2025-03-21 15:16:27 -0500 |
| commit | d43acbb22b71e11b1731cbd2f6b4c6f56088d2f4 (patch) | |
| tree | efe15bd1a30013c14549c827ab56d2a638526af3 /embassy-mspm0 | |
| parent | e29be82c8bc1b7e2dbf9f58dad4229d12968e1b4 (diff) | |
Add missing flavors to docs for mspm0
Diffstat (limited to 'embassy-mspm0')
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 5 |
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 | |||
| 14 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-mspm0/src/" | 14 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-mspm0/src/" |
| 15 | 15 | ||
| 16 | features = ["defmt", "unstable-pac", "time-driver-any"] | 16 | features = ["defmt", "unstable-pac", "time-driver-any"] |
| 17 | flavors = [ | ||
| 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] |
| 19 | features = ["defmt", "unstable-pac", "time-driver-any", "time", "mspm0g3507"] | 24 | features = ["defmt", "unstable-pac", "time-driver-any", "time", "mspm0g3507"] |
