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 329fa04 commit 8b3ddb9Copy full SHA for 8b3ddb9
Cargo.toml
@@ -35,7 +35,7 @@ opt-level = 's'
35
[dependencies]
36
bare-metal = { version = "1.0.0" }
37
cast = "0.3"
38
-cortex-m = "0.7"
+cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
39
embedded-hal = { version = "0.2", features = ["unproven"] }
40
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
41
stm32f0 = "0.15"
@@ -50,6 +50,8 @@ cortex-m-rt = "0.7"
50
panic-halt = "1"
51
usb-device = "0.2.7"
52
usbd-serial = "0.1.1"
53
+defmt = "1.0.1"
54
+defmt-rtt = "1.0.0"
55
56
[features]
57
device-selected = []
0 commit comments