index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
sandisk
/
sansa-e200
Age
Commit message (
Expand
)
Author
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
2009-08-19
fix more red
Nils Wallménius
2009-04-25
Remove unnecessary #include "adc.h"
Bertrik Sikken
2009-03-30
Remove that orphaned and wrong #if
Thomas Martitz
2009-03-30
Fix yellow.
Thomas Martitz
2009-03-29
Correct some preprocessor checks.
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-01-11
c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...
Michael Sevakis
2008-06-29
Move declaration of button_int and clickwheel_int to the proper header file i...
Bertrik Sikken
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-28
Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...
Michael Sevakis
2008-05-12
Undo r17470 because of regressions in some debug menus.
Andree Buschmann
2008-05-12
Fix for FS#5162. Being able to read scrollwheel action via button_read_device...
Andree Buschmann
2008-04-06
e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.
Michael Sevakis
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-03-24
Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...
Jens Arnold
2008-01-20
Commit FS#8480 by Andree Buschmann. Updates battery calibration for the Sans...
Michael Giacomelli
2008-01-10
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...
Jonathan Gordon
2007-11-19
FS#7738 - Scroll wheel acceleration for iPod
Linus Nielsen Feltzing
2007-11-08
Add some CACHEALIGN_* macros and a helper function to assist in aligning data...
Michael Sevakis
2007-11-05
Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.
Barry Wardell
2007-11-05
Fix red.
Barry Wardell
2007-11-05
Get rid of some more inl/outl and use the new GPO32 define instead.
Barry Wardell
2007-10-28
e200: shorten some delays so the backlight turn on is snappier. Values seem t...
Michael Sevakis
2007-10-16
Improved H10 ADC driver. We now do things exactly as the OF does. This includ...
Barry Wardell
2007-10-07
Name all button light functions and variables consistently starting with butt...
Jens Arnold
2007-10-04
Change a couple udelay() in e200 lcd driver to sleep() since sleep() was the ...
Michael Sevakis
2007-10-04
PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...
Michael Sevakis
2007-09-25
Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...
Michael Sevakis
2007-09-18
Kick the idle poweroff timer on wheel activity. Should fix FS #7786
Peter D'Hoye
2007-09-12
Faster video rendering for e200 and Gigabeat.
Michael Sevakis
2007-09-06
Move files that will be common to the Sansa e200 and c200
Mark Arigo
2007-09-05
Commit FS#7692 - LCD garbled top two lines by Jesse Lockwood and Jonathan Bac...
Michael Sevakis
2007-08-22
FS#7634: Add support for high capacity microSD cards (SDHC). We now support S...
Barry Wardell
2007-08-17
First step of powermanagement rework: * Move target specific stuff into targe...
Jens Arnold
2007-08-14
Moved archos power handling into target tree. * Tuner power handling cleaned ...
Jens Arnold
2007-08-06
Hrmph. That was just weird to do that.
Michael Sevakis
2007-08-06
e200: Make sure backlight will never get stuck off for long periods from the ...
Michael Sevakis
2007-08-04
Oops. mvn is one's-complement, not two's. Correct the YUV calculation.
Michael Sevakis
2007-07-31
Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...
Michael Sevakis
2007-07-29
Add a new timeout API to the kernel. Enable only for e200 right now since it'...
Michael Sevakis
2007-07-25
Some rewriting of the e200 ata driver. No more panicing. Faster card multiple...
Michael Sevakis
2007-07-22
Wheel acceleration for e200. A general acceleration interface intended for us...
Michael Sevakis
2007-07-14
e200: Tuner driver needs to yield alot and also be mutexed. FM debug screen g...
Michael Sevakis
2007-07-14
Do some planned radio interface cleanup since adding in the LV24020LP.
Michael Sevakis
2007-07-12
e200: This should stop lockups on sansa with struck SD card insert detection....
Michael Sevakis
2007-07-12
e200: adc_read needs mutex since it is accessed from multiple threads and yie...
Michael Sevakis
2007-07-09
e200: Remove all that inlining in the display driver to get rid of the bloat....
Michael Sevakis
2007-07-08
e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...
Michael Sevakis
[next]