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
87 theseven 14
target/ipodnano2g/clockgates.c
95 theseven 15
target/ipodnano2g/bootflash.c
117 theseven 16
target/ipodnano2g/backlight.c
126 theseven 17
target/ipodnano2g/targetinit.c
15 theseven 18
usb/synopsysotg.c
2 theseven 19
#endif
20
 
10 theseven 21
#ifdef TARGET_ipodnano4g
22
target/ipodnano4g/mmu.c
23
target/ipodnano4g/lcd.c
85 theseven 24
target/ipodnano4g/timer.c
25
target/ipodnano4g/i2c.S
26
target/ipodnano4g/interrupt.c
27
target/ipodnano4g/power.c
28
target/ipodnano4g/accel.c
29
target/ipodnano4g/backlight.c
87 theseven 30
target/ipodnano4g/clockgates.c
85 theseven 31
usb/synopsysotg.c
10 theseven 32
#endif
33
 
14 theseven 34
#ifdef ARM_ARCH
35
arm/arm-support.S
36
arm/contextswitch.S
37
#endif
38
 
2 theseven 39
init.c
40
util.c
85 theseven 41
#ifdef HAVE_LCD
2 theseven 42
drawing.S
43
lcdconsole.c
122 theseven 44
progressbar.c
85 theseven 45
#endif
2 theseven 46
format.c
47
panic.c
48
console.c
49
ucl.S
14 theseven 50
thread.c
85 theseven 51
#ifdef HAVE_USB
15 theseven 52
usb/usb.c
85 theseven 53
#endif
29 theseven 54
shutdown.c
43 theseven 55
syscall.c
85 theseven 56
#ifdef HAVE_STORAGE
47 farthen 57
disk.c
49 theseven 58
fat.c
59
file.c
60
dir.c
54 theseven 61
storage.c
85 theseven 62
#endif
130 theseven 63
#ifdef HAVE_BUTTON
64
button.c
65
#endif
72 theseven 66
strcasestr.c
67
strcasecmp.c
68
strlcpy.c
69
strlcat.c
89 theseven 70
execimage.c
99 theseven 71
syscallapi.c
71 theseven 72
 
73
libc/strstr.c
74
libc/strtok.c
75
libc/atoi.c
76
libc/ctype.c
77
libc/memchr.c
78
libc/memcmp.c
79
libc/memcpy.c
80
libc/memmove.c
81
libc/memset.c
82
libc/mktime.c
83
libc/qsort.c
84
libc/random.c
85
libc/sprintf.c
86
libc/sscanf.c
87
libc/strcat.c
88
libc/strchr.c
89
libc/strcmp.c
90
libc/strcpy.c
91
libc/strlen.c
92
libc/strncmp.c
93
libc/strrchr.c
125 theseven 94
libc/tlsf/tlsf.c