summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-23Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559Björn Stenberg
2008-11-23Implement a basic uncalibrated battery reading for all as3525 targets with a ...Bertrik Sikken
2008-11-23Disable plugins for Sansa Clip because plugins won't build yet for the Clip.Bertrik Sikken
2008-11-23Initialise mutex before using it in as3525-codec.c, also use mutex for single...Bertrik Sikken
2008-11-23Change the test_sampr plugin around to use a constant pitch + white noise whi...Michael Sevakis
2008-11-22Added rombox.ucl to target 'clean'. Added some newlines.Björn Stenberg
2008-11-22Support split target.o:source.c lines.Björn Stenberg
2008-11-22Added power.h include to power-as3525.cBertrik Sikken
2008-11-22Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GP...Dave Chapman
2008-11-22Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius
2008-11-22Gigabeat S samplerate control: Fix really dumb mistake made when doing cleanu...Michael Sevakis
2008-11-22Oops. Used wrong constant.Michael Sevakis
2008-11-22Audio samplerate control for Gigabeat S: 8, 11.025, 12, 16, 22.050, 24, 32, 4...Michael Sevakis
2008-11-22FS#9557 - fix the %mv and %t timeout so its intrepreted correctlyJonathan Gordon
2008-11-21$* doesn't work if the target doesn't use a wildcard. Furthermore the GNU mak...Jens Arnold
2008-11-21Stop overwriting rockbox.map (depending on build order). Should fix jumping s...Jens Arnold
2008-11-21That test plugin was forgotten in the make system overhaul.Jens Arnold
2008-11-21Added dummy numbers to avoid #error during dependency generation.Björn Stenberg
2008-11-21Removed duplicate LANG_O...Björn Stenberg
2008-11-21Added LANG_O to simulators as well.Björn Stenberg
2008-11-21Don't print partition sizes in megabytes, as that is buggy on 5.5G. Use secto...Frank Gevaerts
2008-11-21Altered mkdepfile to use a single gcc call and post-process the output. This ...Björn Stenberg
2008-11-21Turns out that using likely in the loop condition gives a nice little speedup...Nils Wallménius
2008-11-21Added a proper rule for rockbox-info.txtBjörn Stenberg
2008-11-21FS#9566: Change regex to make it work on old versions of sed.Björn Stenberg
2008-11-21Commit some USB and ATA rework/refactoring (+ USB GPIO detection).Maurus Cuelenaere
2008-11-21Fix segmentation fault when no key was found.Maurus Cuelenaere
2008-11-20Minor fix of the word "color" in the color settings; it is now spelledRobert Menes
2008-11-20Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
2008-11-20Restore specific compiler flags for the midi plugin lost in r19146Nils Wallménius
2008-11-20Bootbox needs --gc-sections.Björn Stenberg
2008-11-20Make sure plugin directory exists before creating link file.Björn Stenberg
2008-11-20.map and .bin files have moved to the root.Björn Stenberg
2008-11-20codec.link must be created with -DCODECBjörn Stenberg
2008-11-20Disabled input section garbage collection in linker for now. This makes sansa...Björn Stenberg
2008-11-20Correct name of midi pluginNils Wallménius
2008-11-20Don't objcopy simulator plugins.Björn Stenberg
2008-11-20Make sure codec directory exists before creating link file.Björn Stenberg
2008-11-20Midiplay.rock changed name to midi.rock.Björn Stenberg
2008-11-20Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg
2008-11-20Bug fix for previous bug fix. Too much copy/paste.Björn Stenberg
2008-11-20Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-11-19Gigabeat S: Make MIN_BRIGHTNESS_SETTING to be 1, not 0; the backlight already...Michael Sevakis
2008-11-19Several tweaks and cleanups: * Use .rept instead of repeated macros for repea...Jens Arnold
2008-11-19Add some watchdog timer definitions for IMX31LMichael Sevakis
2008-11-19MC13783 PMIC: Make some defines more strictly correct-- interrupts, etc.Michael Sevakis
2008-11-19Gigabeat S: Fix PCM being cut off at the beginning. The DAC L-R swapping isn'...Michael Sevakis