summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-08-27Revert "Introduce a small api for loading code (codecs,plugins) from disk/mem...Thomas Martitz3-221/+0
2010-08-26Introduce a small api for loading code (codecs,plugins) from disk/memory.Thomas Martitz3-0/+221
2010-08-26Move to a proper sdl key config instead of using the d2 pad. make the mouse w...Jonathan Gordon6-29/+99
2010-08-25Accept FS#11567 by Fred Bauer - better memory management for the skin fontsJonathan Gordon2-0/+30
2010-08-25typo in r27876Rafaël Carré1-1/+1
2010-08-25usb-drv-as3525: only give physical addresses to USB HWRafaël Carré1-5/+5
2010-08-25sd-as3525*: use AS3525_PHYSICAL_ADDRRafaël Carré2-5/+5
2010-08-24mips is predefined by gcc, but we want it for paths. Don't let others fall in...Thomas Martitz3-3/+0
2010-08-23ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken2-58/+42
2010-08-23Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat2-43/+135
2010-08-23Read glyph cache in disk order to speed up loading - FS#11168 by Fred BauerFrank Gevaerts1-7/+55
2010-08-21Some Nano2G FTL cosmeticsMichael Sparmann1-21/+22
2010-08-20iPod 1st Gen: Fix battery ADC not working due to the EABI compiler optimizing...Jens Arnold1-6/+7
2010-08-20Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same se...Jens Arnold2-47/+7
2010-08-19Sansa AMSv2: don't prevent USB detection to work when rockbox USB stack is usedRafaël Carré1-1/+1
2010-08-18Sansa AMSv2: enable PLLB and use it to generate a more accurate PCM frequency...Bertrik Sikken1-1/+8
2010-08-17Fix two rather annoying Nano2G FTL bugs: 1. Fix a null pointer dereference/wr...Michael Sparmann1-18/+21
2010-08-17AMSv2: don't reboot on USB plugRafaël Carré1-0/+6
2010-08-16Android port: simplify sending touch events from Java->CMaurus Cuelenaere1-15/+6
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere8-30/+193
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz9-17/+13
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz13-13/+31
2010-08-12emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and retur...Michael Sparmann1-48/+157
2010-08-12emBIOS backports part three: Make the NAND flash driver return more useful er...Michael Sparmann2-24/+22
2010-08-12emBIOS backports part two: Fix a stupid global variable *instantiation* in a ...Michael Sparmann1-2/+2
2010-08-12Fix red: Revert the const correctness part, which opened a can of worms.Michael Sparmann2-4/+4
2010-08-12emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG...Michael Sparmann2-21/+26
2010-08-11Do not return negative sleeptimer valuesMichael Chicoine1-1/+1
2010-08-11Mark some local variables with 'static'.Nils Wallménius1-8/+8
2010-08-11Delete useless #ifndef #endif pair.Nils Wallménius1-2/+0
2010-08-08HD200 - Use DMA transfers in lcd_update() and lcd_update_rect(). Gives 12-26%...Marcin Bukat1-16/+86
2010-08-08ipod nano 2g: make functions/variables static where possible, add missing #in...Bertrik Sikken7-121/+116
2010-08-08Various minor fixes for Samsung YH* targetsBertrik Sikken5-0/+6
2010-08-07Android port: handle incoming calls.Thomas Martitz2-2/+24
2010-08-04A bit of work in the pcm driver. Should be a bit more efficient, but more imp...Thomas Martitz1-0/+4
2010-08-04Add a few forgotten files, Fix potential startup problem. Fix absolute touchs...Thomas Martitz1-12/+1
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz2-12/+52
2010-08-03Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz4-15/+11
2010-08-03system-arm.c/__div0 are for ARM native builds onlyRafaël Carré1-0/+2
2010-08-03system-android: cast void* to uintptr_t*Rafaël Carré1-1/+1
2010-08-03android: declare audiohw_set_volume()Rafaël Carré1-1/+1
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz25-19/+1236
2010-08-02Fix a logf bug which would trigger undefined behaviour(and probably crash) wh...Amaury Pouly1-0/+3
2010-08-01Fix reds.Thomas Martitz1-0/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz10-18/+284
2010-08-01More minor const/static/include fixes.Bertrik Sikken4-4/+7
2010-08-01Fix #ifdef in backlight.c from previous commitBertrik Sikken1-2/+2
2010-08-01Various minor cleanupsBertrik Sikken2-6/+5
2010-08-01Various minor cleanups for cowon d2Bertrik Sikken4-2/+15
2010-08-01Various minor cleanups for mini2440Bertrik Sikken7-4/+12