summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* AMSv2: enable USBRafaël Carré2011-12-13
* usb-drv-as3525v2: don't include ep0 twice in the IN ep listRafaël Carré2011-12-13
* usb-s3c6400: merge DIEP* and DOEP* in a macro with an extra parameterRafaël Carré2011-12-13
* s5l870x: use usb-s3c6400 definesRafaël Carré2011-12-13
* usb-s3c6400x.c: use defines instead of hardcoded bitfieldsRafaël Carré2011-12-13
* usb-drv-as3525v2.c: cosmeticsRafaël Carré2011-12-13
* Move usb-s3c6400 register comments to usb-s3c6400.hRafaël Carré2011-12-13
* Deal with a complication when transferring recording method from PP5024: sinc...Michael Sevakis2011-12-12
* RDA5802 tuner: use channel spacing of 100 kHz when possible (instead of alway...Bertrik Sikken2011-12-11
* thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis2011-12-10
* AMS(v2): fix system_reboot by re-enabling the internal ROM clock just before ...Bertrik Sikken2011-12-10
* lcd_blit_yuv(): don't use weak attribute when building for windowsRafaël Carré2011-12-09
* Add labels for calculating RAM usage on tms320dm320 targets. Thanks to Rafaë...Boris Gjenero2011-12-09
* Nokia N900: Increase the number of samples for the software mixerThomas Jarosch2011-12-09
* Nokia N900: Implement pcm_play_lock() / pcm_play_unlock()Thomas Jarosch2011-12-09
* Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero2011-12-09
* Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero2011-12-09
* Add STORAGE_INIT_ATTR to some target-specific ATA functions.Boris Gjenero2011-12-09
* Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of th...Michael Sevakis2011-12-08
* FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero2011-12-08
* Fix sim errors in r31180.Michael Sevakis2011-12-08
* AS3525v1/v2:Michael Sevakis2011-12-08
* Fix FS#12423 : Rockbox access to /.rockbox/fonts after usb_enable(true). This...Boris Gjenero2011-12-06
* Use a macro for aligning PCM chunks instead of explictly coding it each time.Michael Sevakis2011-12-05
* Try $RBROOT before $HOME when looking for the sdl apps rockbox root dirJonathan Gordon2011-12-05
* Sansa Connect: Revise codec initialization/shutdown.Tomasz Moń2011-12-05
* Don't define str(n,i)cmp(i): we don't use thoseRafaël Carré2011-12-04
* Compile fix for mingw-w64Rafaël Carré2011-12-04
* Collect the 16-bit signed range sample clipping routines scattered about, whi...Michael Sevakis2011-12-04
* Reduce stack allocation for remote screendump. The screendump filename is gen...Frank Gevaerts2011-12-04
* Power management is to be kept in target tree due to being target specific.Tomasz Moń2011-12-04
* Sansa Connect: Add TPS65021 (Power Management) driver.Tomasz Moń2011-12-04
* HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support f...Szymon Dziok2011-12-03
* lcd-16bit: move lcd_bitmap and lcd_bitmap_transparent to common codeRafaël Carré2011-12-03
* lcd-16bit: move common code to lcd-16bit-common.cRafaël Carré2011-12-03
* lcd_blit_yuv: move to lcd-16bit-common.cRafaël Carré2011-12-03
* Clip Zip: fix yuv playbackRafaël Carré2011-12-03
* lcd_blit_yuv: move from sdl driver to lcd16bit-commonRafaël Carré2011-12-03
* imx233: add control for more clocks, add debug clock debug screenAmaury Pouly2011-12-03
* Sansa Connect: Fix yellowTomasz Moń2011-12-03
* Sansa Connect: Fix GIO initialization and screen wakeup.Tomasz Moń2011-12-03
* Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmül...Tomasz Moń2011-12-01
* Address some weaknesses and bugs of buflib_compact() and make the code pretti...Thomas Martitz2011-12-01
* imx233: add power debug screenAmaury Pouly2011-11-30
* fuze+: update keymap and touchpad driver based on FS#12405 with minor modific...Amaury Pouly2011-11-30
* FS#12412 : Delete old buffer allocation code which has been replaced by core_...Boris Gjenero2011-11-29
* dm320: call storage idle notifys on in sdmmc threadTomasz Moń2011-11-28
* If Rockbox never turns off ATA power, don't compile code for turning it back ...Boris Gjenero2011-11-27
* remove stray debugging lineFred Bauer2011-11-27
* Guard font functions against invalid font ids. These arguably should never be...Frank Gevaerts2011-11-27