Closed hansfbaier closed 2 years ago
Tested here with Windows build it works
$ ./wch-isp.exe -h
usage: wch-isp.exe [-Vprvc] COMMAND [ARG ...]
wch-isp.exe [-Vprvc] flash FILE
But could be improved to add a better help to provide details on each option
Yes, nobody knows what those options mean
Added in latest version v0.1.0 released see https://github.com/hydrausb3/wch-isp/releases/tag/v0.1.0
./wch-isp.exe -h
usage: wch-isp.exe [-Vprvc] COMMAND [ARG ...]
wch-isp.exe [-Vprvc] flash|debug-on|debug-off FILE
-V means print version
-p means display progress
-r means do reset at end
-v means do verify after erase/program
-c means print CH569 config(after isp_init and before isp_fini)
The option -c for example is not documented in the usage output (-h).