summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2010-08-23ipod fm remote: some static/const fixes from FS #11266 by meBertrik Sikken1-17/+0
2010-08-23Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat1-0/+6
2010-08-20Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same se...Jens Arnold1-0/+7
2010-08-16Android port: add support for hardware keysMaurus Cuelenaere2-0/+5
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+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-2/+2
2010-08-11Delete useless #ifndef #endif pair.Nils Wallménius1-2/+0
2010-08-07Android port: handle incoming calls.Thomas Martitz1-0/+2
2010-08-04Implement HAVE_LCD_ENABLE and lcd_update_rect(). When Rockbox runs in the bac...Thomas Martitz1-0/+4
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 Martitz6-15/+53
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz2-0/+137
2010-07-31Fix condition for compiling audiohw_set_monitor (should fix red)Bertrik Sikken1-5/+1
2010-07-27Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...Marcin Bukat1-0/+1
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 Bukat1-5/+5
2010-07-26FM tuner region code cleanup - FS #11492 by me.Bertrik Sikken7-48/+1
2010-07-25bootchart.h doesn't need _ansi.h, especially not in a relative pathRafaël Carré1-1/+0
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré4-12/+4
2010-07-23Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote...Nils Wallménius3-4/+8
2010-07-22CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.hRafaël Carré2-1/+2
2010-07-20The new Fuzev2 use the same FM chip than some Clip+Rafaël Carré1-1/+1
2010-07-18AB_REPEAT_ENABLE was never defined to 2Rafaël Carré52-54/+54
2010-07-15Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius1-2/+3
2010-07-08HD200 - calibrate battery indicator based on measurements and battery_benchesMarcin Bukat1-13/+10
2010-07-06Rockbox as an application: Add an 320x240 SDL application target.Thomas Martitz3-0/+101
2010-07-04hdd6330: change the synaptics-mep driver in a few places according to the tou...Szymon Dziok1-1/+1
2010-07-02HD200 - Setup codec as I2S master and enable recordingMarcin Bukat2-21/+21
2010-06-30Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis1-0/+5
2010-06-28Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for wei...Tobias Diedrich6-2/+9
2010-06-26Should clear up rest of red. Add a required #define in the config for c200. F...Michael Sevakis2-1/+6
2010-06-26Fix red. Thought I had REC_SAMPR_DEFAULT covered if not otherwise specified a...Michael Sevakis1-0/+4
2010-06-26e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ...Michael Sevakis5-7/+40
2010-06-24Commit FS#11364 by me. Increases the A3525v2 volume range by 7.5dB. Each vo...Michael Giacomelli1-0/+6
2010-06-23as3525v2-usb: define number of enpoints correctly, write interrupt handlerAmaury Pouly1-0/+6
2010-06-23playback.c: don't assume cacheline size is 16 bytesRafaël Carré1-1/+1
2010-06-22Enable USE_ROCKBOX_USB on all AS3525v1, confirmed to work on C200v2 and E200v...Tobias Diedrich4-8/+8
2010-06-22usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ...Tobias Diedrich1-2/+3
2010-06-21Apply FS #11423 - Use udelay in AMS driver for FM radio I2CBertrik Sikken1-17/+16
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz15-32/+48
2010-06-20Also define STORAGE_ALIGN_ATTR if STORAGE_WANTS_ALIGN isn't definedMichael Sparmann1-0/+1
2010-06-20Add a STORAGE_ALIGN_ATTR macro, similar to CACHEALIGN_ATTR, for consistencyMichael Sparmann1-0/+1
2010-06-19iPod 3G: Implement wheel acceleration and repeats. Chosen settings feel prett...Michael Sevakis1-0/+7
2010-06-18fix endif wrongly removed (should have been moved) in r26927Rafaël Carré1-0/+1
2010-06-18as3525*: enable USB stack in bootloader (but not USE_ROCKBOX_USB yet)Rafaël Carré8-45/+16
2010-06-18as3525*: enable MMU in bootloaderRafaël Carré2-4/+3
2010-06-18as3525: bootloader USB modeRafaël Carré1-1/+2
2010-06-17Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis1-1/+1
2010-06-16The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5...Bertrik Sikken4-20/+20