summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
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 Cuelenaere5-30/+185
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz3-3/+3
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz10-11/+20
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 Sparmann1-2/+2
2010-08-12emBIOS backports part one: Fix an annoying race condition in the Synopsys OTG...Michael Sparmann1-19/+24
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 Sikken3-0/+3
2010-08-07Android port: handle incoming calls.Thomas Martitz1-2/+22
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 Martitz1-12/+48
2010-08-03Run Rockbox as a service, which allows for music decoding&playback in the bac...Thomas Martitz4-15/+11
2010-08-03system-android: cast void* to uintptr_t*Rafaël Carré1-1/+1
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz14-0/+1090
2010-08-01More minor const/static/include fixes.Bertrik Sikken3-0/+3
2010-08-01Various minor cleanups for cowon d2Bertrik Sikken3-0/+3
2010-08-01Various minor cleanups for mini2440Bertrik Sikken6-4/+10
2010-07-31Various minor clean-ups for mrobeBertrik Sikken2-6/+5
2010-07-31Various minor clean-ups for Zen VisionBertrik Sikken4-7/+5
2010-07-31Add #include to power-ipod.c, make some variables static in storage.cBertrik Sikken1-0/+3
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken2-2/+2
2010-07-30AMSv1: Don't modify MPMC_DYNAMIC_CONTROLRafaël Carré1-5/+0
2010-07-22lcd-clip.h: mentions clipv2Rafaël Carré1-1/+1
2010-07-22Sansa clip+: fix display brightness for players with newer OLED controller ty...Bertrik Sikken7-76/+49
2010-07-22Correction to previous commit: fix condition to include backlight-target.h (n...Bertrik Sikken1-1/+1
2010-07-22Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), t...Bertrik Sikken6-25/+25
2010-07-22as3525v1 USB: remove stubs if !defined(USE_ROCKBOX_USB)Rafaël Carré1-92/+0
2010-07-22CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.hRafaël Carré1-2/+2
2010-07-20The new Fuzev2 use the same FM chip than some Clip+Rafaël Carré1-0/+0
2010-07-20buttonlight for new fuzev2Rafaël Carré1-0/+12
2010-07-20Revert r26290Rafaël Carré1-0/+5
2010-07-19newer Fuzev2 doesn't seem to use B5 for button lightRafaël Carré2-11/+25
2010-07-19sd-as3525.c: disable widebus again, it causes read corruptionsRafaël Carré1-4/+8
2010-07-19as3525*: use atomic bit manipulation for CCU_IORafaël Carré5-11/+11
2010-07-19as3525*: disable_irq in system_reboot()Rafaël Carré1-0/+3
2010-07-19Support new Fuzev2 revisions (fuzev2_variant == 1)Rafaël Carré5-26/+61
2010-07-19sd-as3525v2: remove unneeded prototypesRafaël Carré1-26/+24
2010-07-17HD200: Add timeout in usb_enable(false) to prevent infinite loop when somethi...Marcin Bukat1-1/+6
2010-07-16HD200: Change move.w -> move.b in lcd-as-hd200.S when doing transfers to lcd ...Marcin Bukat1-21/+21
2010-07-16MPIO HD200 grey blitting: Use line reads for the pixel values as well. Almost...Jens Arnold1-24/+56
2010-07-15Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius2-23/+6
2010-07-15Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius1-3/+23
2010-07-14Fuze*/e200v2: remove unused lcd_set_contrast()Rafaël Carré2-10/+0
2010-07-11D2: Fix another timing loop that broke when we switched to the EABI compiler,...Rob Purchase1-2/+5