summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2007-07-272nd gen: Correct LCD inversion state on init. * Fine tuned default contrast.Jens Arnold1-1/+1
2007-07-27Oops.Jens Arnold1-0/+3
2007-07-27iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (AD...Jens Arnold1-1/+4
2007-07-26Further G1/G2 work. Bootloader compiles now, but probably won't work.Jens Arnold1-1/+1
2007-07-26Preparations for iPod G1 and G2. Does not even compile properly yet. * Sorted...Jens Arnold2-7/+140
2007-07-26Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define ...Jens Arnold1-0/+5
2007-07-26Clean up PP502x CPU clock setup code and use the full 80MHz when boosted.Jens Arnold1-0/+3
2007-07-26Reenable scaling on Sansa since a reasonable solution to clicks has been found.Michael Sevakis2-1/+2
2007-07-25Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman1-0/+8
2007-07-25Some rewriting of the e200 ata driver. No more panicing. Faster card multiple...Michael Sevakis1-1/+1
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis2-1/+13
2007-07-21Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen1-0/+2
2007-07-17Fix my mistakes in some bits in the WM8751 header. Looks like adaptive boost ...Michael Sevakis1-35/+32
2007-07-16Fix a typo that would cause incorrect enums.Michael Sevakis1-1/+1
2007-07-14e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g...Michael Sevakis2-4/+6
2007-07-14Correction for ipod video and nano battery type. FS #7216 by Andree BuschmannPeter D'Hoye4-17/+42
2007-07-14Fix all the red this time?Michael Sevakis2-8/+8
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis7-83/+247
2007-07-14Fix FS#7044 - if the color RGB(0,255,255) is in a bmp it will be replaced wit...Jonathan Gordon1-0/+1
2007-07-13Makes the Adaptive Bass option not the default. To enable, you must uncomment...Steve Gotthardt1-1/+1
2007-07-13Changes bass setting to use adaptive bass instead of linear bass. The datashe...Steve Gotthardt1-0/+3
2007-07-10iPod G3: Clock setup register display and CPU clock estimation in debug menu....Jens Arnold1-0/+9
2007-07-10Remove Sansa frequency scaling until issues with static during screen updates...Michael Giacomelli1-1/+1
2007-07-09Enable frequency scaling on the Sansa. Thanks to Jens Arnold's improvements,...Michael Giacomelli1-1/+1
2007-07-08e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...Michael Sevakis1-0/+10
2007-07-06Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...Michael Sevakis1-1/+6
2007-07-05Get rid of yellow plus an optimization I should have seen in the first place.Michael Sevakis1-32/+32
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis1-0/+83
2007-07-03Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's ...Dave Chapman1-0/+1
2007-07-03More PP502x clock setup rework. This should fix the freezes on PP5020 once an...Jens Arnold3-2/+7
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold5-13/+13
2007-06-30Change unsigned long to uint32_t and long to int32_t to fix a crash in Nils Wallménius1-2/+3
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis6-26/+70
2007-06-29Shutdown and powermanagement cleanup: * Use the proper function for determini...Jens Arnold1-3/+0
2007-06-28FS#7361 by Rhino Tanga: Move the id3 tag buffer size into a #defineNicolas Pennequin1-1/+3
2007-06-25current_tick really does need to be volatile since gcc can optimize away chec...Michael Sevakis1-1/+1
2007-06-22Fix FS#7336 - scrolling lines don't stay coloured.Jonathan Gordon1-0/+3
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low2-4/+6
2007-06-17add missing defineMarcoen Hirschberg1-0/+1
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis1-2/+6
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-1/+1
2007-06-13fix redChristian Gmeiner1-1/+0
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner8-15/+17
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner8-7/+7
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis3-8/+29
2007-06-06Assumption about there being MPEG1-only samplerates available and therefore M...Michael Sevakis1-4/+6
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis3-21/+44
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman1-0/+1
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis4-13/+23
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell3-0/+3