summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2007-07-05Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...Robert Keevil
2007-07-05Get rid of yellow plus an optimization I should have seen in the first place.Michael Sevakis
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis
2007-07-03More PP502x clock setup rework. This should fix the freezes on PP5020 once an...Jens Arnold
2007-07-02H1x0: Increase delay during button reads. Hopefully fixes the scroll down pro...Magnus Holmgren
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis
2007-06-27Forget all the nonsense with C delay loops. 'volatile' on the variable makes ...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-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-23only go into USB mode when the cradle is poweredMarcoen Hirschberg
2007-06-19Fix iriver H100 i2c driver which was broken by the switch to build with -Os. ...Nils Wallménius
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis
2007-06-13now back to greenChristian 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-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...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-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-01e200: Use clocking set up by loader and skip setting the values for now. Chan...Michael Sevakis
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-22e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...Michael Sevakis
2007-05-20Fix some warnings regarding AUDIO_NUM_SOURCES being 0 which is the intent wit...Michael Sevakis
2007-05-20Oops. That shouldn't have snuck in there.Michael Sevakis
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis
2007-05-20add separate button defines for the Gigabeat remote controlMarcoen Hirschberg
2007-05-19Reset the pcm_paused flag in the PP FIQ as well to complement the fix for FS ...Jens Arnold
2007-05-19always reset the pcm_paused flag when stopping playback. fixes FS #7187Marcoen Hirschberg
2007-05-19Backlight=on as default for sansa bootlaoder/application. Allows instant Antonius Hellmann
2007-05-19FS#5472 add a memory size prompt to configure to allow ipod video builds forDaniel Stenberg
2007-05-17Change i2c config on e200. Seems to speed things up somewhat.Michael Sevakis
2007-05-17This should fix the tinniness on e200. Best recipe not worked out yet but I'l...Michael Sevakis
2007-05-15More gigabeat LCD cleanup and completely remove the use of DMA for lcd_update...Dave Chapman
2007-05-15Gigabeat LCD driver cleanup: Revert the DMA optimisations to the gigabeat LCD...Dave Chapman
2007-05-15Make sure that the IDE power pin is properly initializedKarl Kurbjun
2007-05-14Gigabeat Button/Backlight update: Reduce the number of writes to the sc606 wh...Karl Kurbjun
2007-05-11Didn't even notice that Sansa bootloader warning until now. Fix it.Michael Sevakis
2007-05-11revert the last changes because they prevent some Gigabeats from shutting downMarcoen Hirschberg
2007-05-11GPIO IRQ ready button driver for e200 series. Can't actually use them yet but...Michael Sevakis
2007-05-10More Gigabeat button light fixes. Settings now work properly, startup does n...Karl Kurbjun
2007-05-09display error/boot messages in the sansa bootloaderAntonius Hellmann
2007-05-08Fix a warningKarl Kurbjun