summaryrefslogtreecommitdiff
path: root/utils (follow)
Commit message (Collapse)AuthorAge
* Firmware update utility for the Gigabeat S and probably other MTP devices. ↵Nicolas Pennequin2007-11-22
| | | | | | Based on libmtp's sendfile.c example, tweaked by Maurus Cuelenaere and me to send firmware files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15755 a1c6a512-1295-4272-9138-f99709370657
* Document how to use tcctool in Windows, and include the appropriate .inf ↵Dave Chapman2007-11-10
| | | | | | file for use with the libusb-win32 device driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15559 a1c6a512-1295-4272-9138-f99709370657
* Use O_BINARY when reading the firmware file - for win32 compatibilityDave Chapman2007-10-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15385 a1c6a512-1295-4272-9138-f99709370657
* Add support for co-processor instructions. I'm not 100% sure about this, ↵Dave Chapman2007-10-27
| | | | | | but it seems to work... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15334 a1c6a512-1295-4272-9138-f99709370657
* Correct the value for SDCFG for the c100 - based on a USB log of the C100 ↵Dave Chapman2007-10-27
| | | | | | firmware updater. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15332 a1c6a512-1295-4272-9138-f99709370657
* Initial, untested support for C100. Also increase the firmware size limit ↵Dave Chapman2007-10-27
| | | | | | 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
* Add support for device-specific USB product IDs - the D2 is different to ↵Dave Chapman2007-10-21
| | | | | | other devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15242 a1c6a512-1295-4272-9138-f99709370657
* Untested support for the Cowon D2Dave Chapman2007-10-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15228 a1c6a512-1295-4272-9138-f99709370657
* Initial version of tcctool - a utility for talking to Telechips TCC77x-based ↵Dave Chapman2007-10-20
| | | | | | 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
* FS#7182: Fix endianness bugs in ARM disassembler which made it report wrong ↵Barry Wardell2007-08-01
| | | | | | addresses on PPC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14130 a1c6a512-1295-4272-9138-f99709370657
* FS#7182: Second attempt by Dave Chapman at getting ARM disassembler to ↵Barry Wardell2007-08-01
| | | | | | compile in Linux. This version produces identical output to the Windows version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14128 a1c6a512-1295-4272-9138-f99709370657
* FS#7182: Initial attempt by Dave Chapman at getting ARM disassembler to ↵Barry Wardell2007-08-01
| | | | | | compile in Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14127 a1c6a512-1295-4272-9138-f99709370657
* Initial version of ARM disassembler by Antonius Hellman.Barry Wardell2007-08-01
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14126 a1c6a512-1295-4272-9138-f99709370657