Age | Commit message (Expand) | Author |
2009-06-08 | VX767: cleanup LCD driver a bit + add forgotten backlight-target.h | Maurus Cuelenaere |
2009-06-08 | M:Robe 500: Add missing file. | Karl Kurbjun |
2009-06-08 | Fix Creative ZVM build | Karl Kurbjun |
2009-06-08 | M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets... | Karl Kurbjun |
2009-06-07 | FS#10273 : Power Sansa Clip screen for some models needing as3514's DCDC15 | Rafaël Carré |
2009-06-07 | Convert a number of places in core and plugins to use the BIT_N() macro inste... | Jens Arnold |
2009-06-06 | Fix some delays in generic_i2c | Bertrik Sikken |
2009-06-06 | Sansa Clip: apply r21190 to asm lcd_greydata : 2% speedup | Rafaël Carré |
2009-06-06 | Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6... | Andrew Mahone |
2009-06-06 | Fix undefined BIT_N on non-SH targets. | Andrew Mahone |
2009-06-06 | Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th... | Andrew Mahone |
2009-06-04 | Make more effective use of the DBOP FIFO for the sansa clip. | Bertrik Sikken |
2009-06-04 | Sansa AMS: Revert r21177 : the timer frequency is used by the user timer (exa... | Rafaël Carré |
2009-06-04 | Ingenic Jz4740: fix debug messages not being readable due to backdrop | Maurus Cuelenaere |
2009-06-04 | Fix RoLo on MIPS targets | Maurus Cuelenaere |
2009-06-03 | Ingenic Jz4740: should fix timer (thanks to Rafaël Carré) | Maurus Cuelenaere |
2009-06-03 | Ingenic Jz4740: add extended exception debug reporting option | Maurus Cuelenaere |
2009-06-03 | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21182 a1c6a512-1295-4272-9138... | Jack Halpin |
2009-06-03 | Change the timer interrupt setup so that TIMER_FREQ is changed for HAVE_SCROL... | Thomas Martitz |
2009-06-02 | Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessor | Rafaël Carré |
2009-06-02 | Revisite Sansa fuze button driver: | Thomas Martitz |
2009-06-01 | Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc... | Jens Arnold |
2009-06-01 | Fix reds & yellow | Maurus Cuelenaere |
2009-06-01 | Onda VX747: try at implementing FM tuner support | Maurus Cuelenaere |
2009-06-01 | Add missing delay in i2c_start of the generic_i2c driver, used by ams targets. | Bertrik Sikken |
2009-06-01 | Samsung YH*: Enable RTC on all, enable lcd contrast on 925. | Thomas Martitz |
2009-06-01 | c100: Get a regular build compiling. Very little functionality. | Marc Guay |
2009-06-01 | Sansa AMS : higher a bit the delay between acmd41 loops, needed for some micr... | Rafaël Carré |
2009-05-31 | Use I2C2_DACNT register (number of pending i2c bytes to read/write) to determ... | Bertrik Sikken |
2009-05-31 | Old patch from FS#7832: Sprinkle 'volatile' in the various inline assembler s... | Nils Wallménius |
2009-05-31 | Fix typo. Not sure how it will affect targets with that CPU though... | Magnus Holmgren |
2009-05-31 | Use bit-doubled mask everywhere in mono bitmap drawing. ~2% speedup, and smal... | Jens Arnold |
2009-05-30 | Two tiny optimisations for mono bitmap drawing on greyscale displays: (1) H1x... | Jens Arnold |
2009-05-29 | AMSSansa: Add AS3525_DRAM_FREQ as a configurable frequency. Attempts to use... | Jack Halpin |
2009-05-29 | Remove an old safety making sure that people re-ran configure after the h120/... | Frank Gevaerts |
2009-05-29 | Make 'Backlight mod' an Advanced build option for the Ondios (largely inspire... | Marianne Arnold |
2009-05-29 | AMSSansa: clock-target.h and debug-as3525 now use AS3525_FCLK_PREDIV corre... | Jack Halpin |
2009-05-29 | AMSSansa: Change comment to describe FCLK as input more accurately | Jack Halpin |
2009-05-28 | AMSSansa: Display AMBA Bus mode and mmu, icache, & dcache status on View HW i... | Jack Halpin |
2009-05-27 | Set up the c100 for dual-booting. | Marc Guay |
2009-05-26 | Fix yellow | Maurus Cuelenaere |
2009-05-26 | Fix audio on Onda VX747 | Maurus Cuelenaere |
2009-05-26 | FS#10216 : Sansa AMS : Do not cross a bank boundary in a single transfer (Onl... | Rafaël Carré |
2009-05-26 | Fix typo in the comment | Alexander Levin |
2009-05-26 | FS#10245 by Jack Halpin : Adjust Clocking scheme on Sansa AMS | Rafaël Carré |
2009-05-25 | Samsung YH*: enable bmp scaler and core jpeg support | Thomas Martitz |
2009-05-25 | 3 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor... | Mark Arigo |
2009-05-25 | Improve the c100 keymap and button names. | Marc Guay |
2009-05-25 | * read_bmp_*(): add FORMAT_RETURN_SIZE | Maurus Cuelenaere |
2009-05-24 | always call the class driver init function. This is needed because they are c... | Frank Gevaerts |