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.
1 parent bfd06fc commit 4d7f952Copy full SHA for 4d7f952
neotron-bmc-nucleo/Cargo.toml
@@ -7,10 +7,10 @@ version = "0.2.0"
7
[dependencies]
8
cortex-m = "0.7.1"
9
cortex-m-rt = "0.7"
10
-defmt = "0.2.0"
11
-defmt-rtt = "0.2.0"
+defmt = "0.3.0"
+defmt-rtt = "0.3.0"
12
cortex-m-rtic = "1.0"
13
-panic-probe = { version = "0.2.0", features = ["print-defmt"] }
+panic-probe = { version = "0.3.0", features = ["print-defmt"] }
14
stm32f4xx-hal = { version = "0.11", features = ["stm32f401", "rt"] }
15
debouncr = "0.2"
16
heapless= "0.7"
0 commit comments