Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6622 - Timer for Gigabeat

Attached to Project: Rockbox
Opened by Alex Gerchanovsky (shoora) - Sunday, 04 February 2007, 20:37 GMT+2
Last edited by Michael Sevakis (MikeS) - Thursday, 29 May 2008, 23:35 GMT+2
Task Type Patches
Category Operating System/Drivers
Status Closed
Assigned To No-one
Player Type Gigabeat F/X
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Gigabeat X port right now lack of timer functionality. Though only a few plugins wants timers and timers are not essential, it's better to have them.
(application/octet-stream)    timer_070204.patch (19.5 KiB)
 apps/plugin.c                                       |    4 
 apps/plugin.h                                       |    8 +
 apps/plugins/doom/i_system.c                        |    2 
 firmware/export/config-gigabeat.h                   |    2 
 firmware/export/id3.h                               |   12 ++
 firmware/export/system.h                            |    6 +
 firmware/export/timer.h                             |    2 
 firmware/id3.c                                      |    3 
 firmware/kernel.c                                   |   28 +++---
 firmware/system.c                                   |   86 ++++++++++++++++++-
 firmware/target/arm/gigabeat/meg-fx/ata-meg-fx.c    |    4 
 firmware/target/arm/gigabeat/meg-fx/kernel-meg-fx.c |   19 ----
 firmware/target/arm/gigabeat/meg-fx/lcd-meg-fx.c    |    3 
 firmware/target/arm/gigabeat/meg-fx/pcm-meg-fx.c    |   19 ++--
 firmware/target/arm/gigabeat/meg-fx/system-meg-fx.c |   89 -------------------
 firmware/target/arm/gigabeat/meg-fx/system-target.h |   21 ++++
 firmware/timer.c                                    |   90 ++++++++++++++++++--
 17 files changed, 252 insertions(+), 146 deletions(-)

This task depends upon

Closed by  Michael Sevakis (MikeS)
Thursday, 29 May 2008, 23:35 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  I added timer functionality for meg-fx nn 6 Jul 2007 being unaware this FS task existed. :-)
Comment by Robert Kukla (roolku) - Monday, 05 February 2007, 00:15 GMT+2
The patch seems to have some unrelated things (like album art and WMA playback) in it as well. Maybe not what you intended.
Comment by Alex Gerchanovsky (shoora) - Saturday, 19 May 2007, 01:22 GMT+2
This version of patch contains only timer implementation. With only one addition - timer support enabled in doom plugin.
(application/octet-stream)    timer051807.patch (6.3 KiB)

Comment by Björn Stenberg (zagor) - Tuesday, 22 May 2007, 14:40 GMT+2
Alex, please upload your latest patch again. I accidentally removed the file in the flyspray transition.

Loading...