Subversion Repositories freemyipod

Rev

Go to most recent revision | 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
15 theseven 7
target/ipodnano2g/i2c.c
8
target/ipodnano2g/interrupt.c
54 theseven 9
target/ipodnano2g/power.c
29 theseven 10
target/ipodnano2g/pmu.c
49 theseven 11
target/ipodnano2g/nand.c
54 theseven 12
target/ipodnano2g/ftl.c
13
target/ipodnano2g/storage_nand.c
15 theseven 14
usb/synopsysotg.c
2 theseven 15
#endif
16
 
10 theseven 17
#ifdef TARGET_ipodnano4g
18
target/ipodnano4g/mmu.c
19
target/ipodnano4g/lcd.c
85 theseven 20
target/ipodnano4g/timer.c
21
target/ipodnano4g/i2c.S
22
target/ipodnano4g/interrupt.c
23
target/ipodnano4g/power.c
24
target/ipodnano4g/accel.c
25
target/ipodnano4g/backlight.c
26
usb/synopsysotg.c
10 theseven 27
#endif
28
 
14 theseven 29
#ifdef ARM_ARCH
30
arm/arm-support.S
31
arm/contextswitch.S
32
#endif
33
 
2 theseven 34
init.c
35
main.c
36
util.c
85 theseven 37
#ifdef HAVE_LCD
2 theseven 38
drawing.S
39
lcdconsole.c
85 theseven 40
#endif
2 theseven 41
format.c
42
panic.c
43
console.c
44
ucl.S
14 theseven 45
thread.c
85 theseven 46
#ifdef HAVE_USB
15 theseven 47
usb/usb.c
85 theseven 48
#endif
29 theseven 49
shutdown.c
43 theseven 50
syscall.c
85 theseven 51
#ifdef HAVE_STORAGE
47 farthen 52
disk.c
49 theseven 53
fat.c
54
file.c
55
dir.c
54 theseven 56
storage.c
85 theseven 57
#endif
72 theseven 58
strcasestr.c
59
strcasecmp.c
60
strlcpy.c
61
strlcat.c
71 theseven 62
 
63
libc/strstr.c
64
libc/strtok.c
65
libc/atoi.c
66
libc/ctype.c
67
libc/memchr.c
68
libc/memcmp.c
69
libc/memcpy.c
70
libc/memmove.c
71
libc/memset.c
72
libc/mktime.c
73
libc/qsort.c
74
libc/random.c
75
libc/sprintf.c
76
libc/sscanf.c
77
libc/strcat.c
78
libc/strchr.c
79
libc/strcmp.c
80
libc/strcpy.c
81
libc/strlen.c
82
libc/strncmp.c
83
libc/strrchr.c