summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2010-06-16The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5...Bertrik Sikken4-20/+20
2010-06-16FS#11402 by me : sd_enable for Sansa AMSv2Rafaël Carré3-3/+3
2010-06-15Support for mystery FM chip in some Sansa Clip+, FS #11403 by meBertrik Sikken5-1/+63
2010-06-11Get rid of the STATICIRAM hack for eabi builds.Thomas Martitz1-2/+3
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis2-2/+3
2010-06-11drop 'req' from gas macro, not available in binutils 2.16Rafaël Carré1-1/+1
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-0/+20
2010-06-10c200v2: reduce the plugin even furtherRafaël Carré1-1/+1
2010-06-10c200v2: reduce plugin buffer size nearly to minimumRafaël Carré1-1/+1
2010-06-10Clean unused stuff out of thread.h and config.h and reorganize thread-pp.c to...Michael Sevakis2-128/+21
2010-06-10Enable the hotkey feature on the touchscreen targets who now have a hotkey to...Jonathan Gordon2-2/+2
2010-06-09rename HAVE_PICTUREFLOW to HAVE_PICTUREFLOW_INTEGRATION to make it more clear...Jonathan Gordon1-1/+1
2010-06-09reclaim most of the delta from the pictureflow commitJonathan Gordon1-0/+4
2010-06-08make meizu-m6sl bootloader buildRafaël Carré1-0/+3
2010-06-08CPU_PP implies CPU_ARM is definedRafaël Carré1-1/+1
2010-06-07Remove CORELOCK_SWAP (unused since r16981)Rafaël Carré2-49/+0
2010-06-06Make disk_init() non-static again. I forgot to look at the bootloadersFrank Gevaerts1-0/+1
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts3-7/+2
2010-06-06USB charging support for iPods.Torne Wuff6-0/+25
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts1-2/+2
2010-06-05New USB charging system, part 2 - "Force" charging modeTorne Wuff2-2/+15
2010-06-05Implement backlight brightness for iPod G4 greyscale and iPod Color/Photo.Jens Arnold2-0/+12
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff3-5/+20
2010-05-31Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, ...Rob Purchase1-0/+1
2010-05-30Fix FS#9193. Remove recording source <Mic> for iPod Video and iPod nano 1G. T...Andree Buschmann2-2/+2
2010-05-30Submit FS#11240 by Raphael Jakse. Allows to reduce volume on WM8985 to -89 dB...Andree Buschmann1-1/+1
2010-05-29Fuzev1/v2 : lcd_set_flip()Rafaël Carré2-2/+2
2010-05-28Apply FS#9194 - LCD invert for Sansa c200/c200v2Bertrik Sikken2-2/+2
2010-05-27fuzev2: lcd_enable and lcd_invert() work fineRafaël Carré1-2/+2
2010-05-27SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...Michael Sevakis1-0/+1
2010-05-27mark some functions as init functions (discarded after init() has run)Rafaël Carré4-6/+7
2010-05-26as3525: write irq/fiq handlers in CRafaël Carré1-3/+3
2010-05-24Clipv1 battery capacity is 330mAhRafaël Carré1-5/+5
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis1-15/+15
2010-05-22rtc_enable_alarm() needs no return valueRafaël Carré1-1/+1
2010-05-22as3525v2: RTC alarmRafaël Carré4-3/+17
2010-05-22fuzev1: don't enable RTC in the bootloaderRafaël Carré1-1/+2
2010-05-19as3525: don't use IRAM for usb, and avoid usb storage using uncached addresse...Rafaël Carré1-2/+2
2010-05-19Revert r26060. A better fix was found. The acceleration should be fixed once ...Thomas Martitz1-1/+1
2010-05-19as3514.c: clean upRafaël Carré1-4/+45
2010-05-18Gigabeat S: Implement LCD contrast, invert and flip modes. Enhance LCD power ...Michael Sevakis2-32/+139
2010-05-18Clip+: reboot on USB insertRafaël Carré1-2/+2
2010-05-18don't let logf() and DEBUGF() be empty statementsRafaël Carré2-3/+3
2010-05-18Enable/disable second pll dynamically on usb plugin/remove.Tobias Diedrich1-0/+7
2010-05-18Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré2-2/+2
2010-05-18as3525 usb: build as3525v2 file based on CONFIG_USBOTG, and fix warningsRafaël Carré2-2/+2
2010-05-18plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré1-1/+1
2010-05-18config: revert an embarrassing change.Amaury Pouly1-3/+2
2010-05-18as3525v2: add usb driver stub, enable usb phy&core initAmaury Pouly3-4/+8
2010-05-17Clip+: boot to OF if USB is connectedRafaël Carré1-1/+1