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