summaryrefslogtreecommitdiff
path: root/firmware/export/config/archosrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/archosrecorder.h')
-rw-r--r--firmware/export/config/archosrecorder.h141
1 files changed, 0 insertions, 141 deletions
diff --git a/firmware/export/config/archosrecorder.h b/firmware/export/config/archosrecorder.h
deleted file mode 100644
index 016ea8b944..0000000000
--- a/firmware/export/config/archosrecorder.h
+++ /dev/null
@@ -1,141 +0,0 @@
1/* define this if you use an ATA controller */
2#define CONFIG_STORAGE STORAGE_ATA
3
4#define MODEL_NAME "Archos Recorder"
5
6/* define this if you have recording possibility */
7#define HAVE_RECORDING
8
9/* Define bitmask of input sources - recordable bitmask can be defined
10 explicitly if different */
11#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_SPDIF)
12
13/* define this if you have a bitmap LCD display */
14#define HAVE_LCD_BITMAP
15
16/* define this if you can flip your LCD */
17//#define HAVE_LCD_FLIP
18
19/* define this if you can invert the colours on your LCD */
20#define HAVE_LCD_INVERT
21
22/* define this if you have access to the quickscreen */
23#define HAVE_QUICKSCREEN
24
25/* define this if you have the button bar */
26#define HAVE_BUTTONBAR
27
28/* define this if you would like tagcache to build on this target */
29#define HAVE_TAGCACHE
30
31/* LCD dimensions */
32#define LCD_WIDTH 112
33#define LCD_HEIGHT 64
34/* sqrt(112^2 + 64^2) / 1.5 = 85.4 */
35#define LCD_DPI 85
36#define LCD_DEPTH 1
37
38#define LCD_PIXEL_ASPECT_WIDTH 4
39#define LCD_PIXEL_ASPECT_HEIGHT 5
40
41#define LCD_PIXELFORMAT VERTICAL_PACKING
42
43/* Display colours, for screenshots and sim (0xRRGGBB) */
44#define LCD_DARKCOLOR 0x000000
45#define LCD_BRIGHTCOLOR 0x5a915a
46#define LCD_BL_DARKCOLOR 0x000000
47#define LCD_BL_BRIGHTCOLOR 0x7ee57e
48
49/* define this if you have the Recorder's 10-key keyboard */
50#define CONFIG_KEYPAD RECORDER_PAD
51
52/* Define this to enable morse code input */
53//#define HAVE_MORSE_INPUT
54
55/* define this if you have a real-time clock */
56#define CONFIG_RTC RTC_M41ST84W
57
58/* define this if you have RTC RAM available for settings */
59#define HAVE_RTC_RAM
60
61/* The number of bytes reserved for loadable plugins */
62#define PLUGIN_BUFFER_SIZE 0x8000
63
64#define AB_REPEAT_ENABLE
65
66/* Define this if you have a MAS3587F */
67#define CONFIG_CODEC MAS3587F
68
69/* define this if you have a disk storage, i.e. something
70 that needs spinups and can cause skips when shaked */
71#define HAVE_DISK_STORAGE
72
73/* Define this for LCD backlight available */
74#define HAVE_BACKLIGHT
75
76#define CONFIG_I2C I2C_PLAYREC
77
78#define BATTERY_CAPACITY_DEFAULT 1500 /* default battery capacity */
79#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
80#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
81#define BATTERY_CAPACITY_INC 50 /* capacity increment */
82#define BATTERY_TYPES_COUNT 1 /* only one type */
83
84#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
85
86#if MEMORYSIZE < 8
87 #define CURRENT_NORMAL 145 /* usual current in mA */
88#else
89 #define CURRENT_NORMAL 145 *100 / 122 /* assuming 192 kbps, the running time is 22% longer with 8MB */
90#endif
91#define CURRENT_RECORD 35 /* additional recording current */
92#define CURRENT_USB 500 /* usual current in mA in USB mode */
93
94/* define this if the unit should not shut down on low battery. */
95#define NO_LOW_BATTERY_SHUTDOWN
96
97/* Software controlled charging */
98#define CONFIG_CHARGING CHARGING_TARGET
99
100/* Define this if you have a SH7034 */
101#define CONFIG_CPU SH7034
102
103/* Define this if you have ATA power-off control */
104#define HAVE_ATA_POWER_OFF
105
106/* Define this to the CPU frequency */
107#define CPU_FREQ 11059200
108
109/* Offset ( in the firmware file's header ) to the file length */
110#define FIRMWARE_OFFSET_FILE_LENGTH 0
111
112/* Offset ( in the firmware file's header ) to the file CRC */
113#define FIRMWARE_OFFSET_FILE_CRC 4
114
115/* Offset ( in the firmware file's header ) to the real data */
116#define FIRMWARE_OFFSET_FILE_DATA 6
117
118/* The start address index for ROM builds */
119/* #define ROM_START 0x11010 for behind original Archos */
120#define ROM_START 0x7010 /* for behind BootBox */
121
122/* Software controlled LED */
123#define CONFIG_LED LED_REAL
124
125/* Define this for S/PDIF output available */
126#define HAVE_SPDIF_OUT
127
128#define CONFIG_LCD LCD_SSD1815
129
130#define BOOTFILE_EXT "ajz"
131#define BOOTFILE "ajbrec." BOOTFILE_EXT
132#define BOOTDIR "/"
133
134#define HAVE_LCD_CONTRAST
135
136#define MIN_CONTRAST_SETTING 5
137#define MAX_CONTRAST_SETTING 63
138
139#define HAVE_SERIAL
140/* Define this if a programmable hotkey is mapped */
141#define HAVE_HOTKEY