Command-line implementation of the WCHISPTool in Rust, by the ch32-rs team.
This tool is a work in progress.
```console
cargo install wchisp --git https://github.com/ch32-rs/wchisp
wchisp info 16:44:52 [INFO] Chip: CH32V307(0x7017) (Code Flash: 480KiB, Data EEPROM: 0KiB) 16:44:52 [INFO] Chip UID: ....... 16:44:52 [INFO] BTVER(bootloader ver): 020600 16:44:52 [INFO] Code Flash protected: false
wchisp flash ./path/to/firmware.{bin,hex,elf} ```