summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-06-04Port greylib blitting optimisation to clipv1.Jens Arnold1-29/+17
2010-06-03Using void instead of unsigned char fixes the strict-aliasing warnings with -...Tobias Diedrich1-5/+5
2010-06-03sd-as3525v1: do not disable peripheral clocks in sd_enable()Rafaël Carré1-22/+7
2010-06-02Fix PP5002 builds. Somehow an #else went missing along the line.Michael Sevakis1-0/+1
2010-06-02Threading: Split processor support code into respective target files. C files...Michael Sevakis6-878/+1004
2010-06-01Prevent a race condition when writing VIC_INT_EN_CLEAR. Should be very diffic...Tobias Diedrich1-0/+8
2010-06-01as3525 ascodec: make internal functions statics and remove some details for a...Rafaël Carré2-154/+123
2010-06-01as3525 PCM: implement locking like done for the gigabeats in r26341Rafaël Carré1-15/+57
2010-06-01sd-as3525v1: set up bank selection data outside of the loopRafaël Carré1-10/+10
2010-05-31Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, ...Rob Purchase3-8/+6
2010-05-31Port the greylib blitting optimisation to m:robe 100. It's even more efficien...Jens Arnold1-27/+15
2010-05-31Smaller & faster greylib blitting on iriver H1x0 and iAudio M5, based on the ...Jens Arnold2-250/+212
2010-05-31ARM: use BX when branch to an address in registerRafaël Carré3-3/+3
2010-05-31rolo: use BX for ARM branchesRafaël Carré1-5/+4
2010-05-30Smaller & faster grey blitting on greyscale ipods, based on an idea by Mike S...Jens Arnold1-44/+33
2010-05-30Update Samsung YP-S3 bootloader demoBertrik Sikken3-1/+5
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 Buschmann2-18/+59
2010-05-30inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bitsRafaël Carré1-5/+0
2010-05-30inttypes.h: add (some) iso c99 fprintf format specifiersRafaël Carré1-1/+73
2010-05-29fuze*/e200v2 YUV lcd code: remove a useless instruction forgotten in r21795Rafaël Carré1-1/+0
2010-05-29No need to break after a returnFrank Gevaerts1-3/+0
2010-05-29Commit FS#10887 by me. Change the check for software poweroff to be that the...Michael Giacomelli1-1/+1
2010-05-29fix broken case handling in storage_present() and storage_removable(). Those ...Frank Gevaerts1-18/+19
2010-05-29Fuze: don't change gate scan position if lcd_set_flip() is not usedRafaël Carré1-0/+2
2010-05-29cpucache_invalidate: use bx reg instead of mov pc, reg to returnRafaël Carré1-1/+1
2010-05-29e200v2: revert r26353Rafaël Carré1-3/+11
2010-05-29Fuzev1/v2 : lcd_set_flip()Rafaël Carré4-34/+45
2010-05-28sd-as3525.c: Do not wait for TRAN state after transfer is over.Jack Halpin1-5/+0
2010-05-28Apply FS#9194 - LCD invert for Sansa c200/c200v2Bertrik Sikken3-3/+6
2010-05-28Restore return statement in kernel-as3525.c that was accidentally removed in ...Bertrik Sikken1-0/+1
2010-05-28Simplify lcd invertMichael Chicoine1-11/+3
2010-05-28Simplify lcd_set_flip, lcd_window, and lcd_window_blitMichael Chicoine1-48/+11
2010-05-28genversion: generate version.c and version.h independantlyRafaël Carré1-2/+5
2010-05-27Merge common LCD code between fuzev1 & fuzev2Rafaël Carré5-494/+168
2010-05-27fuzev2: lcd_enable and lcd_invert() work fineRafaël Carré1-2/+2
2010-05-27sd-as3525v2: Include time spent yielding when figuring timeout in sd_wait_for...Rafaël Carré1-8/+4
2010-05-27Gigabeat S PCM: Sync some comments to changes.Michael Sevakis1-2/+2
2010-05-27Gigabeat S PCM: There's no reason to touch any hardware registers in order to...Michael Sevakis1-24/+39
2010-05-27Simulator: get rid of SDL_mutex* parameter to sim_do_exit.Michael Sevakis3-14/+22
2010-05-27SDL Simulator: Get thread shutdown and properly handled and fix a minor memor...Michael Sevakis5-29/+91
2010-05-27as3525: no need to ack TIMER interrupt multiple timesRafaël Carré1-4/+0
2010-05-27Clip*: give lcd_hw_init() INIT_ATTR attributeRafaël Carré3-3/+8
2010-05-27mark some functions as init functions (discarded after init() has run)Rafaël Carré6-8/+10
2010-05-27as3525: don't export empty usb_init_device(), declare it as empty inlineRafaël Carré2-5/+2
2010-05-27clipv2: make buttonlight functions static inline one-linersRafaël Carré2-15/+18
2010-05-27Generate C file / header for svn version stringRafaël Carré1-1/+4
2010-05-26as3525: fix r26308Rafaël Carré1-0/+1
2010-05-26UISimulator: cleaner startup using semaphore only to tell when event_thread i...Michael Sevakis1-26/+11
2010-05-26as3525: as revealed by r26311, it seems DMAC interrupt can't be maskedRafaël Carré1-4/+7