aboutsummaryrefslogtreecommitdiff
path: root/embassy-mspm0/Cargo.toml
diff options
context:
space:
mode:
authorGordon Tyler <[email protected]>2025-11-03 15:31:52 -0500
committerGordon Tyler <[email protected]>2025-11-07 23:01:21 -0500
commitef7729e6992e42c9d8c2f97b3c06f36d480c02dc (patch)
tree5f3f867b2dd9e570d89814ea42b4c5921450e98d /embassy-mspm0/Cargo.toml
parentb68253e1aa38a9251b10219df4da3519cecf33e7 (diff)
mspm0: read_reset_cause()
This adds a read_reset_cause function that returns an enum value derived from the SYSCTL.RSTCAUSE register. Based on the work by @charlesbmi in #4732.
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
-rw-r--r--embassy-mspm0/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml
index df6176ff6..b76bc7e41 100644
--- a/embassy-mspm0/Cargo.toml
+++ b/embassy-mspm0/Cargo.toml
@@ -72,7 +72,7 @@ cortex-m = "0.7.6"
72critical-section = "1.2.0" 72critical-section = "1.2.0"
73 73
74# mspm0-metapac = { version = "" } 74# mspm0-metapac = { version = "" }
75mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-e7de4103a0713772695ffcad52c3c2f07414dc29" } 75mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-8542f260cc89645a983b7f1a874c87b21822279e" }
76 76
77[build-dependencies] 77[build-dependencies]
78proc-macro2 = "1.0.94" 78proc-macro2 = "1.0.94"
@@ -80,7 +80,7 @@ quote = "1.0.40"
80cfg_aliases = "0.2.1" 80cfg_aliases = "0.2.1"
81 81
82# mspm0-metapac = { version = "", default-features = false, features = ["metadata"] } 82# mspm0-metapac = { version = "", default-features = false, features = ["metadata"] }
83mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-e7de4103a0713772695ffcad52c3c2f07414dc29", default-features = false, features = ["metadata"] } 83mspm0-metapac = { git = "https://github.com/mspm0-rs/mspm0-data-generated/", tag = "mspm0-data-8542f260cc89645a983b7f1a874c87b21822279e", default-features = false, features = ["metadata"] }
84 84
85[features] 85[features]
86default = ["rt"] 86default = ["rt"]