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