summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-09-17 11:25:29 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-09-17 11:25:29 +0000
commitddd2695792b30ba3be9ae7ab977a4bb52a6346b6 (patch)
tree4e5d29cf1701d6fa7a29cc0fbdd9abf213cd2d76 /firmware/export
parentdf956d9c182e06c4763f6d7cdb7f0a4cae75a57d (diff)
downloadrockbox-ddd2695792b30ba3be9ae7ab977a4bb52a6346b6.tar.gz
rockbox-ddd2695792b30ba3be9ae7ab977a4bb52a6346b6.zip
Added CPU model #define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5088 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-h100.h3
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rw-r--r--firmware/export/config-player.h4
-rw-r--r--firmware/export/config-recorder.h3
-rw-r--r--firmware/export/config-recorderv2.h3
7 files changed, 22 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 16085fb480..4f9decf74b 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -19,6 +19,9 @@
19/* Define this if you have a MAS3587F */ 19/* Define this if you have a MAS3587F */
20#define HAVE_MAS3587F 20#define HAVE_MAS3587F
21 21
22/* Define this if you have a SH7034 */
23#define HAVE_SH7034
24
22/* Define this if you have a FM Recorder key system */ 25/* Define this if you have a FM Recorder key system */
23#define HAVE_FMADC 1 26#define HAVE_FMADC 1
24 27
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 2efe4834a7..9917b63e68 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -13,6 +13,9 @@
13 13
14#ifndef SIMULATOR 14#ifndef SIMULATOR
15 15
16/* Define this if you have a Motorola SCF5249 */
17#define HAVE_SCF5249
18
16/* Define this if the platform has batteries */ 19/* Define this if the platform has batteries */
17#define HAVE_BATTERIES 1 20#define HAVE_BATTERIES 1
18 21
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 33a4f91b5f..e976a36e68 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -13,6 +13,9 @@
13 13
14#ifndef SIMULATOR 14#ifndef SIMULATOR
15 15
16/* Define this if you have a SH7034 */
17#define HAVE_SH7034
18
16/* Define this if you have a MAS3587F */ 19/* Define this if you have a MAS3587F */
17#define HAVE_MAS3587F 20#define HAVE_MAS3587F
18 21
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index a4f95a2947..36e54aa9e1 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -13,6 +13,9 @@
13 13
14#ifndef SIMULATOR 14#ifndef SIMULATOR
15 15
16/* Define this if you have a SH7034 */
17#define HAVE_SH7034
18
16/* Define this if you have a MAS3587F */ 19/* Define this if you have a MAS3587F */
17#define HAVE_MAS3587F 20#define HAVE_MAS3587F
18 21
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 9f060512fa..99d5a61240 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -9,6 +9,10 @@
9#define HAVE_PLAYER_KEYPAD 1 9#define HAVE_PLAYER_KEYPAD 1
10 10
11#ifndef SIMULATOR 11#ifndef SIMULATOR
12
13/* Define this if you have a SH7034 */
14#define HAVE_SH7034
15
12/* Define this if you have a MAS3507D */ 16/* Define this if you have a MAS3507D */
13#define HAVE_MAS3507D 17#define HAVE_MAS3507D
14 18
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 5edba3bf85..704e9e6d8d 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -19,6 +19,9 @@
19/* Define this if you have a MAS3587F */ 19/* Define this if you have a MAS3587F */
20#define HAVE_MAS3587F 20#define HAVE_MAS3587F
21 21
22/* Define this if you have a SH7034 */
23#define HAVE_SH7034
24
22/* Define this if you have charging control */ 25/* Define this if you have charging control */
23#define HAVE_CHARGE_CTRL 26#define HAVE_CHARGE_CTRL
24 27
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index d442ea2dd8..efec9c20d1 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -16,6 +16,9 @@
16 16
17#ifndef SIMULATOR 17#ifndef SIMULATOR
18 18
19/* Define this if you have a SH7034 */
20#define HAVE_SH7034
21
19/* Define this if you have a MAS3587F */ 22/* Define this if you have a MAS3587F */
20#define HAVE_MAS3587F 23#define HAVE_MAS3587F
21 24