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 e8f4c4b commit 7836815Copy full SHA for 7836815
README.md
@@ -56,6 +56,24 @@ To build all the provided examples run
56
cargo build --examples --release --all-features
57
```
58
59
+#### Building everything including core
60
+
61
+An option for using only distribution packaging, no rustup, is to let the compiler pretend it's unstable and build the `core` crate.
62
63
+Install rust and its sources.
64
65
+Fedora:
66
67
+```
68
+sudo dnf install rust rust-src
69
70
71
+Use the following command to build instead:
72
73
74
+RUSTC_BOOTSTRAP=1 cargo build -Z build-std --examples --release --all-features
75
76
77
### Using dfu-util for Flashing
78
79
The GD32VF103 contains a [DFU](https://www.usb.org/sites/default/files/DFU_1.1.pdf)
0 commit comments