summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2010-08-01More minor const/static/include fixes.Bertrik Sikken
2010-08-01Various minor cleanups for cowon d2Bertrik Sikken
2010-08-01Various minor cleanups for mini2440Bertrik Sikken
2010-07-31Various minor clean-ups for mrobeBertrik Sikken
2010-07-31Various minor clean-ups for Zen VisionBertrik Sikken
2010-07-31Add #include to power-ipod.c, make some variables static in storage.cBertrik Sikken
2010-07-30Make some global function/variables local (by making them static)Bertrik Sikken
2010-07-30AMSv1: Don't modify MPMC_DYNAMIC_CONTROLRafaël Carré
2010-07-22lcd-clip.h: mentions clipv2Rafaël Carré
2010-07-22Sansa clip+: fix display brightness for players with newer OLED controller ty...Bertrik Sikken
2010-07-22Correction to previous commit: fix condition to include backlight-target.h (n...Bertrik Sikken
2010-07-22Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), t...Bertrik Sikken
2010-07-22as3525v1 USB: remove stubs if !defined(USE_ROCKBOX_USB)Rafaël Carré
2010-07-22CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.hRafaël Carré
2010-07-20The new Fuzev2 use the same FM chip than some Clip+Rafaël Carré
2010-07-20buttonlight for new fuzev2Rafaël Carré
2010-07-20Revert r26290Rafaël Carré
2010-07-19newer Fuzev2 doesn't seem to use B5 for button lightRafaël Carré
2010-07-19sd-as3525.c: disable widebus again, it causes read corruptionsRafaël Carré
2010-07-19as3525*: use atomic bit manipulation for CCU_IORafaël Carré
2010-07-19as3525*: disable_irq in system_reboot()Rafaël Carré
2010-07-19Support new Fuzev2 revisions (fuzev2_variant == 1)Rafaël Carré
2010-07-19sd-as3525v2: remove unneeded prototypesRafaël Carré
2010-07-17HD200: Add timeout in usb_enable(false) to prevent infinite loop when somethi...Marcin Bukat
2010-07-16HD200: Change move.w -> move.b in lcd-as-hd200.S when doing transfers to lcd ...Marcin Bukat
2010-07-16MPIO HD200 grey blitting: Use line reads for the pixel values as well. Almost...Jens Arnold
2010-07-15Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius
2010-07-15Properly fix warning by copying the swap16 and swap32 inline functions from s...Nils Wallménius
2010-07-14Fuze*/e200v2: remove unused lcd_set_contrast()Rafaël Carré
2010-07-11D2: Fix another timing loop that broke when we switched to the EABI compiler,...Rob Purchase
2010-07-10Fix red in app buildsThomas Martitz
2010-07-10SDL: fix typoRafaël Carré
2010-07-10SDL enhancements:Rafaël Carré
2010-07-08HD200 - calibrate battery indicator based on measurements and battery_benchesMarcin Bukat
2010-07-07HD200 - fix misleading comment in system-hd200.cMarcin Bukat
2010-07-06HD200 - turn off charging IC by defaultMarcin Bukat
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz
2010-07-06HD200 - Fix GPIO setup in button_init_device()- this change fixes sound outpu...Marcin Bukat
2010-07-06HD200 - more work on remote handlingMarcin Bukat
2010-07-04sim: add spdif_measure_frequency() stub for HAVE_SPDIF_INRafaël Carré
2010-07-04Simulator: build recording codeRafaël Carré
2010-07-04hdd6330: Enable buttonlights.Szymon Dziok
2010-07-04hdd6330: enable full touchpad support - code cleanup, all buttons should work...Szymon Dziok
2010-07-04hdd6330: change the synaptics-mep driver in a few places according to the tou...Szymon Dziok
2010-07-03HD200 - Increase ADC clock when boosted. Scan all 4 ADC channels during syste...Marcin Bukat
2010-07-03HD200 - add missed defines for remote buttons and remote_button_hold() functi...Marcin Bukat
2010-07-03HD200 - add support for remote in button_read_device()Marcin Bukat
2010-07-03Clip+ LCD: support devices with a different controllerRafaël Carré
2010-07-02HD200 - Setup codec as I2S master and enable recordingMarcin Bukat
2010-07-02pl081: Fix r27236 warnings. Need system.h.Michael Sevakis