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