summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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-23ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold3-9/+235
2007-05-22the DAC drivers need to include audiohw.h nowMarcoen Hirschberg8-8/+8
2007-05-22make audiohw.h include the DAC header filesMarcoen Hirschberg10-35/+19
2007-05-22e200: Remute the line in with #if 0 as it causes static noise for those witho...Michael Sevakis1-0/+2
2007-05-22red freeChristian Gmeiner1-0/+3
2007-05-22fix red ipod mini'sChristian Gmeiner1-0/+3
2007-05-22* move audio settings into audio codec driversChristian Gmeiner22-133/+336
2007-05-22e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...Michael Sevakis3-17/+68
2007-05-20exclude unused headersChristian Gmeiner5-50/+4
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 Sevakis23-46/+217
2007-05-20Increase sansa volume range at the lower end. This seems to be necessary Antonius Hellmann3-15/+29
2007-05-20fix the gigabeat remote button not working when backlight is off and filter f...Jonathan Gordon1-1/+5
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 Hirschberg4-2/+4
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 Sevakis4-3/+9
2007-05-17This should fix the tinniness on e200. Best recipe not worked out yet but I'l...Michael Sevakis1-0/+7
2007-05-15Make it possible to select the correct battery capacity on ipod video, defaul...Nils Wallménius2-12/+13
2007-05-15More gigabeat LCD cleanup and completely remove the use of DMA for lcd_update...Dave Chapman2-42/+3
2007-05-15Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...Dave Chapman3-114/+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-14Remove some unneeded buttonlight codeKarl Kurbjun1-3/+1
2007-05-13enable lineIn1 - lets hope FM chip is connected to lineIn 1Christian Gmeiner1-1/+3
2007-05-12Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis5-68/+124
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 Sevakis3-98/+208
2007-05-10More Gigabeat button light fixes. Settings now work properly, startup does n...Karl Kurbjun4-49/+72
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 Kurbjun4-5/+63
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-08Fix the red Gigabeat bootloader: Add a dummy for button_backlight_on with the...Karl Kurbjun1-0/+1
2007-05-07Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disab...Karl Kurbjun11-733/+265
2007-05-06e200: set the default values to stop the backlight turning off on boot, regar...Jonathan Gordon1-2/+2
2007-05-04Default HW_SAMPR_CAPS should be SAMPR_CAP_44, not 0.Michael Sevakis1-1/+5
2007-05-04Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. A...Michael Sevakis2-7/+3
2007-05-04bugfixes in AS3514 shadow register handling, for details see patch #7101Antonius Hellmann1-3/+11
2007-05-04date calculation corrected, fixes #7096 and #7097Antonius Hellmann1-3/+4
2007-05-03No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...Michael Sevakis5-95/+52
2007-05-03Gigabeat: Get rid of the obsolete FIQ wrapper (not used on PP anymore FIY, bu...Michael Sevakis2-40/+39