Subversion Repositories freemyipod

Rev

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

Rev 58 Rev 85
Line 32... Line 32...
32
#define LITTLE_ENDIAN
32
#define LITTLE_ENDIAN
33
#define CACHEALIGN_BITS 4
33
#define CACHEALIGN_BITS 4
34
#define CPU_FREQ 191692800
34
#define CPU_FREQ 191692800
35
 
35
 
36
 
36
 
-
 
37
#define CONSOLE_BOOT 1
-
 
38
 
-
 
39
 
-
 
40
#define HAVE_USB
37
#define USB_NUM_ENDPOINTS 5
41
#define USB_NUM_ENDPOINTS 5
38
 
42
 
-
 
43
#define HAVE_LCD
-
 
44
 
-
 
45
#define HAVE_I2C
39
 
46
 
-
 
47
#define HAVE_STORAGE
40
#define HAVE_FLASH_STORAGE
48
#define HAVE_FLASH_STORAGE
41
#define HAVE_STORAGE_FLUSH
49
#define HAVE_STORAGE_FLUSH
42
#define CONFIG_STORAGE STORAGE_NAND
50
#define CONFIG_STORAGE STORAGE_NAND
43
#define SECTOR_SIZE 2048
51
#define SECTOR_SIZE 2048
44
 
52