summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis2-2/+2
2007-06-13now back to greenChristian Gmeiner1-4/+2
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis8-18/+15
2007-06-07e200: Better sync of display enabling and display update. The display would b...Michael Sevakis2-43/+51
2007-06-07increase the SD stack.Jonathan Gordon1-1/+1
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis2-11/+2
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis3-52/+264
2007-06-04Commit part of FS7113: This adds proper LCD initialization to the gigabeat th...Karl Kurbjun1-15/+61
2007-06-03e200: Update the button init code to be more correct for using GPIO IRQs.Michael Sevakis1-8/+12
2007-06-03e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall...Michael Sevakis2-30/+23
2007-06-01e200: Use clocking set up by loader and skip setting the values for now. Chan...Michael Sevakis2-3/+15
2007-05-25Bring buttons back to the e200 bootloader?Michael Sevakis1-13/+24
2007-05-23Fix typo.Jens Arnold1-1/+1
2007-05-23Allow ColdFire targets to be buildt with GCC >= 4.1.0. Magnus Holmgren1-1/+1
2007-05-22e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...Michael Sevakis2-16/+67
2007-05-20Fix some warnings regarding AUDIO_NUM_SOURCES being 0 which is the intent wit...Michael Sevakis1-1/+5
2007-05-20Oops. That shouldn't have snuck in there.Michael Sevakis1-10/+0
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis3-7/+18
2007-05-20add separate button defines for the Gigabeat remote controlMarcoen Hirschberg2-11/+20
2007-05-19Reset the pcm_paused flag in the PP FIQ as well to complement the fix for FS ...Jens Arnold1-0/+2
2007-05-19always reset the pcm_paused flag when stopping playback. fixes FS #7187Marcoen Hirschberg3-2/+3
2007-05-19Backlight=on as default for sansa bootlaoder/application. Allows instant Antonius Hellmann1-5/+1
2007-05-19FS#5472 add a memory size prompt to configure to allow ipod video builds forDaniel Stenberg1-0/+5
2007-05-17Change i2c config on e200. Seems to speed things up somewhat.Michael Sevakis1-0/+5
2007-05-17This should fix the tinniness on e200. Best recipe not worked out yet but I'l...Michael Sevakis1-0/+7
2007-05-15More gigabeat LCD cleanup and completely remove the use of DMA for lcd_update...Dave Chapman1-35/+1
2007-05-15Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...Dave Chapman1-105/+0
2007-05-15Make sure that the IDE power pin is properly initializedKarl Kurbjun1-0/+4
2007-05-14Gigabeat Button/Backlight update: Reduce the number of writes to the sc606 wh...Karl Kurbjun1-30/+79
2007-05-11Didn't even notice that Sansa bootloader warning until now. Fix it.Michael Sevakis1-0/+2
2007-05-11revert the last changes because they prevent some Gigabeats from shutting downMarcoen Hirschberg1-90/+111
2007-05-11GPIO IRQ ready button driver for e200 series. Can't actually use them yet but...Michael Sevakis2-98/+202
2007-05-10More Gigabeat button light fixes. Settings now work properly, startup does n...Karl Kurbjun3-20/+28
2007-05-09display error/boot messages in the sansa bootloaderAntonius Hellmann1-0/+4
2007-05-08Fix a warningKarl Kurbjun1-1/+3
2007-05-08Add in buttonlight brightness setting for the Gigabeat, and setup the framewo...Karl Kurbjun1-5/+34
2007-05-08Few more code cleanups to the button light work. This reduces the flickering...Karl Kurbjun1-11/+14
2007-05-08Faster/Smoother fading on the GigabeatKarl Kurbjun1-18/+26
2007-05-07Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disab...Karl Kurbjun7-710/+255
2007-05-06e200: set the default values to stop the backlight turning off on boot, regar...Jonathan Gordon1-2/+2
2007-05-04Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. A...Michael Sevakis1-4/+0
2007-05-03No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...Michael Sevakis2-31/+10
2007-05-03Gigabeat: Get rid of the obsolete FIQ wrapper (not used on PP anymore FIY, bu...Michael Sevakis2-40/+39
2007-05-02Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with in...Michael Sevakis2-145/+159
2007-05-01e200: Add register defines for the LCD driver IC.Michael Sevakis1-46/+93
2007-04-30Gigabeat F/X: Correct the yielding in the ATA. Dump the unneeded DMA transfer...Michael Sevakis2-20/+15
2007-04-30This is how it should have been done.Michael Sevakis1-2/+1
2007-04-30ARM/PP: more optimized set_irq_level()Michael Sevakis1-5/+11
2007-04-30Speed up Portal Player i2c driver. It suffered the same priority inversion pr...Michael Sevakis1-8/+9
2007-04-23FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when ba...Barry Wardell4-33/+87