Add firmware upload tool
This commit is contained in:
parent
a7f78b6b05
commit
674bcc14f5
4 changed files with 669 additions and 0 deletions
12
fwtool/Cargo.toml
Normal file
12
fwtool/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "fwtool"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rusb = "0.9.2"
|
||||
punt = "0.3.0"
|
||||
clap = { version = "4.3.4", features = ["derive"] }
|
||||
pbr = "1.1.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue