aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/Cargo.toml
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-03-21 19:18:19 -0500
committeri509VCB <[email protected]>2025-03-22 19:26:05 -0500
commit07da54ec18ce5c8dbd07b3d894665e54b75dbe52 (patch)
treed9f3a85abc9e5c9447fe27d84f3baec567bee0bd /embassy-mspm0/Cargo.toml
parentd43acbb22b71e11b1731cbd2f6b4c6f56088d2f4 (diff)
mspm0: generate all singletons
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
-rw-r--r--embassy-mspm0/Cargo.toml9
1 files changed, 6 insertions, 3 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml
index b747d270e..6aeafe932 100644
--- a/embassy-mspm0/Cargo.toml
+++ b/embassy-mspm0/Cargo.toml
@@ -45,14 +45,14 @@ cortex-m = "0.7.6"
45critical-section = "1.2.0" 45critical-section = "1.2.0"
46 46
47# mspm0-metapac = { version = "" } 47# mspm0-metapac = { version = "" }
48mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-9faa5239a8eab04946086158f2a7fdff5a6a179d" } 48mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-119240dd23ef5748d2a7bef219ca298d37ba604a" }
49 49
50[build-dependencies] 50[build-dependencies]
51proc-macro2 = "1.0.94" 51proc-macro2 = "1.0.94"
52quote = "1.0.40" 52quote = "1.0.40"
53 53
54# mspm0-metapac = { version = "", default-features = false, features = ["metadata"] } 54# mspm0-metapac = { version = "", default-features = false, features = ["metadata"] }
55mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-9faa5239a8eab04946086158f2a7fdff5a6a179d", default-features = false, features = ["metadata"] } 55mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-119240dd23ef5748d2a7bef219ca298d37ba604a", default-features = false, features = ["metadata"] }
56 56
57[features] 57[features]
58default = ["rt"] 58default = ["rt"]
@@ -107,7 +107,10 @@ time-driver-timg9 = ["_time-driver"]
107time-driver-timg10 = ["_time-driver"] 107time-driver-timg10 = ["_time-driver"]
108## Use TIMG11 as time driver 108## Use TIMG11 as time driver
109time-driver-timg11 = ["_time-driver"] 109time-driver-timg11 = ["_time-driver"]
110# TODO: Support TIMG12 and TIMG13 110## Use TIMG12 as time driver
111time-driver-timg12 = ["_time-driver"]
112## Use TIMG13 as time driver
113time-driver-timg13 = ["_time-driver"]
111## Use TIMG14 as time driver 114## Use TIMG14 as time driver
112time-driver-timg14 = ["_time-driver"] 115time-driver-timg14 = ["_time-driver"]
113## Use TIMA0 as time driver 116## Use TIMA0 as time driver