Skip to content

wch-ch56x-isp release v0.3.0

Latest
Compare
Choose a tag to compare
@bvernoux bvernoux released this 31 Oct 19:42
89e8359
  • Replace arg.h by cargs (see submodule cargs) fix issue #11 "Refactor the parameters using https://github.com/likle/cargs"
  • Flash size is automatically set to correct flash size (flash32k/flash64k/flash96k)
  • New arguments/options (simplified/using cargs)

Usage: wch-ch56x-isp [OPTION]...
-V, --Version Print version
-h, --help Show help
-c, --config Print CH569 config(after isp_init and before isp_fini)
-p, --progress Display progress
-v, --verify Do verify after erase/program
-r, --reset Reset MCU at end
-d, --mcudebug=VALUE Set MCU debug mode, VALUE to be replaced by on or off
-f, --flashfile=VALUE Flash file (binary file *.bin), VALUE to be replaced by binary file *.bin to be flashed

For more details see https://github.com/hydrausb3/wch-ch56x-isp#how-to-use-wch-ch56x-isp

Full Changelog: v0.2.1...v0.3.0