summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-07-27Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...Marcin Bukat2-0/+7
2010-07-27HD200: comment out CURRENT_REMOTE as remote doesn't draw additional current (...Marcin Bukat1-1/+1
2010-07-27WM8750 - add ALC and NGAT related low level functions (disabled now by default)Marcin Bukat2-5/+123
2010-07-26FM tuner region code cleanup - FS #11492 by me.Bertrik Sikken14-163/+54
2010-07-26Factor out opening and removing DIRCACHE_FILE into separate functions.Thomas Martitz1-9/+31
2010-07-25bootchart.h doesn't need _ansi.h, especially not in a relative pathRafaël Carré1-1/+0
2010-07-25strncpy.c / assert.h : need to include _ansi.hRafaël Carré1-0/+2
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré8-26/+53
2010-07-23Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote...Nils Wallménius3-4/+8
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é3-3/+4
2010-07-20The new Fuzev2 use the same FM chip than some Clip+Rafaël Carré3-2/+3
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-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré52-54/+54
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts1-1/+0
2010-07-17HD200: Add timeout in usb_enable(false) to prevent infinite loop when somethi...Marcin Bukat1-1/+6
2010-07-16rtc_as3514.c: make alarm struct static and reorder fields to save some binsizeBertrik Sikken1-3/+3
2010-07-16Fix failing AMSv2 power-down when the wake-up alarm timer is set - FS #11453 ...Bertrik Sikken1-41/+75
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énius3-25/+9
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-11strstr(): cosmeticsRafaël Carré1-17/+17
2010-07-11D2: Fix another timing loop that broke when we switched to the EABI compiler,...Rob Purchase1-2/+5
2010-07-11strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibcRafaël Carré1-22/+23
2010-07-11fat.c: fix format specifier in DEBUG buildRafaël Carré1-3/+3
2010-07-10Fix red in app buildsThomas Martitz1-1/+1
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz1-1/+1
2010-07-10SDL: fix typoRafaël Carré1-1/+1
2010-07-10SDL enhancements:Rafaël Carré3-99/+127
2010-07-08HD200 - calibrate battery indicator based on measurements and battery_benchesMarcin Bukat2-18/+14
2010-07-07HD200 - fix misleading comment in system-hd200.cMarcin Bukat1-18/+18
2010-07-06HD200 - turn off charging IC by defaultMarcin Bukat1-1/+1
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz15-2/+453
2010-07-06HD200 - Fix GPIO setup in button_init_device()- this change fixes sound outpu...Marcin Bukat1-7/+6
2010-07-06HD200 - more work on remote handlingMarcin Bukat1-4/+26
2010-07-04sim: add spdif_measure_frequency() stub for HAVE_SPDIF_INRafaël Carré1-0/+9
2010-07-04Simulator: build recording codeRafaël Carré1-4/+11