summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2007-06-27Forget all the nonsense with C delay loops. 'volatile' on the variable makes ...Michael Sevakis
2007-06-27Woops. Forgot to remove the param to fmradio_i2c_ack. It was always called wi...Michael Sevakis
2007-06-27Bit banged TEA5767 i2c driver was broken by -Os because delay loops were opti...Michael Sevakis
2007-06-26Fix up the ACK generation in the Coldfire i2c driver.Michael Sevakis
2007-06-26Gigabeat: Replace generic i2c driver with one that uses the CPU's builtin con...Michael Sevakis
2007-06-25current_tick really does need to be volatile since gcc can optimize away chec...Michael Sevakis
2007-06-25Simple coldfire assembly strlen() function, 20-25% faster than the c Nils Wallménius
2007-06-25Gigabeat: Turn off more devices that aren't needed or not needed right away. ...Michael Sevakis
2007-06-24Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...Michael Sevakis
2007-06-24A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...Peter D'Hoye
2007-06-23only go into USB mode when the cradle is poweredMarcoen Hirschberg
2007-06-22Fixed missing semicolon in logf builds.Miika Pekkarinen
2007-06-22Fix FS#7336 - scrolling lines don't stay coloured.Jonathan Gordon
2007-06-19Fix iriver H100 i2c driver which was broken by the switch to build with -Os. ...Nils Wallménius
2007-06-18e200: Remove register fiddling in the tuner driver that has nothing to do wit...Michael Sevakis
2007-06-17Give color targets the ability to display each LCD line a different color and...Brandon Low
2007-06-17Fix up #endif.Steve Bavin
2007-06-17remove dead code and unmatched #endifMarcoen Hirschberg
2007-06-17add missing defineMarcoen Hirschberg
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius
2007-06-13now back to greenChristian Gmeiner
2007-06-13fix redChristian Gmeiner
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis
2007-06-07e200: Better sync of display enabling and display update. The display would b...Michael Sevakis
2007-06-07increase the SD stack.Jonathan Gordon
2007-06-06Assumption about there being MPEG1-only samplerates available and therefore M...Michael Sevakis
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis
2007-06-05Apply FS#7183. Also change to use documented ways to avoid inlining of functi...Magnus Holmgren
2007-06-05Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman
2007-06-05e200: Fix errors from recording addition and a warning that comes up when fix...Michael Sevakis
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis
2007-06-04Commit part of FS7113: This adds proper LCD initialization to the gigabeat th...Karl Kurbjun
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell
2007-06-03Some fixes to doom dehacked loading - make embedded dehacked files actually l...Karl Kurbjun
2007-06-03e200: Update the button init code to be more correct for using GPIO IRQs.Michael Sevakis
2007-06-03e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall...Michael Sevakis
2007-06-01Tiny fix for an unlikely error path.Steve Bavin
2007-06-01e200: Use clocking set up by loader and skip setting the values for now. Chan...Michael Sevakis
2007-05-30Revert changes to id3.h, removing those members from the struct made binsize ...Nils Wallménius
2007-05-30Remove unused struct members and ifdef some for SWCODECNils Wallménius
2007-05-28Accept FS#7228 by Dagni McPhee enable pitchscreen on sansaNils Wallménius
2007-05-27Fix the audiohw settings stub for the sim so the rec screen doesnt crash anymoreJonathan Gordon
2007-05-25Bring buttons back to the e200 bootloader?Michael Sevakis
2007-05-23Fix typo.Jens Arnold
2007-05-23Allow ColdFire targets to be buildt with GCC >= 4.1.0. Magnus Holmgren
2007-05-23ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold
2007-05-22the DAC drivers need to include audiohw.h nowMarcoen Hirschberg