summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAge
...
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove ↵Michael Sevakis2007-11-18
| | | | | | codec swapping and build speex voice decoding directly into the core binary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15668 a1c6a512-1295-4272-9138-f99709370657
* Introduce use of the new Speex voice file encoder in voice builds. Remove ↵Thom Johansen2007-11-18
| | | | | | the very unfinished support for other encoders and force use of either rbspeexenc for SWCODEC or LAME for HWCODEC. Update voice.pl to work with the new system, and remove a bug in the same go. Remember to rerun "configure" if you want to build voice files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15667 a1c6a512-1295-4272-9138-f99709370657
* Make rbspeexenc Makefile use system "ar" tool.Thom Johansen2007-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15664 a1c6a512-1295-4272-9138-f99709370657
* Create a libspeex.a as part of the compilation process - the intention is ↵Dave Chapman2007-11-17
| | | | | | that this can then be used by other tools (namely rbutilqt) to directly encode rockbox-compatible speex files. Also make the building slightly less verbose. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15654 a1c6a512-1295-4272-9138-f99709370657
* Fix a function parameter mis-matchJonas Häggqvist2007-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15651 a1c6a512-1295-4272-9138-f99709370657
* Some more quoting of program arguments.Jonas Häggqvist2007-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15650 a1c6a512-1295-4272-9138-f99709370657
* Build a standalone win32 executable of rbspeexenc on cygwin, for reuse in ↵Jens Arnold2007-11-16
| | | | | | VoiceBox etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15649 a1c6a512-1295-4272-9138-f99709370657
* Create a separate voicetoolset declaration - voicefont, wavtrim and (for ↵Dave Chapman2007-11-16
| | | | | | swcodec) rbspeexenc - and only build them when "make voice" is run. This brings the voice tools into line with the other build-specific tools and only builds them when needed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15648 a1c6a512-1295-4272-9138-f99709370657
* Remove deprecated shellscriptsJonas Häggqvist2007-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15647 a1c6a512-1295-4272-9138-f99709370657
* Move some stuff around so things are actually initialized before using them. ↵Jonas Häggqvist2007-11-16
| | | | | | Last second changes are evil. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15646 a1c6a512-1295-4272-9138-f99709370657
* Initial attempt at talkclip generation in voice.pl. Add some quoting to a ↵Jonas Häggqvist2007-11-16
| | | | | | few functions to avoid problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15645 a1c6a512-1295-4272-9138-f99709370657
* Remove an unneeded -iquote (which caused problems with pre 4.0.0 versions of ↵Dave Chapman2007-11-16
| | | | | | gcc) and replace a gcc with $(CC) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15644 a1c6a512-1295-4272-9138-f99709370657
* rbspeexenc and uclpack need to be .PHONY targets so they are rebuilt ↵Dave Chapman2007-11-16
| | | | | | correctly when the source changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15643 a1c6a512-1295-4272-9138-f99709370657
* That should be fread, not read.Thom Johansen2007-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15642 a1c6a512-1295-4272-9138-f99709370657
* Fix the clean: rule and also set svn keywordsDave Chapman2007-11-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15641 a1c6a512-1295-4272-9138-f99709370657
* Speex encoder specially tailored to create voice UI snippets. Small fixups ↵Thom Johansen2007-11-16
| | | | | | to libspeex to allow it to be built. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15640 a1c6a512-1295-4272-9138-f99709370657
* FS#8126: Translated voice strings for Swedish, with a few changes by me.Magnus Holmgren2007-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15621 a1c6a512-1295-4272-9138-f99709370657
* Built the M:Robe with the -mcpu=arm926ej-s option by default. A new cross ↵Karl Kurbjun2007-11-13
| | | | | | compiler will have to/can be build with rockboxdev.sh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15607 a1c6a512-1295-4272-9138-f99709370657
* Initial version of mknkboot - a utility to replace "merge0.cpp" to insert a ↵Dave Chapman2007-11-11
| | | | | | Rockbox bootloader into a Gigabeat-S nk.bin firmware update image. This was rewritten from scratch, but has been tested to produce output files identical to merge0.cpp. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15570 a1c6a512-1295-4272-9138-f99709370657
* Output both error number and description. * Another try to get svn:keywords ↵Jens Arnold2007-11-11
| | | | | | right. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15569 a1c6a512-1295-4272-9138-f99709370657
* Add error handling to the vbscript's EXEC method, so we get more meaningful ↵Jens Arnold2007-11-11
| | | | | | info if a required command like 'lame' is missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15568 a1c6a512-1295-4272-9138-f99709370657
* fix the output for the mrobe so we dont have to use apps/rockbox.binJonathan Gordon2007-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15401 a1c6a512-1295-4272-9138-f99709370657
* Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader ↵Dave Chapman2007-10-28
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15339 a1c6a512-1295-4272-9138-f99709370657
* More M:Robe work including a fix to lcd-as-memframe for larger screens ↵Karl Kurbjun2007-10-21
| | | | | | thanks to Michael Sevakis. Also fixes simulator builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15254 a1c6a512-1295-4272-9138-f99709370657
* Patches moved out from twiki.Björn Stenberg2007-10-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15201 a1c6a512-1295-4272-9138-f99709370657
* Replace thumb-interwork-4.0.3.diff patch for arm-elf-gcc with ↵Dave Chapman2007-10-18
| | | | | | rockbox-multilibs-arm-elf-gcc-4.0.3.diff. This builds libgcc.a for armv4 (current targets), armv5 (M:Robe), armv6 (Gigabeat S) and thumb interworking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15193 a1c6a512-1295-4272-9138-f99709370657
* revert r14709, leaving the output in bootloader/ is fineJonathan Gordon2007-10-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15103 a1c6a512-1295-4272-9138-f99709370657
* PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. ↵Jens Arnold2007-10-12
| | | | | | Immeasurable speedup on iPod Color, huge speedup on small H10 (a factor of 3). Should be a bit faster on big H10 too. * Big H10 changed bitmap format, so needs reconfiguring + full rebuild. * Better register naming for the mono LCD bridge. Register names for the colour LCD bridge. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15082 a1c6a512-1295-4272-9138-f99709370657
* Add a couple of recent new files to the CLEANALL ruleDave Chapman2007-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14964 a1c6a512-1295-4272-9138-f99709370657
* It seems we want the plugins fix for sapi as well.Jonas Häggqvist2007-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14958 a1c6a512-1295-4272-9138-f99709370657
* Move the "plugins" correction into a Festival-specific switch.Jonas Häggqvist2007-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14956 a1c6a512-1295-4272-9138-f99709370657
* Hide symbols by default on 64 bit sim buildsto avoid clashing, fixes ↵Nils Wallménius2007-10-02
| | | | | | crashing on track change with the same codec, crashing in calculator and text display in midiplay git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14953 a1c6a512-1295-4272-9138-f99709370657
* Make codepage Win-1250 actually work on charcell.Jens Arnold2007-10-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14946 a1c6a512-1295-4272-9138-f99709370657
* FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) addedMarcoen Hirschberg2007-10-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14942 a1c6a512-1295-4272-9138-f99709370657
* Fix the bootloader, and give the M:Robe it's own scrambleKarl Kurbjun2007-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14922 a1c6a512-1295-4272-9138-f99709370657
* Add support for the generic Telechips firmware format checksums - use ↵Dave Chapman2007-09-30
| | | | | | -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 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14917 a1c6a512-1295-4272-9138-f99709370657
* I got bullied in IRC by linuxstb and markun... Jonathan Gordon2007-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14909 a1c6a512-1295-4272-9138-f99709370657
* FreeBSD uname -m outputs a different string than linux uname -mNils Wallménius2007-09-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14871 a1c6a512-1295-4272-9138-f99709370657
* A few minor cleanups for the Gigabeat SWill Robertson2007-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14812 a1c6a512-1295-4272-9138-f99709370657
* Re-enable plugins for c200, and fix the red.Will Robertson2007-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14806 a1c6a512-1295-4272-9138-f99709370657
* Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson2007-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14805 a1c6a512-1295-4272-9138-f99709370657
* Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by ↵Marianne Arnold2007-09-20
| | | | | | Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14771 a1c6a512-1295-4272-9138-f99709370657
* Beginning of an M:Robe 500i port. Currently only in the bootloader stage. ↵Karl Kurbjun2007-09-20
| | | | | | Needs another piece of code to start the boot process - will be in the wiki. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14763 a1c6a512-1295-4272-9138-f99709370657
* Attempt to fix pronounciation of "plugins" for all English languages. ↵Jonas Häggqvist2007-09-19
| | | | | | Hopefully this spells the end of ploogins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14758 a1c6a512-1295-4272-9138-f99709370657
* make the e200rinstaller bootloader.bin file be created in the ./ directory ↵Jonathan Gordon2007-09-15
| | | | | | instead of ./bootloader/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14709 a1c6a512-1295-4272-9138-f99709370657
* FS#7748 by Catalin Patulea - Fix svnversion.sh for localization and failure ↵Jens Arnold2007-09-11
| | | | | | corner-cases. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14668 a1c6a512-1295-4272-9138-f99709370657
* Firmware "hacker" code for the e200r install so the full bootloader rom ↵Jonathan Gordon2007-09-09
| | | | | | | | | doesnt need to be written. Requires a custom version of e200tool which isnt available yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14654 a1c6a512-1295-4272-9138-f99709370657
* improved the ld (binutils) version number extractionDaniel Stenberg2007-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14651 a1c6a512-1295-4272-9138-f99709370657
* Figure out the version of ld (binutils) and display it on stdout, so thatDaniel Stenberg2007-09-08
| | | | | | | the distributed build system easier can catch it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14643 a1c6a512-1295-4272-9138-f99709370657
* Disable 'initialized field overwritten' warnings for gcc >= 4.2Nils Wallménius2007-09-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14633 a1c6a512-1295-4272-9138-f99709370657