summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-06-08CPU_PP implies CPU_ARM is definedRafaël Carré1-1/+1
2010-06-08HD200 - fix lcd power save command (not used currently)Marcin Bukat1-2/+8
2010-06-07Fix byte order for Mini G2, and fix comments.Jens Arnold1-14/+14
2010-06-07Remove CORELOCK_SWAP (unused since r16981)Rafaël Carré2-49/+0
2010-06-07as3525v1: fix r26444 which broke mic recordingRafaël Carré1-7/+17
2010-06-06fix typo in r26245 (I guess not many people use rtc_alarm with gigabeat f)Robert Kukla1-1/+1
2010-06-06Use atomic GPIO manipulation where appropriate.Jens Arnold1-7/+7
2010-06-06sd-as3525v2: check the (supposedly) card data line for business when writingRafaël Carré1-0/+6
2010-06-06Don't initialise disk_* for the sim, and make sure disk.c isn't built at allFrank Gevaerts1-1/+1
2010-06-06Make disk_init() non-static again. I forgot to look at the bootloadersFrank Gevaerts2-1/+2
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts11-125/+70
2010-06-06USB charging support for iPods.Torne Wuff7-0/+87
2010-06-06Fix most reds, I have no idea what's wrong with the gigabeats (yet).Thomas Martitz1-1/+33
2010-06-06Move target-simulating specific keymaps out of button-sdl.c into a file perThomas Martitz1-1659/+11
2010-06-05Put an #ifdef in the technically correct place. No functional change.Jens Arnold1-1/+1
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts14-15/+14
2010-06-05Fix wrongly nested commentingFrank Gevaerts1-1/+2
2010-06-05Fix EOL styleFrank Gevaerts1-177/+177
2010-06-05New USB charging system, part 2 - "Force" charging modeTorne Wuff4-7/+56
2010-06-05Mini2440: Fix simulator. It's touchscreen so there's button clashes when tryi...Thomas Martitz1-34/+1
2010-06-05Move delay a bit in dbop_read_input for ams sansa targets using the DBOP port...Bertrik Sikken1-2/+3
2010-06-05Implement backlight brightness for iPod G4 greyscale and iPod Color/Photo.Jens Arnold4-10/+42
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff7-32/+69
2010-06-04Port greylib blitting optimisation to clipv2 and Clip+. Actual speedup can't ...Jens Arnold2-60/+30
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