summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-fuze
AgeCommit message (Expand)Author
2009-11-15Fix a few possible problems discovered in -O0 / eabi experiments.Thomas Martitz
2009-10-31FS#10744 - Fuze: Last line of screen's pixels doesn't change when switching t...Michael Chicoine
2009-10-26fix an off-by-one error in lcd_update_rect()Michael Chicoine
2009-10-24Speed up lcd_update_rect by ~2.5% by counting towards 0 in the loop.Thomas Martitz
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-09-26Sansa Fuze/e200v2: protect lcd a little better against concurrent accessBertrik Sikken
2009-09-05Make the Fuze usable again by inserting a few delays in the lcd functions, co...Thomas Martitz
2009-09-01Move the FIFO emptying up, as having it after lcd_write_single_data16() cause...Thomas Martitz
2009-09-01Fuze/e200v2: Speed up the LCD further by letting the FIFO fill until it's ful...Thomas Martitz
2009-08-31Speed up the Fuze's LCD by a factor of ~2.1 (lcd_update()) by using 32bit tra...Thomas Martitz
2009-08-10Remove the comment also, Thanks to Rafaël Carré for spotting.Thomas Martitz
2009-08-10Fix FS#10486 - "fuze screen not drawn correctly on backlight turn-on if playl...Thomas Martitz
2009-06-24Fix some forgotten OR's in some button-target.h filesMaurus Cuelenaere
2009-06-22FS#10284 - "Sansa e200v2 & Fuze: Merge the button driver into 1 file" by Dust...Thomas Martitz
2009-06-20Enable charging on the Sansa Fuze (charging/discharging curves are still unca...Bertrik Sikken
2009-06-08FS#10048 : enable MMU and data cache on Sansa AMS to give a major speed upRafaël Carré
2009-06-08Sansa fuze: don't configure GPIO A7 in the LCD driver, this pin is used for f...Bertrik Sikken
2009-06-02Sansa AMS : don't use the SHAREDBSS_ATTR since we don't have a coprocessorRafaël Carré
2009-06-02Revisite Sansa fuze button driver:Thomas Martitz
2009-05-26FS#10245 by Jack Halpin : Adjust Clocking scheme on Sansa AMSRafaël Carré
2009-05-13Sansa AMS: Various fixes/enhancements for clock frequenciesRafaël Carré
2009-05-12FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2Rafaël Carré
2009-04-20Fix FS#10128 - The View IO Ports debug menu showed weird dbop values (sometim...Thomas Martitz
2009-04-19FS#10148 by Dustin Skoracki, removes a redundant check for != BUTTON_NONE in ...Thomas Martitz
2009-04-13Few Fuze/e200v2 button fixes. Don't read the scrollwheel when the hold button...Thomas Martitz
2009-04-13FS#10120 - fuze/e200v2: poll the wheel more often (every 5ms). This makes the...Thomas Martitz
2009-03-30A bit of cleanup in config-fuze (don't define features we do not have yet), a...Thomas Martitz
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2009-03-13Sansa Fuze Buttons: cleanup slightly, prevent button_counter from wrapping, a...Thomas Martitz
2009-02-19Fix occasional power button ghost presses and get rid of the delay which was ...Thomas Martitz
2009-02-19Sansa Fuze buttons:Thomas Martitz
2009-02-18Get rid of disabling irq. Simply blocking does it too, it also caused problem...Thomas Martitz
2009-02-17Fix redThomas Martitz
2009-02-17Setting GPIOA_PIN 1 is apparently not needed (anymore)Thomas Martitz
2009-02-17Some Sansa Fuze work: Get Home button working (no keymap changes yet, so it's...Thomas Martitz
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz
2009-01-18Commit second part of FS#9663 by Thomas Martitz. Enable button light on fuze...Michael Giacomelli
2008-12-31Updated Fuze button code. FS#9645 by Thomas Martitz.Björn Stenberg
2008-12-16Commit FS#9623 by Thomas Martitz. General LCD clean up. Removes needless de...Michael Giacomelli
2008-12-04Sansa AMS: centralize clock settings in clock-target.hRafaël Carré
2008-11-30Sansa AMS: Use a valid PLL setting (248MHz aka maximum fclk)Rafaël Carré
2008-11-28Sansa Fuze: do not modify the CCU_IO register since we don't use GPIODRafaël Carré
2008-11-28Sansa Fuze: remove left over copy-pasta (fix status bar flickering)Rafaël Carré
2008-11-26Sansa AMS: implement set_cpu_frequency()Rafaël Carré
2008-11-26Sansa AMS: correct timer definition (clk_main == 24MHz / 16)Rafaël Carré
2008-11-26Fix reds. Also note my r19221 commit message had a typo - shoudld have been ...Steve Bavin
2008-11-24Preliminary button driver for Sansa Fuze. FS#9575 by Thomas Martitz.Björn Stenberg
2008-11-23Implement a basic uncalibrated battery reading for all as3525 targets with a ...Bertrik Sikken
2008-11-22Partially apply FS#9569 by Michael Chicoine and Thomas Martitz: remove the GP...Dave Chapman