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
125125
126126## Building the firmware
127127
128- Dependencies: Rust
129-
130- Download and install [ rustup] ( https://rustup.rs/ ) if necessary.
128+ Dependencies: [ Rust/rustup] ( https://rustup.rs/ ) , pkg-config, libudev
131129
132130Prepare Rust toolchain (once):
133131
@@ -156,12 +154,15 @@ cargo make --cwd c1minimal uf2
156154
157155## Building the Application
158156
159- Dependencies: Rust, pkg-config, libudev
157+ Dependencies: [ Rust/rustup ] ( https://rustup.rs/ ) , pkg-config, libudev
160158
161159Currently have to specify the build target because it's not possible to specify a per package build target.
162160Tracking issue: https://github.com/rust-lang/cargo/issues/9406
163161
164162```
163+ # Install cargo-make to help build it
164+ cargo install cargo-make
165+
165166# Build it
166167> cargo make --cwd inputmodule-control
167168
You can’t perform that action at this time.
0 commit comments