File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,7 @@ cargo run -p c1minimal
125
125
126
126
## Building the firmware
127
127
128
- Dependencies: Rust
129
-
130
- Download and install [ rustup] ( https://rustup.rs/ ) if necessary.
128
+ Dependencies: [ Rust/rustup] ( https://rustup.rs/ ) , pkg-config, libudev
131
129
132
130
Prepare Rust toolchain (once):
133
131
@@ -156,12 +154,15 @@ cargo make --cwd c1minimal uf2
156
154
157
155
## Building the Application
158
156
159
- Dependencies: Rust, pkg-config, libudev
157
+ Dependencies: [ Rust/rustup ] ( https://rustup.rs/ ) , pkg-config, libudev
160
158
161
159
Currently have to specify the build target because it's not possible to specify a per package build target.
162
160
Tracking issue: https://github.com/rust-lang/cargo/issues/9406
163
161
164
162
```
163
+ # Install cargo-make to help build it
164
+ cargo install cargo-make
165
+
165
166
# Build it
166
167
> cargo make --cwd inputmodule-control
167
168
You can’t perform that action at this time.
0 commit comments