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 aa5282b commit fbe1c71Copy full SHA for fbe1c71
Cargo.toml
@@ -26,7 +26,7 @@ targets = ["thumbv7em-none-eabihf"]
26
27
[dependencies]
28
fugit = "0.3.3"
29
-embedded-hal = "0.2.6"
+embedded-hal = { version = "0.2.6", features = ["unproven"] }
30
embedded-dma = "0.1.2"
31
cortex-m = "^0.7.4"
32
defmt = { version = ">=0.2.0,<0.4", optional = true }
@@ -80,8 +80,7 @@ default-features = false
80
features = ["medium-ethernet", "proto-ipv4", "proto-ipv6", "socket-raw"]
81
82
[features]
83
-default = ["unproven", "rt"]
84
-unproven = ["embedded-hal/unproven"]
+default = ["rt"]
85
device-selected = []
86
revision_v = []
87
rm0433 = [] # aka. "single core" devices
0 commit comments