Subversion Repositories freemyipod

Rev

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

Rev 10 Rev 85
Line 23... Line 23...
23
 
23
 
24
#ifndef __TARGET_H__
24
#ifndef __TARGET_H__
25
#define __TARGET_H__
25
#define __TARGET_H__
26
 
26
 
27
 
27
 
-
 
28
#define PLATFORM_ID 0x47344e49
-
 
29
 
-
 
30
 
28
#define ARM_ARCH 6
31
#define ARM_ARCH 6
-
 
32
#define LITTLE_ENDIAN
-
 
33
#define CACHEALIGN_BITS 4
-
 
34
#define CPU_FREQ 191692800
-
 
35
 
-
 
36
 
-
 
37
#define CONSOLE_BOOT 1
-
 
38
 
-
 
39
 
-
 
40
#define HAVE_USB
-
 
41
#define USB_NUM_ENDPOINTS 5
-
 
42
 
-
 
43
#define HAVE_LCD
-
 
44
 
-
 
45
#define HAVE_I2C
-
 
46
//#define HAVE_STORAGE
-
 
47
//#define HAVE_FLASH_STORAGE
-
 
48
//#define HAVE_STORAGE_FLUSH
-
 
49
//#define CONFIG_STORAGE STORAGE_NAND
-
 
50
//#define SECTOR_SIZE 4096
29
 
51
 
30
 
52
 
31
#endif
53
#endif