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-c200
Age
Commit message (
Expand
)
Author
2010-06-11
FS#11335 by me: make ARM assembly functions thumb-friendly
Rafaël Carré
2010-05-24
fix YUV Dither for the other targets too, like in r26064.
Szymon Dziok
2009-07-11
ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...
Jens Arnold
2009-06-17
Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driver
Rafaël Carré
2009-04-25
Remove unnecessary #include "adc.h"
Bertrik Sikken
2009-03-17
One more try: Fix remaining reds and yellows
Thomas Martitz
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
2009-03-17
The c200 didn't got in for some reason.
Thomas Martitz
2009-01-18
Commit battery discharge curve for c200v1 by BertrikSikken. The old one wasn...
Michael Giacomelli
2009-01-11
c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...
Michael Sevakis
2008-08-05
Apply FS#9195 (LCD disable for sansa c200), which puts the sansa c200 display...
Bertrik Sikken
2008-08-05
Fix sansa c200 battery type comment.
Bertrik Sikken
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-17
Rough battery calibration for the c200 based on results posted by Tomasz Wasi...
Michael Giacomelli
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-03-31
Fixes FS#8552. On some c200s, the second parameter in setting R_Y_ADDR_AREA w...
Mark Arigo
2008-03-24
Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...
Jens Arnold
2007-11-18
Significant LCD speedup for all greyscale iPods and Sansa c200 (c200, 4th Gen...
Jens Arnold
2007-10-28
C200: Reworked the LCD driver a bit, and fixed a bug with single column updat...
Jens Arnold
2007-10-21
Implement YUV dithering for c200, and enable the option in mpegplayer.
Jens Arnold
2007-10-16
Improved H10 ADC driver. We now do things exactly as the OF does. This includ...
Barry Wardell
2007-10-12
PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...
Jens Arnold
2007-10-07
c200: First implemention of lcd_yuv_blit(). mpegplayer works now, but speed c...
Jens Arnold
2007-10-07
* Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a ...
Jens Arnold
2007-10-07
Fix red bootloader build.
Jens Arnold
2007-10-07
c200: Make the backlight react on unlocking hold as intended.
Jens Arnold
2007-10-02
Enable lcd contrast adjustment on Sansa c200
Mark Arigo
2007-09-24
The C200 LCD controller is a Samsung S6B33B2. Define appropriate register nam...
Jens Arnold
2007-09-23
Speed up C200 lcd_update() by ~7%.
Jens Arnold
2007-09-06
Sansa c200 port. Rockbox works with sound. Several features are disabled incl...
Mark Arigo