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 only 2 endpoints
Add read/write flash by partition name
Add read/write flash by partition name
thanks! fixed in 6.1
include rkflashtool.h in packages
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
no need to set MACH on the command line anymore...
preliminary builds for macosx intel and powerpc
nanosleep is in libpthread on mingw-w64
replace obsolete usleep() with nanosleep()
define PATH_MAX if it's not
remove MAP_FILE which is ignored anyway (see ma...
more warnings, std=c99
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
remove "Error:" from calls to fatal()
always try to close the usb connection in case ...
parse_partition_name() no longer needs a return...
move comment
clean up parse_partition_name()
factor out disconnecting/closing libusb connection
make using partition names endian safe
replace random() with rand() once more; fixes w...
all the new stuff Julien and others have added ...
factor out partition name parsing
make usage() a bit more readable; empty line be...
Merge branch 'master' of https://github.com/neo...
update copyright notice
my euronet e-mail has finally ceased to exist.....
fix cross build with mingw on debian jessie
use rand() insetad of random()
libxtxt --> libxtst6
improve install instructions somewhat