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.
gd32vf103xx-hal
1 parent ded9e57 commit 4526999Copy full SHA for 4526999
Cargo.toml
@@ -15,13 +15,19 @@ rustdoc-args = ["--cfg", "docsrs"]
15
default-target = "x86_64-unknown-linux-gnu"
16
17
[dependencies]
18
-gd32vf103xx-hal = "0.5.0"
19
embedded-hal = "0.2.6"
20
nb = "1.0.0"
21
riscv = "0.10.1"
22
st7735-lcd = { version = "0.8.1", optional = true }
23
embedded-sdmmc = { version = "0.3.0", optional = true }
24
+[dependencies.gd32vf103xx-hal]
25
+version = "0.5.0"
26
+# Remove if/when upstream is updated
27
+git = "https://github.com/rmsyn/gd32vf103xx-hal"
28
+branch = "fixup/update"
29
+features = ["rt"]
30
+
31
[dev-dependencies]
32
riscv-rt = "0.11.0"
33
panic-halt = "0.2.0"
0 commit comments