rockbox/firmware/target/arm/sandisk/sansa-e200
2007-06-17 00:07:23 +00:00
..
adc-e200.c Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off datasheet. 2007-03-13 01:50:13 +00:00
adc-target.h Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off datasheet. 2007-03-13 01:50:13 +00:00
ata-e200.c increase the SD stack. 2007-06-07 03:24:10 +00:00
ata-target.h Initial NAND driver for Sansa. This has had limited testing, and no testing on 6 or 8Gb models 2006-11-21 22:55:39 +00:00
audio-e200.c Straighten out some audio path APIs and misc. audio stuff. Having recording is not a prerequisite to having input/output source selection which is probably most useful when adding a audio input features like FM to a new port without forcing recording to be implemented first. 2007-06-08 23:42:04 +00:00
backlight-e200.c e200: Better sync of display enabling and display update. The display would be remain stale after being turned back on with no screen activity. Block out the fiddling with DMA when writing to driver framebuffer. Melts seem too rare to catch now. There seems to be no significant advantage from an appearance point of view to be meddling around with the transfer anyway. 2007-06-07 06:11:03 +00:00
backlight-target.h FS#7036: Power saving improvements for Sansa. Shutdown LCD controller when backlight is off and shutdown ATA controller when the disk isn't being accessed. Frequency scaling is not enabled yet as it was apparently causing some problems. 2007-04-23 23:26:23 +00:00
button-e200.c PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port A uses bit 32 and port F,H use bit 33. Please add futher GPIOx_IRQ/MASK defines and associations to pp5024.h as they are discovered. I guess the SD card patch will need a small update to properly detect insertion. 2007-06-17 00:07:23 +00:00
button-target.h Untested first attempt at a Sansa button driver. Based on work by MrH 2006-10-14 12:16:29 +00:00
lcd-as-e200.S Optimized lcd_yuv_blit() (used by mpegplayer) for the Sansa E200. This is just a copy-and-paste of the Gigabeat version by Michael Sevakis with no attempt to adapt to the different CPU in the E200 - so there could be room for further improvement. Reported to increase the FPS for the 224x128 version of Elephants Dream from 21fps to 27fps. 2007-04-06 09:34:13 +00:00
lcd-e200.c e200: Better sync of display enabling and display update. The display would be remain stale after being turned back on with no screen activity. Block out the fiddling with DMA when writing to driver framebuffer. Melts seem too rare to catch now. There seems to be no significant advantage from an appearance point of view to be meddling around with the transfer anyway. 2007-06-07 06:11:03 +00:00
power-e200.c Fix problem where power_off() on the Sansa returns before the device is actually powered off. 2007-03-15 22:17:09 +00:00