forked from len0rd/rockbox
Added CPU model #define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5088 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
df956d9c18
commit
ddd2695792
7 changed files with 22 additions and 0 deletions
|
|
@ -19,6 +19,9 @@
|
|||
/* Define this if you have a MAS3587F */
|
||||
#define HAVE_MAS3587F
|
||||
|
||||
/* Define this if you have a SH7034 */
|
||||
#define HAVE_SH7034
|
||||
|
||||
/* Define this if you have a FM Recorder key system */
|
||||
#define HAVE_FMADC 1
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
/* Define this if you have a Motorola SCF5249 */
|
||||
#define HAVE_SCF5249
|
||||
|
||||
/* Define this if the platform has batteries */
|
||||
#define HAVE_BATTERIES 1
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
/* Define this if you have a SH7034 */
|
||||
#define HAVE_SH7034
|
||||
|
||||
/* Define this if you have a MAS3587F */
|
||||
#define HAVE_MAS3587F
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
/* Define this if you have a SH7034 */
|
||||
#define HAVE_SH7034
|
||||
|
||||
/* Define this if you have a MAS3587F */
|
||||
#define HAVE_MAS3587F
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@
|
|||
#define HAVE_PLAYER_KEYPAD 1
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
/* Define this if you have a SH7034 */
|
||||
#define HAVE_SH7034
|
||||
|
||||
/* Define this if you have a MAS3507D */
|
||||
#define HAVE_MAS3507D
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@
|
|||
/* Define this if you have a MAS3587F */
|
||||
#define HAVE_MAS3587F
|
||||
|
||||
/* Define this if you have a SH7034 */
|
||||
#define HAVE_SH7034
|
||||
|
||||
/* Define this if you have charging control */
|
||||
#define HAVE_CHARGE_CTRL
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
/* Define this if you have a SH7034 */
|
||||
#define HAVE_SH7034
|
||||
|
||||
/* Define this if you have a MAS3587F */
|
||||
#define HAVE_MAS3587F
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue