diff options
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml index 7245cd100..df6176ff6 100644 --- a/embassy-mspm0/Cargo.toml +++ b/embassy-mspm0/Cargo.toml | |||
| @@ -16,17 +16,18 @@ publish = false | |||
| 16 | build = [ | 16 | build = [ |
| 17 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1104dgs20", "time-driver-any"]}, | 17 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1104dgs20", "time-driver-any"]}, |
| 18 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1106rgz", "time-driver-any"]}, | 18 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1106rgz", "time-driver-any"]}, |
| 19 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g1107ycj", "time-driver-any"]}, | ||
| 20 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g1505pt", "time-driver-any"]}, | ||
| 21 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g1519rhb", "time-driver-any"]}, | ||
| 22 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3105rhb", "time-driver-any"]}, | ||
| 19 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3507pm", "time-driver-any"]}, | 23 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3507pm", "time-driver-any"]}, |
| 20 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3519pz", "time-driver-any"]}, | 24 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3519pz", "time-driver-any"]}, |
| 25 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0h3216pt", "time-driver-any"]}, | ||
| 21 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1306rhb", "time-driver-any"]}, | 26 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1306rhb", "time-driver-any"]}, |
| 22 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l2228pn", "time-driver-any"]}, | 27 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l2228pn", "time-driver-any"]}, |
| 23 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1345dgs28", "time-driver-any"]}, | 28 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1345dgs28", "time-driver-any"]}, |
| 24 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1106dgs28", "time-driver-any"]}, | 29 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1106dgs28", "time-driver-any"]}, |
| 25 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1228pm", "time-driver-any"]}, | 30 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0l1228pt", "time-driver-any"]}, |
| 26 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g1107ycj", "time-driver-any"]}, | ||
| 27 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g3105rhb", "time-driver-any"]}, | ||
| 28 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g1505pt", "time-driver-any"]}, | ||
| 29 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0g1519rhb", "time-driver-any"]}, | ||
| 30 | ] | 31 | ] |
| 31 | 32 | ||
| 32 | [package.metadata.embassy_docs] | 33 | [package.metadata.embassy_docs] |
| @@ -38,6 +39,7 @@ flavors = [ | |||
| 38 | { regex_feature = "mspm0c.*", target = "thumbv6m-none-eabi" }, | 39 | { regex_feature = "mspm0c.*", target = "thumbv6m-none-eabi" }, |
| 39 | { regex_feature = "mspm0l.*", target = "thumbv6m-none-eabi" }, | 40 | { regex_feature = "mspm0l.*", target = "thumbv6m-none-eabi" }, |
| 40 | { regex_feature = "mspm0g.*", target = "thumbv6m-none-eabi" }, | 41 | { regex_feature = "mspm0g.*", target = "thumbv6m-none-eabi" }, |
| 42 | { regex_feature = "mspm0h.*", target = "thumbv6m-none-eabi" }, | ||
| 41 | ] | 43 | ] |
| 42 | 44 | ||
| 43 | [package.metadata.docs.rs] | 45 | [package.metadata.docs.rs] |
| @@ -70,7 +72,7 @@ cortex-m = "0.7.6" | |||
| 70 | critical-section = "1.2.0" | 72 | critical-section = "1.2.0" |
| 71 | 73 | ||
| 72 | # mspm0-metapac = { version = "" } | 74 | # mspm0-metapac = { version = "" } |
| 73 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-d7bf3d01ac0780e716a45b0474234d39443dc5cf" } | 75 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-e7de4103a0713772695ffcad52c3c2f07414dc29" } |
| 74 | 76 | ||
| 75 | [build-dependencies] | 77 | [build-dependencies] |
| 76 | proc-macro2 = "1.0.94" | 78 | proc-macro2 = "1.0.94" |
| @@ -78,7 +80,7 @@ quote = "1.0.40" | |||
| 78 | cfg_aliases = "0.2.1" | 80 | cfg_aliases = "0.2.1" |
| 79 | 81 | ||
| 80 | # mspm0-metapac = { version = "", default-features = false, features = ["metadata"] } | 82 | # mspm0-metapac = { version = "", default-features = false, features = ["metadata"] } |
| 81 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-d7bf3d01ac0780e716a45b0474234d39443dc5cf", default-features = false, features = ["metadata"] } | 83 | mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-e7de4103a0713772695ffcad52c3c2f07414dc29", default-features = false, features = ["metadata"] } |
| 82 | 84 | ||
| 83 | [features] | 85 | [features] |
| 84 | default = ["rt"] | 86 | default = ["rt"] |
| @@ -244,6 +246,7 @@ mspm0g3519pn = ["mspm0-metapac/mspm0g3519pn"] | |||
| 244 | mspm0g3519pz = ["mspm0-metapac/mspm0g3519pz"] | 246 | mspm0g3519pz = ["mspm0-metapac/mspm0g3519pz"] |
| 245 | mspm0g3519rgz = ["mspm0-metapac/mspm0g3519rgz"] | 247 | mspm0g3519rgz = ["mspm0-metapac/mspm0g3519rgz"] |
| 246 | mspm0g3519rhb = ["mspm0-metapac/mspm0g3519rhb"] | 248 | mspm0g3519rhb = ["mspm0-metapac/mspm0g3519rhb"] |
| 249 | mspm0h3216pt = ["mspm0-metapac/mspm0h3216pt"] | ||
| 247 | mspm0l1105dgs20 = ["mspm0-metapac/mspm0l1105dgs20"] | 250 | mspm0l1105dgs20 = ["mspm0-metapac/mspm0l1105dgs20"] |
| 248 | mspm0l1105dgs28 = ["mspm0-metapac/mspm0l1105dgs28"] | 251 | mspm0l1105dgs28 = ["mspm0-metapac/mspm0l1105dgs28"] |
| 249 | mspm0l1105dyy = ["mspm0-metapac/mspm0l1105dyy"] | 252 | mspm0l1105dyy = ["mspm0-metapac/mspm0l1105dyy"] |
