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
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
71 theseven 45
 
46
libc/strstr.c
47
libc/strtok.c
48
libc/atoi.c
49
libc/ctype.c
50
libc/memchr.c
51
libc/memcmp.c
52
libc/memcpy.c
53
libc/memmove.c
54
libc/memset.c
55
libc/mktime.c
56
libc/qsort.c
57
libc/random.c
58
libc/sprintf.c
59
libc/sscanf.c
60
libc/strcat.c
61
libc/strchr.c
62
libc/strcmp.c
63
libc/strcpy.c
64
libc/strlen.c
65
libc/strncmp.c
66
libc/strrchr.c