Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6273 - move ifp7xx to target tree

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Wednesday, 01 November 2006, 13:44 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Friday, 10 November 2006, 02:39 GMT+2
Task Type Patches
Category Operating System/Drivers
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

compiles... dont know if it works or not
(application/octet-stream)    ifp_TT.patch (26.3 KiB)
 firmware/SOURCES                                     |   10 +
 firmware/backlight.c                                 |    4 
 firmware/drivers/adc.c                               |   34 -----
 firmware/drivers/button.c                            |   51 --------
 firmware/export/adc.h                                |    9 -
 firmware/export/button.h                             |   22 ---
 firmware/export/config-ifp7xx.h                      |    5 
 firmware/target/arm/iriver/backlight-target.h        |   25 ++++
 firmware/target/arm/iriver/usb-target.h              |   27 ++++
 firmware/target/arm/iriver/h10/backlight-target.h    |   25 ----
 firmware/target/arm/iriver/h10/usb-target.h          |   27 ----
 tools/configure                                      |    3 
 firmware/target/arm/iriver/ifp7xx/adc-ifp7xx.c       |   57 +++++++++
 firmware/target/arm/iriver/ifp7xx/adc-target.h       |   29 ++++
 firmware/target/arm/iriver/ifp7xx/backlight-ifp7xx.c |   33 +++++
 firmware/target/arm/iriver/ifp7xx/button-ifp7xx.c    |   89 ++++++++++++++
 firmware/target/arm/iriver/ifp7xx/button-target.h    |   56 +++++++++
 firmware/target/arm/iriver/ifp7xx/power-ifp7xx.c     |  116 +++++++++++++++++++
 firmware/target/arm/iriver/ifp7xx/usb-ifp7xx.c       |   52 ++++++++
 19 files changed, 503 insertions(+), 171 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Friday, 10 November 2006, 09:26 GMT+2
Reason for closing:  Accepted
Comment by Tomasz Malesinski (tmal) - Friday, 10 November 2006, 00:06 GMT+2
Thanks. It works. I cleaned it up a little and commited.
Comment by Jonathan Gordon (jdgordon) - Friday, 10 November 2006, 02:40 GMT+2
Tomasz... you forgot to cvs add the new files... reopening so you remember..
Comment by Tomasz Malesinski (tmal) - Friday, 10 November 2006, 09:07 GMT+2
Fixed. Thanks for reminding. I was a little confused, because the simulator did not compile anyway, but the errors on my machine were different from that on the build server.

Loading...