Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9106 - Initial code for the Sansa c100

Attached to Project: Rockbox
Opened by Marc Guay (Marc_Guay) - Friday, 20 June 2008, 00:58 GMT+1
Last edited by Marc Guay (Marc_Guay) - Sunday, 22 June 2008, 07:13 GMT+1
Task Type Patches
Category Operating System/Drivers
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Some initial code for the Sansa c100.

June 20th, 11am - Removed some tabs.
   c100.patch (26 KiB)
 tools/configure                                    |   24 +
 tools/checkwps/targets.txt                         |    1 
 firmware/export/config-m200.h                      |    2 
 firmware/export/config.h                           |    7 
 firmware/SOURCES                                   |   21 +
 firmware/target/arm/tcc77x/system-tcc77x.c         |   34 +-
 firmware/target/arm/tcc77x/c100/adc-target.h       |   24 +
 firmware/target/arm/tcc77x/c100/backlight-target.h |   38 ++
 firmware/target/arm/tcc77x/c100/lcd-S6B33B2.c      |  349 +++++++++++++++++++++
 firmware/target/arm/tcc77x/c100/button-target.h    |   52 +++
 firmware/target/arm/tcc77x/c100/button-c100.c      |   62 +++
 firmware/target/arm/tcc77x/c100/power-c100.c       |   66 +++
 12 files changed, 671 insertions(+), 9 deletions(-)

This task depends upon

Closed by  Marc Guay (Marc_Guay)
Sunday, 22 June 2008, 07:13 GMT+1
Reason for closing:  Accepted
Additional comments about closing:  r17742
Comment by MichaelGiacomelli (saratoga) - Friday, 20 June 2008, 01:28 GMT+1
"+ memory=2 # how many megabytes of RAM - 32MB"

Should that be memory=32?
Comment by Marc Guay (Marc_Guay) - Friday, 20 June 2008, 01:40 GMT+1
:) Yup. Looks like my "note to self" became a "note to everyone". Patch updated.

Loading...