summaryrefslogtreecommitdiff
path: root/firmware/export/config/iaudio7.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/iaudio7.h')
-rw-r--r--firmware/export/config/iaudio7.h164
1 files changed, 0 insertions, 164 deletions
diff --git a/firmware/export/config/iaudio7.h b/firmware/export/config/iaudio7.h
deleted file mode 100644
index 698ff13724..0000000000
--- a/firmware/export/config/iaudio7.h
+++ /dev/null
@@ -1,164 +0,0 @@
1/*
2 * This config file is for the Iaudio7 series
3 */
4
5/* For Rolo and boot loader */
6#define MODEL_NUMBER 32
7#define MODEL_NAME "Cowon iAudio7"
8
9/* define this if you have recording possibility */
10#define HAVE_RECORDING
11
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_FMRADIO)
15
16/* FM Tuner */
17#define CONFIG_TUNER LV24020LP
18#define HAVE_TUNER_PWR_CTRL
19
20/* Define this for FM radio input available */
21#define HAVE_FMRADIO_IN
22
23/* define hardware samples rate caps mask */
24#define HW_SAMPR_CAPS (/*SAMPR_CAP_88 | */SAMPR_CAP_44/* | SAMPR_CAP_22 | SAMPR_CAP_11*/)
25
26/* define the bitmask of recording sample rates */
27#define REC_SAMPR_CAPS (SAMPR_CAP_44/* | SAMPR_CAP_22 | SAMPR_CAP_11*/)
28
29
30
31
32/* define this if you have a colour LCD */
33#define HAVE_LCD_COLOR
34
35/* define this if you can flip your LCD */
36//#define HAVE_LCD_FLIP
37
38/* define this if you can invert the colours on your LCD */
39//#define HAVE_LCD_INVERT
40
41/* define this if you want album art for this target */
42#define HAVE_ALBUMART
43
44/* define this to enable bitmap scaling */
45#define HAVE_BMP_SCALING
46
47/* define this to enable JPEG decoding */
48#define HAVE_JPEG
49
50/* define this if you have access to the quickscreen */
51#define HAVE_QUICKSCREEN
52
53/* define this if you have LCD enable function */
54#define HAVE_LCD_ENABLE
55
56/* define this if you would like tagcache to build on this target */
57#define HAVE_TAGCACHE
58
59#define HAVE_FAT16SUPPORT
60
61#if 0 && !defined(SIMULATOR) /* Enable for USB driver test */
62#define HAVE_USBSTACK
63#define USB_VENDOR_ID 0x0e21
64#define USB_PRODUCT_ID 0x0750
65#endif
66
67/* define this if you have a flash memory storage */
68#define HAVE_FLASH_STORAGE
69
70#define CONFIG_STORAGE STORAGE_NAND
71
72#define CONFIG_NAND NAND_TCC
73
74/* LCD dimensions */
75#define LCD_WIDTH 160
76#define LCD_HEIGHT 128
77/* sqrt(160^2 + 128^2) / 1.3 = 157.6 */
78#define LCD_DPI 158
79/* 16bits for now... */
80#define LCD_DEPTH 16 /* 262144 colours */
81#define LCD_PIXELFORMAT RGB565 /*rgb565*/
82
83/*#define LCD_PIXELFORMAT VERTICAL_PACKING*/
84
85/* define this to indicate your device's keypad */
86#define CONFIG_KEYPAD IAUDIO67_PAD
87
88/* #define HAVE_BUTTON_DATA */
89
90/* define this if you have a real-time clock */
91#define CONFIG_RTC RTC_PCF50606
92
93/* define this if you have RTC RAM available for settings */
94//#define HAVE_RTC_RAM
95
96/* Define this if you have a software controlled poweroff */
97#define HAVE_SW_POWEROFF
98
99/* Reduce Tremor's ICODE usage */
100#define ICODE_ATTR_TREMOR_NOT_MDCT
101
102/* The number of bytes reserved for loadable codecs */
103#define CODEC_SIZE 0x100000
104
105/* The number of bytes reserved for loadable plugins */
106#define PLUGIN_BUFFER_SIZE 0x80000
107
108#define AB_REPEAT_ENABLE
109
110
111
112
113/* The iaudio7 uses built-in WM8731 codec */
114#define HAVE_WM8731
115/* Codec is slave on serial bus */
116#define CODEC_SLAVE
117
118/* WM8731 has no tone controls, so we use the software ones */
119#define HAVE_SW_TONE_CONTROLS
120
121/* Define this for LCD backlight available */
122#define HAVE_BACKLIGHT
123
124#define CONFIG_I2C I2C_TCC77X
125
126#define BATTERY_CAPACITY_DEFAULT 540 /* default battery capacity */
127#define BATTERY_CAPACITY_MIN 540 /* min. capacity selectable */
128#define BATTERY_CAPACITY_MAX 540 /* max. capacity selectable */
129#define BATTERY_CAPACITY_INC 50 /* capacity increment */
130#define BATTERY_TYPES_COUNT 1 /* only one type */
131
132#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
133
134#define CONFIG_CHARGING CHARGING_SIMPLE
135
136/* Define this if you have a TCC770 */
137#define CONFIG_CPU TCC770
138
139/* Define this if you have ATA power-off control */
140#define HAVE_ATA_POWER_OFF
141
142/* Define this to the CPU frequency */
143#define CPU_FREQ 120000000
144
145/* Offset ( in the firmware file's header ) to the file CRC */
146#define FIRMWARE_OFFSET_FILE_CRC 0
147
148/* Offset ( in the firmware file's header ) to the real data */
149#define FIRMWARE_OFFSET_FILE_DATA 8
150
151#define CONFIG_LCD LCD_IAUDIO67
152
153#define BOOTFILE_EXT "iaudio"
154#define BOOTFILE "rockbox." BOOTFILE_EXT
155#define BOOTDIR "/.rockbox"
156
157#ifdef BOOTLOADER
158#define TCCBOOT
159#endif
160
161#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
162
163/* Define this if a programmable hotkey is mapped */
164//#define HAVE_HOTKEY