Commit Graph
24 Commits
Author SHA1 Message Date
Thomas Versteeg cf19afbb7f Support custom target files 2022-04-04 17:28:21 +02:00
gnxlxnxxandGitHub 8e6556699d Merge pull request #5 from gnxlxnxx/main
use `download_from_slice` function
2022-02-26 13:55:23 +01:00
gnxlxnxx d7daa0fd3d Bump up Version to 0.1.1 v0.1.1 2022-02-26 13:40:35 +01:00
gnxlxnxx 31e5205683 Update cargo-project 2022-02-26 13:39:47 +01:00
gnxlxnxx 2523cc8503 use download_from_slice function
this closes #4
2022-02-26 13:37:49 +01:00
gnxlxnxxandGitHub 0108a54d8f Merge pull request #3 from gnxlxnxx/main
Move the repo to `dfu-rs` and prepare for release
v0.1.0
2022-02-06 14:43:48 +01:00
gnxlxnxx 59c74f921e Move the repo to dfu-rs and prepare for release
this closes #1
2022-02-06 14:40:11 +01:00
gnxlxnxx 8800b22edf remove dfu subcommand from being parsed by clap 2022-02-05 19:29:20 +01:00
gnxlxnxxandGitHub bca314c152 Merge pull request #2 from gnxlxnxx/dfu-libusb
move from the `dfu` library to `dfu-libusb`
2022-02-05 19:15:39 +01:00
gnxlxnxx 14ddda22d9 Update README 2022-02-05 19:12:53 +01:00
gnxlxnxx 3f2a0b3a7a Update dfu-libusb
this partially fixes the problem with the gd32vf103 (every second time
flashing the chip works...)
2022-02-05 19:08:19 +01:00
gnxlxnxx be0b991e66 remove address
dfu-libusb does that internally so I don't need to specify that here
2022-02-05 19:07:34 +01:00
gnxlxnxx fa2b286f6b Use clap instead of structopt
- because of the note that they're in maintenance mode: https://github.com/TeXitoi/structopt#maintenance
2022-01-20 11:48:10 +01:00
gnxlxnxx a6e389c29d Move to dfu-libusb
this makes the crate cross-platform
but the gd32vf103 doesn't work yet
2022-01-20 09:27:07 +01:00
gnxlxnxx 6b79d67ff8 Update Readme 2021-11-26 19:12:53 +01:00
gnxlxnxx 504ae4e4f0 Use stm32 instead of stm32f4
- the vid and pid seem to be the same across all stm32 devices
2021-11-26 19:11:59 +01:00
gnxlxnxx c88e6db3c3 Update Readme v0.0.4 2021-11-26 18:49:49 +01:00
gnxlxnxx a7f1125c94 add udev rules 2021-11-26 18:49:24 +01:00
gnxlxnxx e71d9f9dd4 Update Cargo.toml 2021-11-26 18:48:54 +01:00
gnxlxnxx e62d032072 Add --chip option 2021-11-26 18:48:11 +01:00
gnxlxnxx 4e2c0f79a6 Update Cargo.toml v0.0.3 2021-11-14 13:36:49 +01:00
gnxlxnxx ce89c2d469 Update Cargo.toml v0.0.2 2021-11-14 13:33:55 +01:00
gnxlxnxx f6c9eee6dc add license and description v0.0.1 2021-11-14 13:21:31 +01:00
gnxlxnxx bccdc9a3c4 Initial Commit 2021-11-14 13:08:05 +01:00