summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-neo35.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/firmware/export/config-neo35.h b/firmware/export/config-neo35.h
new file mode 100644
index 0000000000..ae4d74c57a
--- /dev/null
+++ b/firmware/export/config-neo35.h
@@ -0,0 +1,43 @@
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 MAS3507D */
11#define HAVE_MAS3507D
12
13/* Define this if you have a DAC3550A */
14#define HAVE_DAC3550A
15
16/* Define this to the CPU frequency */
17#define CPU_FREQ 12000000 /* cycle time ~83.3ns */
18
19/* Battery scale factor (?) */
20#define BATTERY_SCALE_FACTOR 6546
21
22/* Define this if you must discharge the data line by driving it low
23 and then set it to input to see if it stays low or goes high */
24#define HAVE_I2C_LOW_FIRST
25
26/* Define this if you control power on PADR (instead of PBDR) */
27#define HAVE_POWEROFF_ON_PADR
28
29/* Offset ( in the firmware file's header ) to the file length */
30#define FIRMWARE_OFFSET_FILE_LENGTH 0
31
32/* Offset ( in the firmware file's header ) to the file CRC */
33#define FIRMWARE_OFFSET_FILE_CRC 4
34
35/* Offset ( in the firmware file's header ) to the real data */
36#define FIRMWARE_OFFSET_FILE_DATA 6
37
38/* How to detect USB */
39#define USB_NONE 1
40
41/* If this is a Neo-style memory architecture platform */
42#define NEO_MEMORY 1
43