summaryrefslogtreecommitdiff
path: root/firmware/export/config-neo35.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-neo35.h')
-rw-r--r--firmware/export/config-neo35.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/firmware/export/config-neo35.h b/firmware/export/config-neo35.h
deleted file mode 100644
index fd5592f153..0000000000
--- a/firmware/export/config-neo35.h
+++ /dev/null
@@ -1,52 +0,0 @@
1/* define this if you have a charcell LCD display */
2#define HAVE_LCD_CHARCELLS 1
3
4/* define this if you have a neo-style LCD */
5#define HAVE_NEO_LCD 1
6
7/* define this if you have the Player's keyboard */
8#define HAVE_NEO_KEYPAD 1
9
10/* Define this if you have a SH7034 */
11#define HAVE_SH7034
12
13/* Define this if you have a MAS3507D */
14#define HAVE_MAS3507D
15
16/* Define this if you have a DAC3550A */
17#define HAVE_DAC3550A
18
19/* Define this to the CPU frequency */
20#define CPU_FREQ 12000000 /* cycle time ~83.3ns */
21
22/* Battery scale factor (?) */
23#define BATTERY_SCALE_FACTOR 6546
24
25/* Define this if you must discharge the data line by driving it low
26 and then set it to input to see if it stays low or goes high */
27#define HAVE_I2C_LOW_FIRST
28
29/* Define this if you control power on PADR (instead of PBDR) */
30#define HAVE_POWEROFF_ON_PADR
31
32/* Offset ( in the firmware file's header ) to the file length */
33#define FIRMWARE_OFFSET_FILE_LENGTH 0
34
35/* Offset ( in the firmware file's header ) to the file CRC */
36#define FIRMWARE_OFFSET_FILE_CRC 4
37
38/* Offset ( in the firmware file's header ) to the real data */
39#define FIRMWARE_OFFSET_FILE_DATA 6
40
41/* How to detect USB */
42#define USB_NONE 1
43
44/* If this is a Neo-style memory architecture platform */
45#define NEO_MEMORY 1
46
47/* Define this for programmable LED available */
48#define HAVE_LED
49
50/* Define this for LCD backlight available */
51#define HAVE_BACKLIGHT
52