aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/Cargo.toml
diff options
context:
space:
mode:
authori509VCB <[email protected]>2025-03-22 17:52:13 -0500
committeri509VCB <[email protected]>2025-03-29 00:21:29 -0500
commit91cde689cc0c771ffeb3864eb41e88104d476b47 (patch)
treedafaecbf60d85381bb16faee9d5bfdab90c82646 /embassy-mspm0/Cargo.toml
parent954d1554d4c04a245adadb5ebd97205d1442635e (diff)
mspm0: blocking uart driver
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
-rw-r--r--embassy-mspm0/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml
index 28a8e7724..df996ff4b 100644
--- a/embassy-mspm0/Cargo.toml
+++ b/embassy-mspm0/Cargo.toml
@@ -39,6 +39,7 @@ embedded-hal = { version = "1.0" }
39embedded-hal-async = { version = "1.0" } 39embedded-hal-async = { version = "1.0" }
40 40
41defmt = { version = "0.3", optional = true } 41defmt = { version = "0.3", optional = true }
42fixed = "1.29"
42log = { version = "0.4.14", optional = true } 43log = { version = "0.4.14", optional = true }
43cortex-m-rt = ">=0.6.15,<0.8" 44cortex-m-rt = ">=0.6.15,<0.8"
44cortex-m = "0.7.6" 45cortex-m = "0.7.6"