Age | Commit message (Expand) | Author |
2010-08-01 | Rockbox as an application: add get_user_file_path(). | Thomas Martitz |
2010-07-31 | Fix condition for compiling audiohw_set_monitor (should fix red) | Bertrik Sikken |
2010-07-27 | Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1... | Marcin Bukat |
2010-07-27 | HD200: comment out CURRENT_REMOTE as remote doesn't draw additional current (... | Marcin Bukat |
2010-07-27 | WM8750 - add ALC and NGAT related low level functions (disabled now by default) | Marcin Bukat |
2010-07-26 | FM tuner region code cleanup - FS #11492 by me. | Bertrik Sikken |
2010-07-25 | bootchart.h doesn't need _ansi.h, especially not in a relative path | Rafaël Carré |
2010-07-25 | Move some gcc extensions to new gcc_extensions.h header | Rafaël Carré |
2010-07-23 | Define CONFIG_REMOTE_KEYPAD for iaudio x5/m5 and add a keymap for that remote... | Nils Wallménius |
2010-07-22 | CCU_BASE+0x20 is specific to AMSv2 -> move to as3525v2.h | Rafaël Carré |
2010-07-20 | The new Fuzev2 use the same FM chip than some Clip+ | Rafaël Carré |
2010-07-18 | AB_REPEAT_ENABLE was never defined to 2 | Rafaël Carré |
2010-07-15 | Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ... | Nils Wallménius |
2010-07-08 | HD200 - calibrate battery indicator based on measurements and battery_benches | Marcin Bukat |
2010-07-06 | Rockbox as an application: Add an 320x240 SDL application target. | Thomas Martitz |
2010-07-04 | hdd6330: change the synaptics-mep driver in a few places according to the tou... | Szymon Dziok |
2010-07-02 | HD200 - Setup codec as I2S master and enable recording | Marcin Bukat |
2010-06-30 | Remove atomic register bit manipulation functions from i.MX and s3c target co... | Michael Sevakis |
2010-06-28 | Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for wei... | Tobias Diedrich |
2010-06-26 | Should clear up rest of red. Add a required #define in the config for c200. F... | Michael Sevakis |
2010-06-26 | Fix red. Thought I had REC_SAMPR_DEFAULT covered if not otherwise specified a... | Michael Sevakis |
2010-06-26 | e200v1/c200v1: Implement limited samplerate switching. Rates 24kHz and below ... | Michael Sevakis |
2010-06-24 | Commit FS#11364 by me. Increases the A3525v2 volume range by 7.5dB. Each vo... | Michael Giacomelli |
2010-06-23 | as3525v2-usb: define number of enpoints correctly, write interrupt handler | Amaury Pouly |
2010-06-23 | playback.c: don't assume cacheline size is 16 bytes | Rafaël Carré |
2010-06-22 | Enable USE_ROCKBOX_USB on all AS3525v1, confirmed to work on C200v2 and E200v... | Tobias Diedrich |
2010-06-22 | usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ... | Tobias Diedrich |
2010-06-21 | Apply FS #11423 - Use udelay in AMS driver for FM radio I2C | Bertrik Sikken |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
2010-06-20 | Also define STORAGE_ALIGN_ATTR if STORAGE_WANTS_ALIGN isn't defined | Michael Sparmann |
2010-06-20 | Add a STORAGE_ALIGN_ATTR macro, similar to CACHEALIGN_ATTR, for consistency | Michael Sparmann |
2010-06-19 | iPod 3G: Implement wheel acceleration and repeats. Chosen settings feel prett... | Michael Sevakis |
2010-06-18 | fix endif wrongly removed (should have been moved) in r26927 | Rafaël Carré |
2010-06-18 | as3525*: enable USB stack in bootloader (but not USE_ROCKBOX_USB yet) | Rafaël Carré |
2010-06-18 | as3525*: enable MMU in bootloader | Rafaël Carré |
2010-06-18 | as3525: bootloader USB mode | Rafaël Carré |
2010-06-17 | Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo... | Michael Sevakis |
2010-06-16 | The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5... | Bertrik Sikken |
2010-06-16 | FS#11402 by me : sd_enable for Sansa AMSv2 | Rafaël Carré |
2010-06-15 | Support for mystery FM chip in some Sansa Clip+, FS #11403 by me | Bertrik Sikken |
2010-06-11 | Get rid of the STATICIRAM hack for eabi builds. | Thomas Martitz |
2010-06-11 | Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio... | Michael Sevakis |
2010-06-11 | drop 'req' from gas macro, not available in binutils 2.16 | Rafaël Carré |
2010-06-11 | FS#11335 by me: make ARM assembly functions thumb-friendly | Rafaël Carré |
2010-06-10 | c200v2: reduce the plugin even further | Rafaël Carré |
2010-06-10 | c200v2: reduce plugin buffer size nearly to minimum | Rafaël Carré |
2010-06-10 | Clean unused stuff out of thread.h and config.h and reorganize thread-pp.c to... | Michael Sevakis |
2010-06-10 | Enable the hotkey feature on the touchscreen targets who now have a hotkey to... | Jonathan Gordon |
2010-06-09 | rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear... | Jonathan Gordon |
2010-06-09 | reclaim most of the delta from the pictureflow commit | Jonathan Gordon |