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
snprintf.c
34
panic.c
35
console.c
36
strlen.c
37
ucl.S
14 theseven 38
thread.c
15 theseven 39
usb/usb.c
29 theseven 40
shutdown.c
43 theseven 41
syscall.c
47 farthen 42
disk.c
49 theseven 43
fat.c
44
file.c
45
dir.c
54 theseven 46
storage.c