diff options
| -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"] |
