summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2009-06-09Correct some comments (no functional changes)Maurus Cuelenaere
2009-06-09Properly implement backlighting on Onda VX7x7 (using PWM).Maurus Cuelenaere
2009-06-09Alright, revert r21229 for now. Stupid me forgetting about the inclusion sequ...Thomas Martitz
2009-06-09Sansa AMS: make the UNCACHED_ADDR macro work for any type of pointer, and onl...Rafaël Carré
2009-06-08Use the AMS_LOWMEM define to indicate memory size as the .lds files do in con...Thomas Martitz
2009-06-08FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed upRafaël Carré
2009-06-08Sansa fuze: don't configure GPIO A7 in the LCD driver, this pin is used for f...Bertrik Sikken
2009-06-08Sansa e200v2: use = instead of |= when setting GPIO levelBertrik Sikken
2009-06-08VX767: cleanup LCD driver a bit + add forgotten backlight-target.hMaurus Cuelenaere
2009-06-08M:Robe 500: Add missing file.Karl Kurbjun
2009-06-08Fix Creative ZVM buildKarl Kurbjun
2009-06-08M:Robe 500: Mostly complete USB driver, supports BULK mode currently and gets...Karl Kurbjun
2009-06-07FS#10273 : Power Sansa Clip screen for some models needing as3514's DCDC15Rafaël Carré
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold
2009-06-06Fix some delays in generic_i2cBertrik Sikken
2009-06-06Sansa Clip: apply r21190 to asm lcd_greydata : 2% speedupRafaël Carré
2009-06-06Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6...Andrew Mahone
2009-06-06Fix undefined BIT_N on non-SH targets.Andrew Mahone
2009-06-06Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...Andrew Mahone
2009-06-04Make more effective use of the DBOP FIFO for the sansa clip.Bertrik Sikken
2009-06-04Sansa AMS: Revert r21177 : the timer frequency is used by the user timer (exa...Rafaël Carré
2009-06-04Ingenic Jz4740: fix debug messages not being readable due to backdropMaurus Cuelenaere
2009-06-04Fix RoLo on MIPS targetsMaurus Cuelenaere
2009-06-03Ingenic Jz4740: should fix timer (thanks to Rafaël Carré)Maurus Cuelenaere
2009-06-03Ingenic Jz4740: add extended exception debug reporting optionMaurus Cuelenaere
2009-06-03git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21182 a1c6a512-1295-4272-9138...Jack Halpin
2009-06-03Change the timer interrupt setup so that TIMER_FREQ is changed for HAVE_SCROL...Thomas Martitz
2009-06-02Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessorRafaël Carré
2009-06-02Revisite Sansa fuze button driver:Thomas Martitz
2009-06-01Speed up mono bitmap drawing on horizontally packed greyscale targets (greysc...Jens Arnold
2009-06-01Fix reds & yellowMaurus Cuelenaere
2009-06-01Onda VX747: try at implementing FM tuner supportMaurus Cuelenaere
2009-06-01Add missing delay in i2c_start of the generic_i2c driver, used by ams targets.Bertrik Sikken
2009-06-01Samsung YH*: Enable RTC on all, enable lcd contrast on 925.Thomas Martitz
2009-06-01c100: Get a regular build compiling. Very little functionality.Marc Guay
2009-06-01Sansa AMS : higher a bit the delay between acmd41 loops, needed for some micr...Rafaël Carré
2009-05-31Use I2C2_DACNT register (number of pending i2c bytes to read/write) to determ...Bertrik Sikken
2009-05-31Old patch from FS#7832: Sprinkle 'volatile' in the various inline assembler s...Nils Wallménius
2009-05-31Fix typo. Not sure how it will affect targets with that CPU though...Magnus Holmgren
2009-05-31Use bit-doubled mask everywhere in mono bitmap drawing. ~2% speedup, and smal...Jens Arnold
2009-05-30Two tiny optimisations for mono bitmap drawing on greyscale displays: (1) H1x...Jens Arnold
2009-05-29AMSSansa: Add AS3525_DRAM_FREQ as a configurable frequency. Attempts to use...Jack Halpin
2009-05-29Remove an old safety making sure that people re-ran configure after the h120/...Frank Gevaerts
2009-05-29Make 'Backlight mod' an Advanced build option for the Ondios (largely inspire...Marianne Arnold
2009-05-29AMSSansa: clock-target.h and debug-as3525 now use AS3525_FCLK_PREDIV corre...Jack Halpin
2009-05-29AMSSansa: Change comment to describe FCLK as input more accuratelyJack Halpin
2009-05-28AMSSansa: Display AMBA Bus mode and mmu, icache, & dcache status on View HW i...Jack Halpin
2009-05-27Set up the c100 for dual-booting.Marc Guay
2009-05-26Fix yellowMaurus Cuelenaere
2009-05-26Fix audio on Onda VX747Maurus Cuelenaere