summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2007-07-25Some rewriting of the e200 ata driver. No more panicing. Faster card multiple...Michael Sevakis
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis
2007-07-19Slight speedup for iAudio remote LCD update when the CPU isn't boosted.Jens Arnold
2007-07-15Gigabeat: Add the funky foreground color support for transparent bitmaps.Michael Sevakis
2007-07-14e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g...Michael Sevakis
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis
2007-07-12e200: This should stop lockups on sansa with struck SD card insert detection....Michael Sevakis
2007-07-12e200: adc_read needs mutex since it is accessed from multiple threads and yie...Michael Sevakis
2007-07-10iPod G3: Set the 'we (pretend to) know what we're doing so please let us' mag...Jens Arnold
2007-07-10iPod G3: Clock setup register display and CPU clock estimation in debug menu....Jens Arnold
2007-07-09Gigabeat: Squeeze down lcd_bitmap_transparent_part a bit. Let the compiler ch...Michael Sevakis
2007-07-09e200: Remove all that inlining in the display driver to get rid of the bloat....Michael Sevakis
2007-07-08Gigabeat: properly confined framebuffer copies and a few pendantic changes to...Michael Sevakis
2007-07-08e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...Michael Sevakis
2007-07-07Stop the crashes on some PP5022C targets (iPod Video, perhaps also Nano) intr...Jens Arnold
2007-07-07e200: Better power_off to lock the system down while waiting for PMU to cut p...Michael Sevakis
2007-07-06Gigabeat: oops, forgot to set correct timer prescaler limit.Michael Sevakis
2007-07-06Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...Michael Sevakis
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