We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c69aa42 + a289bca commit 413e213Copy full SHA for 413e213
Cargo.toml
@@ -32,7 +32,6 @@ embedded-hal = { version = "0.2.3", features = ["unproven"] }
32
cortex-m = {version = "0.6.0", features = ["const-fn"] }
33
cortex-m-rt = "0.6.8"
34
cortex-m-semihosting = "0.3.2"
35
-cortex-m-rtfm = "0.4.3"
36
void = { version = "1.0.2", default-features = false }
37
cast = { version = "0.2.2", default-features = false }
38
nb = "0.1.2"
@@ -45,6 +44,7 @@ aligned = "0.3.1"
45
44
heapless = "0.5.0"
46
panic-halt = "0.2.0"
47
panic-semihosting = "0.5.1"
+cortex-m-rtfm = "0.4.3"
48
49
[features]
50
# Miscellaneaous features
0 commit comments