Subversion Repositories freemyipod

Rev

Rev 242 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 242 Rev 243
Line 1... Line 1...
1
#include "target.h"
1
#include "target.h"
2
 
2
 
3
#ifdef TARGET_ipodnano2g
3
#ifdef TARGET_ipodnano2g
4
target/ipodnano2g/mmu.c
4
target/ipodnano2g/mmu.c
5
target/ipodnano2g/lcd.c
5
target/ipodnano2g/lcd.c
6
target/ipodnano2g/timer.c
-
 
7
target/ipodnano2g/i2c.c
6
target/ipodnano2g/i2c.c
8
target/ipodnano2g/interrupt.c
7
target/ipodnano2g/interrupt.c
9
target/ipodnano2g/power.c
8
target/ipodnano2g/power.c
10
target/ipodnano2g/pmu.c
9
target/ipodnano2g/pmu.c
11
target/ipodnano2g/nand.c
-
 
12
target/ipodnano2g/ftl.c
-
 
13
target/ipodnano2g/storage_nand.c
-
 
14
target/ipodnano2g/clockgates.c
10
target/ipodnano2g/clockgates.c
15
target/ipodnano2g/bootflash.c
-
 
16
target/ipodnano2g/backlight.c
11
target/ipodnano2g/backlight.c
17
target/ipodnano2g/targetinit.c
-
 
18
target/ipodnano2g/clickwheel.c
-
 
19
target/ipodnano2g/hwkeyaes.c
-
 
20
target/ipodnano2g/hmacsha1.c
-
 
21
target/ipodnano2g/usbtarget.c
-
 
22
usb/synopsysotg.c
-
 
23
#endif
-
 
24
 
-
 
25
#ifdef TARGET_ipodnano4g
-
 
26
target/ipodnano4g/mmu.c
-
 
27
target/ipodnano4g/lcd.c
-
 
28
target/ipodnano4g/timer.c
-
 
29
target/ipodnano4g/i2c.S
-
 
30
target/ipodnano4g/interrupt.c
-
 
31
target/ipodnano4g/power.c
-
 
32
target/ipodnano4g/accel.c
-
 
33
target/ipodnano4g/backlight.c
-
 
34
target/ipodnano4g/clockgates.c
-
 
35
usb/synopsysotg.c
12
usb/synopsysotg.c
36
#endif
13
#endif
37
 
14
 
38
#ifdef ARM_ARCH
15
#ifdef ARM_ARCH
39
arm/arm-support.S
16
arm/arm-support.S
40
arm/contextswitch.S
17
arm/contextswitch.S
41
#endif
18
#endif
42
 
19
 
43
init.c
20
main.c
44
util.c
21
util.c
45
#ifdef HAVE_LCD
22
#ifdef HAVE_LCD
46
drawing.S
23
drawing.S
47
lcdconsole.c
24
lcdconsole.c
48
progressbar.c
-
 
49
#endif
25
#endif
50
format.c
26
format.c
51
panic.c
27
panic.c
52
console.c
28
ramdisk.c
53
ucl.S
-
 
54
thread.c
-
 
55
#ifdef HAVE_USB
-
 
56
usb/usb.c
29
usb/usb.c
57
#endif
-
 
58
shutdown.c
-
 
59
syscall.c
-
 
60
#ifdef HAVE_STORAGE
-
 
61
disk.c
-
 
62
fat.c
-
 
63
file.c
-
 
64
dir.c
-
 
65
storage.c
-
 
66
#endif
-
 
67
#ifdef HAVE_BUTTON
-
 
68
button.c
-
 
69
#endif
-
 
70
strcasestr.c
-
 
71
strcasecmp.c
-
 
72
strlcpy.c
-
 
73
strlcat.c
-
 
74
execimage.c
-
 
75
syscallapi.c
-
 
76
 
30
 
77
libc/strstr.c
-
 
78
libc/strtok.c
-
 
79
libc/atoi.c
-
 
80
libc/ctype.c
-
 
81
libc/memchr.c
-
 
82
libc/memcmp.c
-
 
83
libc/memcpy.c
31
libc/memcpy.c
84
libc/memmove.c
-
 
85
libc/memset.c
32
libc/memset.c
86
libc/mktime.c
-
 
87
libc/qsort.c
-
 
88
libc/random.c
-
 
89
libc/sprintf.c
33
libc/sprintf.c
90
libc/sscanf.c
-
 
91
libc/strcat.c
-
 
92
libc/strchr.c
-
 
93
libc/strcmp.c
-
 
94
libc/strcpy.c
-
 
95
libc/strlen.c
34
libc/strlen.c
96
libc/strncmp.c
-
 
97
libc/strrchr.c
-
 
98
libc/tlsf/tlsf.c
-