summaryrefslogtreecommitdiff
path: root/firmware/config-player.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-13 19:29:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-13 19:29:11 +0000
commitefbc61b26f8a297ed278ca981c99debf0bf050c1 (patch)
tree1f5d795f4c1f901341c6be0211c86e786809f94c /firmware/config-player.h
parent7ed581627d180907508e842734103d540c736476 (diff)
downloadrockbox-efbc61b26f8a297ed278ca981c99debf0bf050c1.tar.gz
rockbox-efbc61b26f8a297ed278ca981c99debf0bf050c1.zip
these are now present in export/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3249 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/config-player.h')
-rw-r--r--firmware/config-player.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/firmware/config-player.h b/firmware/config-player.h
deleted file mode 100644
index d9a713d368..0000000000
--- a/firmware/config-player.h
+++ /dev/null
@@ -1,33 +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 the Player's keyboard */
5#define HAVE_PLAYER_KEYPAD 1
6
7/* Define this if you have a MAS3507D */
8#define HAVE_MAS3507D
9
10/* Define this if you have a DAC3550A */
11#define HAVE_DAC3550A
12
13/* Define this to the CPU frequency */
14#define CPU_FREQ 12000000 /* cycle time ~83.3ns */
15
16/* Battery scale factor (?) */
17#define BATTERY_SCALE_FACTOR 6546
18
19/* Define this if you must discharge the data line by driving it low
20 and then set it to input to see if it stays low or goes high */
21#define HAVE_I2C_LOW_FIRST
22
23/* Define this if you control power on PADR (instead of PBDR) */
24#define HAVE_POWEROFF_ON_PADR
25
26/* Offset ( in the firmware file's header ) to the file length */
27#define FIRMWARE_OFFSET_FILE_LENGTH 0
28
29/* Offset ( in the firmware file's header ) to the file CRC */
30#define FIRMWARE_OFFSET_FILE_CRC 4
31
32/* Offset ( in the firmware file's header ) to the real data */
33#define FIRMWARE_OFFSET_FILE_DATA 6