Subversion Repositories freemyipod

Rev

Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 14
Line -... Line 1...
-
 
1
#include "target.h"
-
 
2
 
1
#ifdef TARGET_ipodnano2g
3
#ifdef TARGET_ipodnano2g
2
target/ipodnano2g/mmu.c
4
target/ipodnano2g/mmu.c
3
target/ipodnano2g/lcd.c
5
target/ipodnano2g/lcd.c
4
target/ipodnano2g/nand.c
6
target/ipodnano2g/timer.c
5
target/ipodnano2g/storage.c
-
 
6
target/ipodnano2g/i2c.S
-
 
7
#endif
7
#endif
8
 
8
 
9
#ifdef TARGET_ipodnano4g
9
#ifdef TARGET_ipodnano4g
10
target/ipodnano4g/mmu.c
10
target/ipodnano4g/mmu.c
11
target/ipodnano4g/lcd.c
11
target/ipodnano4g/lcd.c
-
 
12
#endif
-
 
13
 
-
 
14
#ifdef ARM_ARCH
-
 
15
arm/arm-support.S
12
target/ipodnano4g/storage.c
16
arm/contextswitch.S
13
#endif
17
#endif
14
 
18
 
15
init.c
19
init.c
16
main.c
20
main.c
17
util.c
21
util.c
Line 19... Line 23...
19
lcdconsole.c
23
lcdconsole.c
20
format.c
24
format.c
21
snprintf.c
25
snprintf.c
22
panic.c
26
panic.c
23
console.c
27
console.c
24
arm-support.S
-
 
25
strlen.c
28
strlen.c
26
fat32.c
-
 
27
ucl.S
29
ucl.S
28
 
30
thread.c
-
 
31
interrupt.c