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