summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/as3525/sansa-e200v2
AgeCommit message (Expand)AuthorFilesLines
2009-06-22FS#10284 - "Sansa e200v2 & Fuze: Merge the button driver into 1 file" by Dust...Thomas Martitz1-248/+0
2009-06-08Sansa e200v2: use = instead of |= when setting GPIO levelBertrik Sikken1-5/+5
2009-06-03git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21182 a1c6a512-1295-4272-9138...Jack Halpin2-0/+7
2009-06-02Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessorRafaël Carré1-1/+1
2009-05-26FS#10245 by Jack Halpin : Adjust Clocking scheme on Sansa AMSRafaël Carré1-1/+1
2009-05-13Sansa AMS: Various fixes/enhancements for clock frequenciesRafaël Carré1-1/+1
2009-05-12FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2Rafaël Carré1-15/+84
2009-04-29FS#10151 - e200v2: scrollwheel acceleration by Dustin Skoracki. Improves the ...Thomas Martitz1-24/+32
2009-04-26FS#10126 - lcd_e200v2 cleanup by Michael ChicoineThomas Martitz1-5/+4
2009-04-26FS#10158 - e200v2 button delay revisited by Michael Chicoine to fix some weir...Thomas Martitz1-1/+1
2009-04-25Remove unnecessary #include "adc.h"Bertrik Sikken1-1/+0
2009-04-20Fix FS#10128 - The View IO Ports debug menu showed weird dbop values (sometim...Thomas Martitz2-6/+6
2009-04-19FS#10148 by Dustin Skoracki, removes a redundant check for != BUTTON_NONE in ...Thomas Martitz1-26/+22
2009-04-13Few Fuze/e200v2 button fixes. Don't read the scrollwheel when the hold button...Thomas Martitz2-4/+11
2009-04-13FS#10127 - Sansa e200v2: wrapping in menus by Dustin Skoracki and me. Impleme...Thomas Martitz1-115/+60
2009-04-13FS#10120 - fuze/e200v2: poll the wheel more often (every 5ms). This makes the...Thomas Martitz1-6/+10
2009-04-10Commit fs#9959 by Jack Halpin. Removes delays from the Sansa e200v2 button d...Michael Giacomelli1-33/+31
2009-04-10Commit FS#10043 by Michael Chicoine for the Sansa e200v2. Implements LCD sle...Michael Giacomelli1-30/+37
2009-03-22Add missing powermgmt-e200v2.c file from FS#9968Bertrik Sikken1-0/+50
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-4/+4
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-2/+2
2009-02-20e200v2: fix broken lcd driver and cleanup a little bit further.Thomas Martitz1-37/+30
2009-02-19Sansa e200v2: Some LCD driver changes (none with functional changes):Thomas Martitz1-33/+32
2009-02-18Show DBOP in the e200v2's view IO ports menu.Thomas Martitz1-0/+5
2009-02-18Return old button value if lcd_button_supprt was blocked.Thomas Martitz2-13/+14
2009-02-18Get rid of disabling irq. Simply blocking does it too, it also caused problem...Thomas Martitz1-13/+16
2009-02-16fix yellow.Dominik Wenger1-2/+3
2009-02-16e200v2: make buttons and scrollwheel work. Still ugly as we need to disable i...Dominik Wenger3-73/+240
2009-01-27Redo some parts of my previous commit, thanks Jens and DaveThomas Martitz1-26/+0
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz1-0/+26
2008-12-16Commit updated FS#9569 by Michael Chicoine. Fixes a bug in lcd_update_rect o...Michael Giacomelli1-7/+8
2008-12-04Sansa AMS: centralize clock settings in clock-target.hRafaël Carré1-1/+2
2008-11-30Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk)Rafaël Carré1-1/+1
2008-11-30do not modify the CCU_IO register since we don't use GPIOD (from FS#9569)Jonathan Gordon1-4/+1
2008-11-26Sansa AMS: implement set_cpu_frequency()Rafaël Carré1-30/+0
2008-11-26Sansa AMS: correct timer definition (clk_main == 24MHz / 16)Rafaël Carré1-38/+0
2008-11-23Implement a basic uncalibrated battery reading for all as3525 targets with a ...Bertrik Sikken1-24/+0
2008-11-22Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GP...Dave Chapman1-2/+0
2008-11-11Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...Dave Chapman2-0/+7
2008-11-07FS#9532 - e200v2 buttons Jonathan Gordon1-1/+45
2008-11-01Unify the e200v2 and Fuze backlight/buttonlight code - it is identical.Dave Chapman1-73/+0
2008-10-29FS#9511 - working lcd update (and lcd_update_rect() ) for the e200v2, working...Jonathan Gordon2-14/+9
2008-10-29fix lcd mirror and rotation problem on the e200v2. also remove a wierd whites...Jonathan Gordon1-3/+3
2008-10-29Oops, revert 18911 - this was added a couple of commits ago.Dave Chapman1-2/+0
2008-10-29e200v2 LCD - it helps to enable the DBOP clock.Dave Chapman1-0/+2
2008-10-29e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 c...Dave Chapman2-13/+79
2008-10-29e200v2 lcd: Add missing DBOP clock initializationRafaël Carré1-1/+1
2008-10-25A little more work on the e200v2 LCD driver (still untested - I don't own one...Dave Chapman1-53/+99
2008-10-19Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently u...Dave Chapman7-0/+670