summaryrefslogtreecommitdiff
path: root/utils/tcctool
AgeCommit message (Collapse)Author
2010-05-02Take version number from SVN, or via VERSION variable in Makefile - i.e. use ↵Dave Chapman
"make VERSION=v1.0" to build with that version number. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25774 a1c6a512-1295-4272-9138-f99709370657
2010-05-02Add support for the Cowon S9, based on the information from ↵Dave Chapman
http://iaudiophile.net/forums/showthread.php?t=36073 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25773 a1c6a512-1295-4272-9138-f99709370657
2009-05-07Add the Sansa m200 to tcctool.Robert Menes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20869 a1c6a512-1295-4272-9138-f99709370657
2008-10-13Don't exit with code 0 on do_patching() failVitja Makarov
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18795 a1c6a512-1295-4272-9138-f99709370657
2008-10-12Fix a nasty bug spotted by Rob Purchase - the uploaded file was being ↵Dave Chapman
truncated to a multiple of 64 bytes (PACKET_SIZE). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18787 a1c6a512-1295-4272-9138-f99709370657
2008-10-05Add iriver X20 support to tcctool - information contributed by Octavian Voicu.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18710 a1c6a512-1295-4272-9138-f99709370657
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Oops, I should try compiling things before committing...Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16394 a1c6a512-1295-4272-9138-f99709370657
2008-02-23Add support to tcctool for the Samsung YP-K3. Also rename the YP-P2 option ↵Dave Chapman
to the shorter ypp2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16393 a1c6a512-1295-4272-9138-f99709370657
2008-02-07Add support for Samsung YP P2Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16240 a1c6a512-1295-4272-9138-f99709370657
2007-11-10Document how to use tcctool in Windows, and include the appropriate .inf ↵Dave Chapman
file for use with the libusb-win32 device driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15559 a1c6a512-1295-4272-9138-f99709370657
2007-10-31Use O_BINARY when reading the firmware file - for win32 compatibilityDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15385 a1c6a512-1295-4272-9138-f99709370657
2007-10-27Correct the value for SDCFG for the c100 - based on a USB log of the C100 ↵Dave Chapman
firmware updater. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15332 a1c6a512-1295-4272-9138-f99709370657
2007-10-27Initial, untested support for C100. Also increase the firmware size limit ↵Dave Chapman
to 10MB to make it work withe the Cowon D2 and a little cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15331 a1c6a512-1295-4272-9138-f99709370657
2007-10-21Add support for device-specific USB product IDs - the D2 is different to ↵Dave Chapman
other devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15242 a1c6a512-1295-4272-9138-f99709370657
2007-10-20Untested support for the Cowon D2Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15228 a1c6a512-1295-4272-9138-f99709370657
2007-10-20Initial version of tcctool - a utility for talking to Telechips TCC77x-based ↵Dave Chapman
devices in USB boot mode, allowing code to be uploaded to RAM and run via USB, without any danger of bricking. When your uploaded code crashes, just power-cycle the device and it is back to normal. Requires libusb. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15217 a1c6a512-1295-4272-9138-f99709370657