.. |
checkwps
|
Prevent the user from running "make" directly - it should only be invoked by the buildall.sh script
|
2008-03-27 00:00:53 +00:00 |
fwpatcher
|
|
|
profile_reader
|
|
|
rbspeex
|
when building on MinGW, make sure to set CC to gcc. Make ar call silent.
|
2007-12-15 15:11:53 +00:00 |
ucl
|
Removed executable flag
|
2007-01-09 23:29:07 +00:00 |
bdf2bmp.c
|
|
|
binlang
|
|
|
bmp2rb.c
|
Make RAW option explicitly little-endian and ensure that bmp2rb works the same on both little-endian and big-endian hosts. Fix bug with generating <= 8-bit raw output on big-endian hosts. Also remove TAB characters, C99 variable declarations and extremely long lines in the source.
|
2007-01-18 09:30:25 +00:00 |
buildzip.pl
|
FS#8482 take two. Make the language files built first, so that the largest
|
2008-02-18 12:17:34 +00:00 |
codepage_tables.c
|
FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added
|
2007-10-01 17:16:31 +00:00 |
codepage_tables.h
|
FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) added
|
2007-10-01 17:16:31 +00:00 |
codepages.c
|
Make codepage Win-1250 actually work on charcell.
|
2007-10-02 07:25:24 +00:00 |
configure
|
FS#8842 by Thomas Martitz, thanks!
|
2008-04-02 21:28:15 +00:00 |
convbdf.c
|
Remove old debug statement when building fonts.
|
2008-01-22 15:55:21 +00:00 |
database.c
|
Check if file has already been removed from DB when manually invoking
|
2006-11-19 19:11:30 +00:00 |
descramble.c
|
Fix red.
|
2007-03-22 15:59:58 +00:00 |
dict2rdf.pl
|
|
|
genlang
|
make the warnings gcc-style to be trapped by the scripts easier
|
2008-02-17 23:42:38 +00:00 |
gigabeat.c
|
Make Gigabeat's scramble endian-safe.
|
2007-03-22 15:53:37 +00:00 |
gigabeat.h
|
|
|
gigabeats.c
|
Scramble can now generate an nk.bin file, independent of the OF. These nk.bin files will only transfer using the sendfirm tool.
|
2007-11-27 16:35:07 +00:00 |
gigabeats.h
|
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
|
2007-09-21 15:51:53 +00:00 |
iaudio_bl_flash.bmp
|
Make scramble add the flash logo when encoding for iAudio. It's only shown on M3 with the cowon loader versions I've seen, but the space is reserved in all coldfire iaudio flash files (was just zeroed before).
|
2008-03-18 20:58:52 +00:00 |
ipod_fw.c
|
Initial attempt at adding support for firmware images with 2048-byte sectors. Sector size is auto-detected, so both 5g and "5.5g" users can use the "-g video" (or its alias, "-g 5g") option to manipulate the firmware. I have tested this patch with 3G, 4G and 5G (512-byte sectors) and 5G (2048-byte sectors) images and it generates a "rockboot.bin" file with a matching MD5 checksum to either the previous version of ipod_fw.c, or the patched "ipod_fw_5.5g.c", as appropriate.
|
2006-12-10 11:02:48 +00:00 |
iriver.c
|
|
|
iriver.h
|
|
|
langv1tov2
|
|
|
lngdump.c
|
tiny tool to help with dumping a binary lng file to the screen to make it
|
2007-08-10 22:04:47 +00:00 |
make.inc
|
FS#8482 take two. Make the language files built first, so that the largest
|
2008-02-18 12:17:34 +00:00 |
makebmp.inc
|
|
|
Makefile
|
1) Make Rockbox reject any WPSs if there are errors loading any of the required bmps; 2) Make checkwps actually load the images using the Rockbox bmp loader, and reject the WPS in the same was as Rockbox on bmp errors.
|
2008-03-26 18:18:22 +00:00 |
makesrc.inc
|
Revert "initial Meizu M6SL port"
|
2008-03-27 11:53:51 +00:00 |
makesubdirs.inc
|
|
|
mi4.c
|
The mi4 CRC should start at 0x200, not 0x1c.
|
2007-03-15 13:04:38 +00:00 |
mi4.h
|
Add support for scramble to put a 4 character string indicating binary type and the 4 character model id at the end of the mi4 header.
|
2007-03-14 13:51:05 +00:00 |
mkboot.c
|
|
|
mkinfo.pl
|
ARCHOS has been renamed to MODELNAME (as of r16149)
|
2008-02-25 18:12:11 +00:00 |
mkmi4.sh
|
|
|
mknkboot.c
|
Make the Gigabeat-S bootloader dual-boot. The hold switch is used to choose what to boot - because it is a simple GPIO test.
|
2007-11-27 01:25:11 +00:00 |
mktccboot.c
|
Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader build compiles and runs (but only displays some debugging info), and the LCD and ADC drivers are working. Two different bootloader builds are possible: 1) The default build is just a test application for uploading to the device via tcctool; 2) Adding -DTCCBOOT to EXTRA_DEFINES in the build directory Makefile will compile the bootloader so that it can be appended to the end of the original firmware and installed on the device, dual-booting. This commit also includes some work by Hein-Pieter van Braam on a port to the iAudio 7, but that doesn't build yet. A large part of these ports will be generic to all TCC77x devices - see the TelechipsInfo wiki page for some other devices with this CPU. NOTE: Compiling these builds requires an arm-elf-gcc with armv5 support - the current version of rockboxdev.sh compiles such a gcc.
|
2007-10-28 11:08:10 +00:00 |
mp3info.pm
|
Removed executable flag
|
2007-01-09 23:29:07 +00:00 |
player_unifont.c
|
Replace obsolete generate_rocklatin tool with player_unifont tool.
|
2007-04-04 00:16:11 +00:00 |
rdf2binary.c
|
|
|
rockbox-style.el
|
better lisp
|
2007-01-24 15:32:39 +00:00 |
rockboxdev.sh
|
fix the m68k crosscompiler build for FreeBSD
|
2008-03-28 00:00:46 +00:00 |
romsizetest.pl
|
|
|
sample.emacs
|
|
|
sapi5_init_tts.vbs
|
Allow Cygwin users to generate voice files using SAPI 5. Slow, and missing some of the details from the old MakeVoices.vbs method, but better than nothing.
|
2007-08-09 12:07:42 +00:00 |
sapi5_stop_tts.vbs
|
Allow Cygwin users to generate voice files using SAPI 5. Slow, and missing some of the details from the old MakeVoices.vbs method, but better than nothing.
|
2007-08-09 12:07:42 +00:00 |
sapi5_voice.vbs
|
Allow Cygwin users to generate voice files using SAPI 5. Slow, and missing some of the details from the old MakeVoices.vbs method, but better than nothing.
|
2007-08-09 12:07:42 +00:00 |
sapi_voice.vbs
|
Make the newly supported languages known to SAPI voice generation.
|
2008-03-09 08:16:08 +00:00 |
scramble.c
|
Make scramble add the flash logo when encoding for iAudio. It's only shown on M3 with the cowon loader versions I've seen, but the space is reserved in all coldfire iaudio flash files (was just zeroed before).
|
2008-03-18 20:58:52 +00:00 |
sh2d.c
|
Fix sh2d to work properly on non-32bit hosts.
|
2006-11-21 20:06:06 +00:00 |
songdb.pl
|
Change default filenames from tagcache to database
|
2006-11-27 00:21:37 +00:00 |
svnupcheck.pl
|
pass the output from 'svn update' to this script, and it will say rebuild if
|
2007-03-15 22:31:32 +00:00 |
svnversion.sh
|
FS#7748 by Catalin Patulea - Fix svnversion.sh for localization and failure corner-cases.
|
2007-09-11 05:10:42 +00:00 |
telechips.c
|
Add support for the generic Telechips firmware format checksums - use -tcc=sum if the header just contains a single checksum, or -tcc=crc if the header contains two 32-bit CRCs. Credit goes to Hein-Pieter van Braam for his work on identifying the (reverse) CRC32 algorithm used when calculating the two CRCs
|
2007-09-30 12:49:43 +00:00 |
telechips.h
|
Add support for the generic Telechips firmware format checksums - use -tcc=sum if the header just contains a single checksum, or -tcc=crc if the header contains two 32-bit CRCs. Credit goes to Hein-Pieter van Braam for his work on identifying the (reverse) CRC32 algorithm used when calculating the two CRCs
|
2007-09-30 12:49:43 +00:00 |
testdbv2.c
|
|
|
ucl2src.pl
|
|
|
uplang
|
|
|
usb_benchmark.c
|
New USB stack
|
2007-11-22 20:51:00 +00:00 |
voice.pl
|
Fixed some accents for italian TTS pronunciation.
|
2008-03-27 21:26:19 +00:00 |
VOICE_PAUSE.wav
|
Replace the voicebuilding with a perl-based approach. Should greatly speed up building on Cygwin. See more in FS#7646.
|
2007-08-25 22:00:13 +00:00 |
voicefont.c
|
refactored voicefont and wavtrim for inclusion into rbutil.
|
2008-01-11 23:46:10 +00:00 |
voicefont.h
|
refactored voicefont and wavtrim for inclusion into rbutil.
|
2008-01-11 23:46:10 +00:00 |
vorbiscomm.pm
|
|
|
wavtrim.c
|
refactored voicefont and wavtrim for inclusion into rbutil.
|
2008-01-11 23:46:10 +00:00 |
wavtrim.h
|
refactored voicefont and wavtrim for inclusion into rbutil.
|
2008-01-11 23:46:10 +00:00 |
wn2rdf.pl
|
|
|