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
29 theseven 9
target/ipodnano2g/pmu.c
49 theseven 10
target/ipodnano2g/nand.c
11
target/ipodnano2g/storage.c
15 theseven 12
usb/synopsysotg.c
2 theseven 13
#endif
14
 
10 theseven 15
#ifdef TARGET_ipodnano4g
16
target/ipodnano4g/mmu.c
17
target/ipodnano4g/lcd.c
18
#endif
19
 
14 theseven 20
#ifdef ARM_ARCH
21
arm/arm-support.S
22
arm/contextswitch.S
23
#endif
24
 
2 theseven 25
init.c
26
main.c
27
util.c
28
drawing.S
29
lcdconsole.c
30
format.c
31
snprintf.c
32
panic.c
33
console.c
34
strlen.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