forked from len0rd/rockbox
define the CPU frequency in the config-*.h file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3142 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d853887a57
commit
1774d4d885
4 changed files with 10 additions and 5 deletions
|
|
@ -21,3 +21,6 @@
|
||||||
|
|
||||||
/* Define this if you have a FM Recorder key system */
|
/* Define this if you have a FM Recorder key system */
|
||||||
#define HAVE_FMADC 1
|
#define HAVE_FMADC 1
|
||||||
|
|
||||||
|
/* Define this to the CPU frequency */
|
||||||
|
#define CPU_FREQ 11059200
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,6 @@
|
||||||
|
|
||||||
/* Define this if you have a DAC3550A */
|
/* Define this if you have a DAC3550A */
|
||||||
#define HAVE_DAC3550A
|
#define HAVE_DAC3550A
|
||||||
|
|
||||||
|
/* Define this to the CPU frequency */
|
||||||
|
#define CPU_FREQ 12000000 /* cycle time ~83.3ns */
|
||||||
|
|
|
||||||
|
|
@ -18,3 +18,6 @@
|
||||||
|
|
||||||
/* Define this if you have ATA power-off control */
|
/* Define this if you have ATA power-off control */
|
||||||
#define HAVE_ATA_POWER_OFF
|
#define HAVE_ATA_POWER_OFF
|
||||||
|
|
||||||
|
/* Define this to the CPU frequency */
|
||||||
|
#define CPU_FREQ 11059200
|
||||||
|
|
|
||||||
|
|
@ -23,11 +23,7 @@
|
||||||
#include "sh7034.h"
|
#include "sh7034.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef ARCHOS_RECORDER
|
#define FREQ CPU_FREQ
|
||||||
# define FREQ 11059200
|
|
||||||
#else
|
|
||||||
# define FREQ 12000000 /* cycle time ~83.3ns */
|
|
||||||
#endif
|
|
||||||
#define BAUDRATE 9600
|
#define BAUDRATE 9600
|
||||||
|
|
||||||
#ifndef NULL
|
#ifndef NULL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue