summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Add an advanced build option to force compiling and linking our reduced C lib...Thomas Martitz10-14/+31
2010-06-22Fix wrong comments in tuner-clipplus.cBertrik Sikken1-5/+5
2010-06-22Enable USE_ROCKBOX_USB on all AS3525v1, confirmed to work on C200v2 and E200v...Tobias Diedrich4-8/+8
2010-06-22Unconditionally boost cpu and remove CNAK retry panicTobias Diedrich1-3/+5
2010-06-22Remove '\n' from panicfTobias Diedrich1-1/+1
2010-06-22Threshold seems to affect the CNAK retries needed.Tobias Diedrich1-1/+3
2010-06-22Hardware too smart can complicate things... We have to intercept the usb_cor...Tobias Diedrich1-11/+15
2010-06-22"lsusb -vv" now works too, but the real bug is probably still in here somewhere.Tobias Diedrich1-6/+18
2010-06-22revert r26953 + r26954Rafaël Carré3-53/+12
2010-06-22Sanyo lv24020lp FM: Improve frequency measurement on PP thus improving initi...Michael Sevakis1-5/+27
2010-06-22usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ...Tobias Diedrich4-30/+121
2010-06-22lv24020lp tuner: On PP targets (c200/e200), use the atomic GPIO bitwise macro...Michael Sevakis2-29/+37
2010-06-22e200v1: What's the wheel deal? Rework wheel code to make it a bit more straig...Michael Sevakis1-141/+180
2010-06-21Apply FS #11423 - Use udelay in AMS driver for FM radio I2CBertrik Sikken3-121/+105
2010-06-21as3525v2-usb: definitely switch to this clock handling, it is the good oneAmaury Pouly1-4/+0
2010-06-21as3525-usb: change clock handlingAmaury Pouly2-47/+26
2010-06-21as3525v2-usb: add support to derive usb clock from pllb, correct endpoint lis...Amaury Pouly2-23/+58
2010-06-21as3525v2-usb: add a few missing define for completeness, finish reorganizatio...Amaury Pouly1-26/+24
2010-06-21Allow UI fonts to be unloaded (needed for FS#11428)Michael Sparmann1-1/+1
2010-06-21iPod 3G: Ensure wheel repeats are not generated unless the same keycode is po...Michael Sevakis1-30/+32
2010-06-21I shouldn't have touched backlight.c at all :\ Also fix the yellow in peakmet...Thomas Martitz1-7/+6
2010-06-21Fix yellows and reds (one was a type, the other was rather incorrect before a...Thomas Martitz1-7/+8
2010-06-21Fix ata_idle_notify on iPod Nano 2GMichael Sparmann2-2/+5
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz30-83/+101
2010-06-21Fix FS #10474 - FM tuner on Gigabeat S fails to tune last frequency on startBertrik Sikken1-5/+7
2010-06-21change the D2 bootloader to boot rockbox by default. boot OF is hold is on or...Jonathan Gordon1-2/+6
2010-06-21mps depends on endpoint, I wonder why gcc didn't warn about i being used unin...Tobias Diedrich1-9/+11
2010-06-21Don't autogenerate version.c. Just version.h is enoughFrank Gevaerts3-5/+25
2010-06-21Tell version.sh where to look for the svn repositoryFrank Gevaerts1-1/+1
2010-06-20Add some magic to force make to regenerate version.h properly when the revisi...Frank Gevaerts1-0/+7
2010-06-20Revert r26350 - fixes FS#11421Michael Chicoine1-11/+48
2010-06-20Remove PROC_NEEDS_CACHEALIGN for Nano2G again, it's only needed for PPMichael Sparmann1-1/+0
2010-06-20Fix misspelled STORAGE_WANTS_ALIGN in s5l8700/system-target.h. Also add PROC_...Michael Sparmann1-1/+2
2010-06-20Also define STORAGE_ALIGN_ATTR if STORAGE_WANTS_ALIGN isn't definedMichael Sparmann1-0/+1
2010-06-20Use STORAGE_ALIGN_ATTR for instead of hardwired alignment in the Nano2G FTL a...Michael Sparmann2-9/+10
2010-06-20Add a STORAGE_ALIGN_ATTR macro, similar to CACHEALIGN_ATTR, for consistencyMichael Sparmann1-0/+1
2010-06-20Revert r26937 (as3525v2: use 248MHz PLL)Rafaël Carré1-5/+6
2010-06-19as3525v2-usb: fix yellow about unused functions (they can be resurrected from...Amaury Pouly1-73/+2
2010-06-19as3525v2-usb: remove useless macroAmaury Pouly1-3/+0
2010-06-19as3525v2-usb: end of massive renamingAmaury Pouly2-174/+190
2010-06-19as3525v2-usb: major code renamingAmaury Pouly2-434/+488
2010-06-19as2525v2-usb: coherence fixAmaury Pouly1-2/+2
2010-06-19as3525v2-usb: simplify register definitionsAmaury Pouly1-49/+53
2010-06-19as3525v2-usb: tweaks things but still doesn't work.Amaury Pouly2-44/+108
2010-06-19as3525v2-usb: rework thing, simplifyAmaury Pouly2-154/+126
2010-06-19as3525v2-usb: reorganize thing, don't renable ep0 on enum because it's alread...Amaury Pouly1-50/+50
2010-06-19as3525v2-usb: don't disable interrupts on bus reset (that was for debug purpose)Amaury Pouly1-2/+0
2010-06-19iPod 3G: Add a small check to ensure backlight never gets stuck off if wheel ...Michael Sevakis1-0/+3
2010-06-19iPod 3G: Implement wheel acceleration and repeats. Chosen settings feel prett...Michael Sevakis2-7/+140
2010-06-19fix r26953: use physical address for DMA buffer, also for IRAMRafaël Carré3-2/+6