correct spelling mistake
increase version number after RKNANOC support is added
Add support for RKNANOC and other devices with non standard endpoints
Add support for RKNANOC and other devices with non standard endpoints
Add support for RKNANOC and other devices with only 2 endpoints
Add read/write flash by partition name
Add read/write flash by partition name
Add support for RKNANOC and other devices with only 2 endpoints
thanks! fixed in 6.1
include rkflashtool.h in packages
the 6.0 package is missing rkflashtool.h, please update
forgot to include libusb dylib in macosx-intel ...
increase version number to 6.1 and start new cycle
include libusb-1.0.0.dylib in archive
preliminary builds for macosx intel and powerpc
no need to set MACH on the command line anymore...
replace obsolete usleep() with nanosleep()
nanosleep is in libpthread on mingw-w64
define PATH_MAX if it's not
more warnings, std=c99
remove MAP_FILE which is ignored anyway (see ma...
include getopt.h
remove useless comment
add RK3399
align descriptions
show all new commands, too.
change flag to reset_flag in usage()
move defines to rkflashtool.h
make using partition names endian safe
parse_partition_name() no longer needs a return...
remove "Error:" from calls to fatal()
clean up parse_partition_name()
move comment
always try to close the usb connection in case ...
factor out disconnecting/closing libusb connection
rkflashtool: support RK3228 and RK3229
Makefile: don't install scripts release.sh and ...
Add pid for RK3126
replace random() with rand() once more; fixes w...
rkflashtool: support RK3126 (USB 2207:310D)
rkflashtool: support RK3036, RK3128 and RK3368
Added RK3368 to known chip list
all the new stuff Julien and others have added ...
make usage() a bit more readable; empty line be...
Merge pull request #5 from sjoerd-ccu/idb-write
update copyright notice
factor out partition name parsing
Merge branch 'patch-1' of https://github.com/da...
build: use pkg-config to find libusb-1.0 if ava...
Merge branch 'master' of https://github.com/neo...
Makefile: add install && uninstall
Implement writing IDB blocks
Makefile: fix LDFLAGS on OS X
my euronet e-mail has finally ceased to exist.....
fix cross build with mingw on debian jessie
use rand() insetad of random()
Sorry for the trouble, this patch doesn't compile on GNU/Linux because of undefined...
add missing version.h to release tarballs