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
15 theseven 6
target/ipodnano2g/i2c.c
7
target/ipodnano2g/interrupt.c
54 theseven 8
target/ipodnano2g/power.c
29 theseven 9
target/ipodnano2g/pmu.c
87 theseven 10
target/ipodnano2g/clockgates.c
117 theseven 11
target/ipodnano2g/backlight.c
15 theseven 12
usb/synopsysotg.c
2 theseven 13
#endif
14
 
14 theseven 15
#ifdef ARM_ARCH
16
arm/arm-support.S
17
arm/contextswitch.S
18
#endif
19
 
243 theseven 20
main.c
2 theseven 21
util.c
85 theseven 22
#ifdef HAVE_LCD
2 theseven 23
drawing.S
24
lcdconsole.c
85 theseven 25
#endif
2 theseven 26
format.c
27
panic.c
243 theseven 28
ramdisk.c
15 theseven 29
usb/usb.c
71 theseven 30
 
31
libc/memcpy.c
32
libc/memset.c
33
libc/sprintf.c
34
libc/strlen.c