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
20
#endif
21
 
14 theseven 22
#ifdef ARM_ARCH
23
arm/arm-support.S
24
arm/contextswitch.S
25
#endif
26
 
2 theseven 27
init.c
28
main.c
29
util.c
30
drawing.S
31
lcdconsole.c
32
format.c
33
panic.c
34
console.c
35
ucl.S
14 theseven 36
thread.c
15 theseven 37
usb/usb.c
29 theseven 38
shutdown.c
43 theseven 39
syscall.c
47 farthen 40
disk.c
49 theseven 41
fat.c
42
file.c
43
dir.c
54 theseven 44
storage.c
72 theseven 45
strcasestr.c
46
strcasecmp.c
47
strlcpy.c
48
strlcat.c
71 theseven 49
 
50
libc/strstr.c
51
libc/strtok.c
52
libc/atoi.c
53
libc/ctype.c
54
libc/memchr.c
55
libc/memcmp.c
56
libc/memcpy.c
57
libc/memmove.c
58
libc/memset.c
59
libc/mktime.c
60
libc/qsort.c
61
libc/random.c
62
libc/sprintf.c
63
libc/sscanf.c
64
libc/strcat.c
65
libc/strchr.c
66
libc/strcmp.c
67
libc/strcpy.c
68
libc/strlen.c
69
libc/strncmp.c
70
libc/strrchr.c