summaryrefslogtreecommitdiff
path: root/firmware/export/config/archosondiofm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/archosondiofm.h')
-rw-r--r--firmware/export/config/archosondiofm.h147
1 files changed, 0 insertions, 147 deletions
diff --git a/firmware/export/config/archosondiofm.h b/firmware/export/config/archosondiofm.h
deleted file mode 100644
index 68ecc217c1..0000000000
--- a/firmware/export/config/archosondiofm.h
+++ /dev/null
@@ -1,147 +0,0 @@
1/* define this if you have recording possibility */
2#define HAVE_RECORDING
3
4#define MODEL_NAME "Ondio FM"
5
6#define ONDIO_SERIES
7
8/* Define bitmask of input sources - recordable bitmask can be defined
9 explicitly if different */
10#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)
11
12/* define this if you have a bitmap LCD display */
13#define HAVE_LCD_BITMAP
14
15/* define this if you can flip your LCD */
16#define HAVE_LCD_FLIP
17
18/* define this if you can invert the colours on your LCD */
19#define HAVE_LCD_INVERT
20
21/* define this if you would like tagcache to build on this target */
22#define HAVE_TAGCACHE
23
24/* LCD dimensions */
25#define LCD_WIDTH 112
26#define LCD_HEIGHT 64
27/* sqrt(112^2 + 64^2) / 1.5 = 83.8 */
28#define LCD_DPI 84
29#define LCD_DEPTH 1
30
31#define LCD_PIXEL_ASPECT_WIDTH 4
32#define LCD_PIXEL_ASPECT_HEIGHT 5
33
34#define LCD_PIXELFORMAT VERTICAL_PACKING
35
36/* Display colours, for screenshots and sim (0xRRGGBB) */
37#define LCD_DARKCOLOR 0x000000
38#define LCD_BRIGHTCOLOR 0x5a915a
39#define LCD_BL_DARKCOLOR 0x000000
40#define LCD_BL_BRIGHTCOLOR 0x82b4fa
41
42/* define this if you have an Ondio style 6-key keyboard */
43#define CONFIG_KEYPAD ONDIO_PAD
44
45/* Define this to enable morse code input */
46#define HAVE_MORSE_INPUT
47
48#define AB_REPEAT_ENABLE
49#define ACTION_WPSAB_SINGLE ACTION_WPS_BROWSE
50
51/* Define this if you have a software controlled poweroff */
52#define HAVE_SW_POWEROFF
53
54/* The number of bytes reserved for loadable plugins */
55#define PLUGIN_BUFFER_SIZE 0x8000
56
57#ifndef BOOTLOADER
58/* Define this if you have an FM Radio */
59#define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */
60#define CONFIG_TUNER_XTAL 13000000
61#endif
62
63/* Define this if you have a MAS3587F */
64#define CONFIG_CODEC MAS3587F
65
66/* define this if you have a flash memory storage */
67#define HAVE_FLASH_STORAGE
68
69#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
70#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
71#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */
72#define BATTERY_CAPACITY_INC 50 /* capacity increment */
73#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */
74
75#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
76
77/* define this if the unit should not shut down on low battery. */
78#define NO_LOW_BATTERY_SHUTDOWN
79
80/* define this if the unit can be powered or charged via USB */
81#define HAVE_USB_POWER
82
83/* define current usage levels */
84#define CURRENT_NORMAL 95 /* average, nearly proportional to 1/U */
85#define CURRENT_USB 1 /* host powered in USB mode; avoid zero-div */
86#define CURRENT_BACKLIGHT 0 /* no backlight */
87
88/* Define this if you have a SH7034 */
89#define CONFIG_CPU SH7034
90
91/* Define this to the CPU frequency */
92#define CPU_FREQ 12000000
93
94/* Define this for different I2C pinout */
95#define CONFIG_I2C I2C_ONDIO
96
97/* Offset ( in the firmware file's header ) to the file length */
98#define FIRMWARE_OFFSET_FILE_LENGTH 20
99
100/* Offset ( in the firmware file's header ) to the file CRC */
101#define FIRMWARE_OFFSET_FILE_CRC 6
102
103/* Offset ( in the firmware file's header ) to the real data */
104#define FIRMWARE_OFFSET_FILE_DATA 24
105
106/* Define this if the tuner is switched on by software */
107#define HAVE_TUNER_PWR_CTRL
108
109/* The start address index for ROM builds */
110/* #define ROM_START 0x16010 for behind original Archos */
111#define ROM_START 0x7010 /* for behind BootBox */
112
113/* Define this if the display is mounted upside down */
114#define HAVE_DISPLAY_FLIPPED
115
116/* Define this for different ADC channel assignment */
117#define HAVE_ONDIO_ADC
118
119/* Define this for MMC support instead of ATA harddisk */
120#define CONFIG_STORAGE STORAGE_MMC
121
122/* Define this to support mounting FAT16 partitions */
123#define HAVE_FAT16SUPPORT
124
125/* Define this if the MAS SIBI line can be controlled via PB8 */
126#define HAVE_MAS_SIBI_CONTROL
127
128/* define this if more than one device/partition can be used */
129#define HAVE_MULTIDRIVE
130#define NUM_DRIVES 2
131
132/* define this if media can be exchanged on the fly */
133#define HAVE_HOTSWAP
134
135#define CONFIG_LCD LCD_SSD1815
136
137#define BOOTFILE_EXT "ajz"
138#define BOOTFILE "ajbrec." BOOTFILE_EXT
139#define BOOTDIR "/"
140
141#define HAVE_LCD_CONTRAST
142
143#define MIN_CONTRAST_SETTING 5
144#define MAX_CONTRAST_SETTING 63
145
146/* Define this if a programmable hotkey is mapped */
147//#define HAVE_HOTKEY