summaryrefslogtreecommitdiff
path: root/firmware/export/config/iaudiox5.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/iaudiox5.h')
-rw-r--r--firmware/export/config/iaudiox5.h205
1 files changed, 205 insertions, 0 deletions
diff --git a/firmware/export/config/iaudiox5.h b/firmware/export/config/iaudiox5.h
new file mode 100644
index 0000000000..bafe51f12d
--- /dev/null
+++ b/firmware/export/config/iaudiox5.h
@@ -0,0 +1,205 @@
1/*
2 * This config file is for iAudio X5
3 */
4#define TARGET_TREE /* this target is using the target tree system */
5
6/* For Rolo and boot loader */
7#define MODEL_NUMBER 10
8
9#define MODEL_NAME "iAudio X5"
10
11/* define this if you use an ATA controller */
12#define CONFIG_STORAGE STORAGE_ATA
13
14/* define this if you have recording possibility */
15#define HAVE_RECORDING
16
17/* Define bitmask of input sources - recordable bitmask can be defined
18 explicitly if different */
19#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
20
21/* define the bitmask of hardware sample rates */
22#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
23
24/* define the bitmask of recording sample rates */
25#define REC_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
26
27/* define this if you have a bitmap LCD display */
28#define HAVE_LCD_BITMAP
29
30/* define this if you can flip your LCD */
31#define HAVE_LCD_FLIP
32
33/* define this if you have a colour LCD */
34#define HAVE_LCD_COLOR
35
36/* define this if you want album art for this target */
37#define HAVE_ALBUMART
38
39/* define this to enable bitmap scaling */
40#define HAVE_BMP_SCALING
41
42/* define this to enable JPEG decoding */
43#define HAVE_JPEG
44
45/* define this if you can invert the colours on your LCD */
46#define HAVE_LCD_INVERT
47
48/* define this if you have access to the quickscreen */
49#define HAVE_QUICKSCREEN
50
51/* define this if you have access to the pitchscreen */
52#define HAVE_PITCHSCREEN
53
54/* define this if you would like tagcache to build on this target */
55#define HAVE_TAGCACHE
56
57/* LCD dimensions */
58#define LCD_WIDTH 160
59#define LCD_HEIGHT 128
60#define LCD_DEPTH 16 /* pseudo 262.144 colors */
61#define LCD_PIXELFORMAT RGB565 /* rgb565 */
62
63/* remote LCD */
64#define LCD_REMOTE_WIDTH 128
65#define LCD_REMOTE_HEIGHT 96
66#define LCD_REMOTE_DEPTH 2
67
68#define LCD_REMOTE_PIXELFORMAT VERTICAL_INTERLEAVED
69
70/* Remote display colours, for screenshots and sim (0xRRGGBB) */
71#define LCD_REMOTE_DARKCOLOR 0x000000
72#define LCD_REMOTE_BRIGHTCOLOR 0x5a915a
73#define LCD_REMOTE_BL_DARKCOLOR 0x000000
74#define LCD_REMOTE_BL_BRIGHTCOLOR 0x82b4fa
75
76#ifndef BOOTLOADER
77/* Define this if your LCD can be enabled/disabled */
78#define HAVE_LCD_ENABLE
79
80/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
81 should be defined as well. */
82#define HAVE_LCD_SLEEP
83#define HAVE_LCD_SLEEP_SETTING
84#endif
85
86#define CONFIG_KEYPAD IAUDIO_X5M5_PAD
87
88/* Define this to enable morse code input */
89#define HAVE_MORSE_INPUT
90
91#define AB_REPEAT_ENABLE 1
92#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
93
94/* Define this if you do software codec */
95#define CONFIG_CODEC SWCODEC
96
97/* define this if you have a real-time clock */
98#define CONFIG_RTC RTC_PCF50606
99
100/* Define this if you have an remote lcd */
101#define HAVE_REMOTE_LCD
102
103#define CONFIG_LCD LCD_X5
104
105/* Define this for LCD backlight available */
106#define HAVE_BACKLIGHT
107#define HAVE_BACKLIGHT_BRIGHTNESS
108/* Which backlight fading type? */
109#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
110
111/* define this if you have a disk storage, i.e. something
112 that needs spinups and can cause skips when shaked */
113#define HAVE_DISK_STORAGE
114
115/* Define this if you have a software controlled poweroff */
116#define HAVE_SW_POWEROFF
117
118/* The number of bytes reserved for loadable codecs */
119#define CODEC_SIZE 0x100000
120
121/* The number of bytes reserved for loadable plugins */
122#define PLUGIN_BUFFER_SIZE 0x80000
123
124/* FM Tuner */
125#define CONFIG_TUNER TEA5767
126#define CONFIG_TUNER_XTAL 32768
127
128#define HAVE_TLV320
129
130/* TLV320 has no tone controls, so we use the software ones */
131#define HAVE_SW_TONE_CONTROLS
132
133#define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */
134#define BATTERY_CAPACITY_MIN 950 /* min. capacity selectable */
135#define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */
136#define BATTERY_CAPACITY_INC 50 /* capacity increment */
137#define BATTERY_TYPES_COUNT 1 /* only one type */
138
139/* Hardware controlled charging? FIXME */
140#define CONFIG_CHARGING CHARGING_SIMPLE
141
142/* define current usage levels */
143#define CURRENT_REMOTE 8 /* additional current when remote connected */
144
145/* Define this if your LCD can set contrast */
146#define HAVE_LCD_CONTRAST
147
148/* Define this if you have a Motorola SCF5250 */
149#define CONFIG_CPU MCF5250
150
151/* Define this if you want to use coldfire's i2c interface */
152#define CONFIG_I2C I2C_COLDFIRE
153
154/* define this if the hardware can be powered off while charging */
155#define HAVE_POWEROFF_WHILE_CHARGING
156
157/* The size of the flash ROM */
158#define FLASH_SIZE 0x400000
159
160/* Define this to the CPU frequency */
161#define CPU_FREQ 11289600
162
163/* Define this if you have ATA power-off control */
164#define HAVE_ATA_POWER_OFF
165
166/* Offset ( in the firmware file's header ) to the file CRC */
167#define FIRMWARE_OFFSET_FILE_CRC 0
168
169/* Offset ( in the firmware file's header ) to the real data */
170#define FIRMWARE_OFFSET_FILE_DATA 8
171
172/* USB On-the-go */
173#define CONFIG_USBOTG USBOTG_M5636
174
175/* Define this if you have adjustable CPU frequency */
176#define HAVE_ADJUSTABLE_CPU_FREQ
177
178#define BOOTFILE_EXT "iaudio"
179#define BOOTFILE "rockbox." BOOTFILE_EXT
180#define BOOTDIR "/.rockbox"
181
182#define BOOTLOADER_ENTRYPOINT 0x001F0000
183#define FLASH_ENTRYPOINT 0x00001000
184#define FLASH_MAGIC 0xfbfbfbf1
185
186/* Define this for FM radio input available */
187#define HAVE_FMRADIO_IN
188
189/** Port-specific settings **/
190
191/* Main LCD contrast range and defaults */
192#define MIN_CONTRAST_SETTING 1
193#define MAX_CONTRAST_SETTING 30
194#define DEFAULT_CONTRAST_SETTING 19 /* Match boot contrast */
195
196/* Main LCD backlight brightness range and defaults */
197/* PCF50506 can output 0%-100% duty cycle but D305A expects %15-100%. */
198#define MIN_BRIGHTNESS_SETTING 1 /* 15/16 (93.75%) */
199#define MAX_BRIGHTNESS_SETTING 13 /* 3/16 (18.75%) */
200#define DEFAULT_BRIGHTNESS_SETTING 8 /* 8/16 (50.00%) = x5 boot default */
201
202/* Remote LCD contrast range and defaults */
203#define MIN_REMOTE_CONTRAST_SETTING 10
204#define MAX_REMOTE_CONTRAST_SETTING 35
205#define DEFAULT_REMOTE_CONTRAST_SETTING 24 /* Match boot contrast */