Subversion Repositories freemyipod

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14 theseven 1
#include "target.h"
2
 
5 theseven 3
#ifdef TARGET_ipodnano2g
2 theseven 4
target/ipodnano2g/mmu.c
5
target/ipodnano2g/lcd.c
14 theseven 6
target/ipodnano2g/timer.c
2 theseven 7
#endif
8
 
10 theseven 9
#ifdef TARGET_ipodnano4g
10
target/ipodnano4g/mmu.c
11
target/ipodnano4g/lcd.c
12
#endif
13
 
14 theseven 14
#ifdef ARM_ARCH
15
arm/arm-support.S
16
arm/contextswitch.S
17
#endif
18
 
2 theseven 19
init.c
20
main.c
21
util.c
22
drawing.S
23
lcdconsole.c
24
format.c
25
snprintf.c
26
panic.c
27
console.c
28
strlen.c
29
ucl.S
14 theseven 30
thread.c
31
interrupt.c