forked from len0rd/rockbox
Move SH7034 timer code in the target tree
Add an argument int_prio to TIMER_START() macro because SH7034 needs it Leaves a target specific code in timer_register (could be given to target code through timer_set and __timer_set() ) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21556 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c34ca87b64
commit
b3ed33d04a
14 changed files with 147 additions and 67 deletions
|
|
@ -461,6 +461,7 @@ drivers/i2c.c
|
|||
#ifdef ARCHOS_PLAYER
|
||||
#ifndef SIMULATOR
|
||||
target/sh/archos/ata-archos.c
|
||||
target/sh/archos/timer-archos.c
|
||||
target/sh/archos/ata-as-archos.S
|
||||
target/sh/archos/player/button-player.c
|
||||
target/sh/archos/player/hwcompat-player.c
|
||||
|
|
@ -475,6 +476,7 @@ target/sh/archos/player/usb-player.c
|
|||
#ifdef ARCHOS_RECORDER
|
||||
#ifndef SIMULATOR
|
||||
target/sh/archos/ata-archos.c
|
||||
target/sh/archos/timer-archos.c
|
||||
target/sh/archos/ata-as-archos.S
|
||||
target/sh/archos/lcd-archos-bitmap.c
|
||||
target/sh/archos/lcd-as-archos-bitmap.S
|
||||
|
|
@ -488,6 +490,7 @@ target/sh/archos/recorder/usb-recorder.c
|
|||
#if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
|
||||
#ifndef SIMULATOR
|
||||
target/sh/archos/ata-archos.c
|
||||
target/sh/archos/timer-archos.c
|
||||
target/sh/archos/ata-as-archos.S
|
||||
target/sh/archos/lcd-archos-bitmap.c
|
||||
target/sh/archos/lcd-as-archos-bitmap.S
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue