add global proxy / cache settings to httpget class. This removes the need of passing...
[Rockbox.git] / firmware / export / config-logikdax.h
blob8c6509cdaf6acabd97e9aa722ed92d49476f378d
1 /*
2 * This config file is for the Logik DAX MP3/DAB
3 */
4 #define TARGET_TREE /* this target is using the target tree system */
6 /* For Rolo and boot loader */
7 #define MODEL_NUMBER 23
9 /* define this if you have recording possibility */
10 //#define HAVE_RECORDING
12 /* Define bitmask of input sources - recordable bitmask can be defined
13 explicitly if different */
14 //#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_SPDIF)
16 /* define this if you have a bitmap LCD display */
17 #define HAVE_LCD_BITMAP
19 /* define this if you can flip your LCD */
20 #define HAVE_LCD_FLIP
22 /* define this if you can invert the colours on your LCD */
23 #define HAVE_LCD_INVERT
25 /* define this if you have access to the quickscreen */
26 #define HAVE_QUICKSCREEN
27 /* define this if you have access to the pitchscreen */
28 #define HAVE_PITCHSCREEN
30 /* define this if you would like tagcache to build on this target */
31 #define HAVE_TAGCACHE
33 /* define this if you have a flash memory storage */
34 #define HAVE_FLASH_STORAGE
36 /* LCD dimensions */
37 #define LCD_WIDTH 128
38 #define LCD_HEIGHT 64
39 #define LCD_DEPTH 1
41 #define LCD_PIXELFORMAT VERTICAL_PACKING
43 /* define this to indicate your device's keypad */
44 #define CONFIG_KEYPAD LOGIK_DAX_PAD
46 /* define this if you have a real-time clock */
47 #define CONFIG_RTC RTC_TCC77X
49 /* define this if you have RTC RAM available for settings */
50 //#define HAVE_RTC_RAM
52 /* Define this if you have a software controlled poweroff */
53 #define HAVE_SW_POWEROFF
55 /* The number of bytes reserved for loadable plugins */
56 #define PLUGIN_BUFFER_SIZE 0x8000
58 #define AB_REPEAT_ENABLE 1
60 /* Define this if you do software codec */
61 #define CONFIG_CODEC SWCODEC
63 /* Define this for LCD backlight available */
64 #define HAVE_BACKLIGHT
66 #define CONFIG_I2C I2C_TCC77X
68 #define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
69 #define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
70 #define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
71 #define BATTERY_CAPACITY_INC 50 /* capacity increment */
72 #define BATTERY_TYPES_COUNT 1 /* only one type */
74 /* define this if the unit should not shut down on low battery. */
75 #define NO_LOW_BATTERY_SHUTDOWN
77 #ifndef SIMULATOR
79 /* Define this if you have a TCC773L */
80 #define CONFIG_CPU TCC773L
82 /* Define this if you have ATA power-off control */
83 #define HAVE_ATA_POWER_OFF
85 /* Define this to the CPU frequency */
86 #define CPU_FREQ 120000000
88 /* Offset ( in the firmware file's header ) to the file length */
89 #define FIRMWARE_OFFSET_FILE_LENGTH 0
91 /* Offset ( in the firmware file's header ) to the file CRC */
92 #define FIRMWARE_OFFSET_FILE_CRC 4
94 /* Offset ( in the firmware file's header ) to the real data */
95 #define FIRMWARE_OFFSET_FILE_DATA 6
97 /* The start address index for ROM builds */
98 /* #define ROM_START 0x11010 for behind original Archos */
99 #define ROM_START 0x7010 /* for behind BootBox */
101 /* Software controlled LED */
102 #define CONFIG_LED LED_VIRTUAL
104 #define CONFIG_LCD LCD_SSD1815
106 #define BOOTFILE_EXT "logik"
107 #define BOOTFILE "rockbox." BOOTFILE_EXT
108 #define BOOTDIR "/"
110 #endif /* SIMULATOR */