Add firmware upload tool

This commit is contained in:
fruchti 2023-09-23 13:15:09 +02:00
parent a7f78b6b05
commit 674bcc14f5
4 changed files with 669 additions and 0 deletions

12
fwtool/Cargo.toml Normal file
View 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"