1
0
Fork 0
forked from len0rd/rockbox

Move PP (last target) timer code in target tree

Put warnings in timer.h for incomplete targets (TIMER_FREQ not defined and/or timer-target.h inexistant)

Correct TIMER_STOP & TIMER_START macros arguments for target without timers
TIMER_START takes an extra argument in multicore builds (macro in macro doesn't work fine..)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21557 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2009-06-29 14:29:35 +00:00
parent b3ed33d04a
commit b955dff268
5 changed files with 154 additions and 67 deletions

View file

@ -394,6 +394,7 @@ target/arm/as3525/pcm-as3525.c
#if defined(CPU_PP)
target/arm/kernel-pp.c
target/arm/timer-pp.c
#if CONFIG_CPU == PP5002
target/arm/system-pp5002.c
#elif defined CPU_PP502x