summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/sandisk/sansa-e200
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-4/+4
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz2-0/+3
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-9/+0
2011-12-16Convert remaining memframe LCDs that can be convert to common code.Michael Sevakis1-11/+8
2011-12-15Fix r31311 red and yellow.Michael Sevakis1-0/+1
2011-12-15Collect some of the memory frame LCD C code.Michael Sevakis2-141/+39
2011-02-11Submit FS#11926, calibrate charge curve for e200v1. Thanks to Martin Ritter.Andree Buschmann1-2/+2
2011-01-16Fix r29062 warning.Michael Sevakis1-2/+0
2011-01-16e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...Michael Sevakis1-0/+4
2010-09-17Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHTFrank Gevaerts1-0/+2
2010-06-22e200v1: What's the wheel deal? Rework wheel code to make it a bit more straig...Michael Sevakis1-141/+180
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-08-19fix more redNils Wallménius1-0/+1
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken1-1/+0
2009-03-30Remove that orphaned and wrong #ifThomas Martitz1-1/+0
2009-03-30Fix yellow.Thomas Martitz1-7/+9
2009-03-29Correct some preprocessor checks.Thomas Martitz1-5/+11
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-5/+5
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-01-11c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis1-11/+0
2008-06-29Move declaration of button_int and clickwheel_int to the proper header file i...Bertrik Sikken2-2/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg4-8/+16
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
2008-05-12Undo r17470 because of regressions in some debug menus.Andree Buschmann1-3/+0
2008-05-12Fix for FS#5162. Being able to read scrollwheel action via button_read_device...Andree Buschmann1-0/+3
2008-04-06e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.Michael Sevakis1-29/+11
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-2/+2
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-13/+1
2008-01-20Commit FS#8480 by Andree Buschmann. Updates battery calibration for the Sans...Michael Giacomelli1-4/+4
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon2-4/+4
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing1-8/+7
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis1-2/+2
2007-11-05Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.Barry Wardell1-1/+1
2007-11-05Fix red.Barry Wardell1-4/+4
2007-11-05Get rid of some more inl/outl and use the new GPO32 define instead.Barry Wardell1-3/+3
2007-10-28e200: shorten some delays so the backlight turn on is snappier. Values seem t...Michael Sevakis1-4/+3
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell1-1/+1
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold1-1/+1
2007-10-04Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the ...Michael Sevakis1-2/+2
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis1-17/+15
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis2-287/+37
2007-09-18Kick the idle poweroff timer on wheel activity. Should fix FS #7786Peter D'Hoye1-0/+2
2007-09-12Faster video rendering for e200 and Gigabeat.Michael Sevakis2-146/+117
2007-09-06Move files that will be common to the Sansa e200 and c200Mark Arigo9-1679/+0
2007-09-05Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan Bac...Michael Sevakis1-3/+3
2007-08-22FS#7634: Add support for high capacity microSD cards (SDHC). We now support S...Barry Wardell1-32/+93
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold1-0/+58
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold1-5/+0
2007-08-06Hrmph. That was just weird to do that.Michael Sevakis1-1/+1