summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2011-12-10AMS(v2): fix system_reboot by re-enabling the internal ROM clock just before ...Bertrik Sikken
2011-12-09lcd_blit_yuv(): don't use weak attribute when building for windowsRafaël Carré
2011-12-09Add labels for calculating RAM usage on tms320dm320 targets. Thanks to Rafaë...Boris Gjenero
2011-12-09Nokia N900: Increase the number of samples for the software mixerThomas Jarosch
2011-12-09Nokia N900: Implement pcm_play_lock() / pcm_play_unlock()Thomas Jarosch
2011-12-09Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero
2011-12-09Add STORAGE_INIT_ATTR to some target-specific ATA functions.Boris Gjenero
2011-12-08Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of th...Michael Sevakis
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero
2011-12-08Fix sim errors in r31180.Michael Sevakis
2011-12-08AS3525v1/v2:Michael Sevakis
2011-12-06Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This...Boris Gjenero
2011-12-05Use a macro for aligning PCM chunks instead of explictly coding it each time.Michael Sevakis
2011-12-05Try $RBROOT before $HOME when looking for the sdl apps rockbox root dirJonathan Gordon
2011-12-05Sansa Connect: Revise codec initialization/shutdown.Tomasz Moń
2011-12-04Don't define str(n,i)cmp(i): we don't use thoseRafaël Carré
2011-12-04Compile fix for mingw-w64Rafaël Carré
2011-12-04Collect the 16-bit signed range sample clipping routines scattered about, whi...Michael Sevakis
2011-12-04Reduce stack allocation for remote screendump. The screendump filename is gen...Frank Gevaerts
2011-12-04Power management is to be kept in target tree due to being target specific.Tomasz Moń
2011-12-04Sansa Connect: Add TPS65021 (Power Management) driver.Tomasz Moń
2011-12-03HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support f...Szymon Dziok
2011-12-03lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common codeRafaël Carré
2011-12-03lcd-16bit: move common code to lcd-16bit-common.cRafaël Carré
2011-12-03lcd_blit_yuv: move to lcd-16bit-common.cRafaël Carré
2011-12-03Clip Zip: fix yuv playbackRafaël Carré
2011-12-03lcd_blit_yuv: move from sdl driver to lcd16bit-commonRafaël Carré
2011-12-03imx233: add control for more clocks, add debug clock debug screenAmaury Pouly
2011-12-03Sansa Connect: Fix yellowTomasz Moń
2011-12-03Sansa Connect: Fix GIO initialization and screen wakeup.Tomasz Moń
2011-12-01Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmül...Tomasz Moń
2011-12-01Address some weaknesses and bugs of buflib_compact() and make the code pretti...Thomas Martitz
2011-11-30imx233: add power debug screenAmaury Pouly
2011-11-30fuze+: update keymap and touchpad driver based on FS#12405 with minor modific...Amaury Pouly
2011-11-29FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero
2011-11-28dm320: call storage idle notifys on in sdmmc threadTomasz Moń
2011-11-27If Rockbox never turns off ATA power, don't compile code for turning it back ...Boris Gjenero
2011-11-27remove stray debugging lineFred Bauer
2011-11-27Guard font functions against invalid font ids. These arguably should never be...Frank Gevaerts
2011-11-27Actually make glyph_cache_save static instead of just claiming it should beFrank Gevaerts
2011-11-27glyph_cache_save should be staticFrank Gevaerts
2011-11-27PortalPlayer: Loading of stack munge value into r4 was moved in r30741 to aft...Michael Sevakis
2011-11-27Add STORAGE_INIT_ATTR to static ata.c functions that are only called via ata_...Boris Gjenero
2011-11-27In buflib_buffer_shift(), properly update handle->alloc values, which are cha...Boris Gjenero
2011-11-27Sansa AMSv2 USB: Simplify union around struct usb_ctrlrequest and remove dupl...Bertrik Sikken
2011-11-27AMSv2: remove stray ; from USB_DEVBSS_ATTRRafaël Carré
2011-11-26Sansa AMSv2: potential USB fix from FS#11664 by funman:Bertrik Sikken
2011-11-25fix up font_cache/LRU boundry errors from r30763Fred Bauer
2011-11-24Fix battery meter on Sansa Connect.Tomasz Moń