diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-11 14:17:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-11 14:17:39 +0000 |
commit | a6962b212d32bbf1e0bb7154e10184527470cd9a (patch) | |
tree | b330e89b4c3641358c5546cd7b5f9bb02cb94572 /demos | |
parent | bc2bcd741781f51daa56af86c7e67f0f91eb50a2 (diff) | |
download | ChibiOS-a6962b212d32bbf1e0bb7154e10184527470cd9a.tar.gz ChibiOS-a6962b212d32bbf1e0bb7154e10184527470cd9a.tar.bz2 ChibiOS-a6962b212d32bbf1e0bb7154e10184527470cd9a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4903 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/PPC-SPC563M-GCC/mcuconf.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/demos/PPC-SPC563M-GCC/mcuconf.h b/demos/PPC-SPC563M-GCC/mcuconf.h index 6b54153b1..555b0eb88 100644 --- a/demos/PPC-SPC563M-GCC/mcuconf.h +++ b/demos/PPC-SPC563M-GCC/mcuconf.h @@ -28,24 +28,24 @@ /*
* HAL driver system settings.
*/
-#define SPC_NO_INIT FALSE
-#define SPC_CLK_BYPASS FALSE
-#define SPC_ALLOW_OVERCLOCK FALSE
-#define SPC_CLK_PREDIV 1
-#define SPC_CLK_MFD 80
-#define SPC_CLK_RFD RFD_DIV4
-#define SPC_FLASH_BIUCR (BIUCR_BANK1_TOO | \
- BIUCR_MASTER4_PREFETCH | \
- BIUCR_MASTER0_PREFETCH | \
- BIUCR_DPFEN | \
- BIUCR_IPFEN | \
- BIUCR_PFLIM_ON_MISS | \
- BIUCR_BFEN)
+#define SPC5_NO_INIT FALSE
+#define SPC5_CLK_BYPASS FALSE
+#define SPC5_ALLOW_OVERCLOCK FALSE
+#define SPC5_CLK_PREDIV 1
+#define SPC5_CLK_MFD 80
+#define SPC5_CLK_RFD RFD_DIV4
+#define SPC5_FLASH_BIUCR (BIUCR_BANK1_TOO | \
+ BIUCR_MASTER4_PREFETCH | \
+ BIUCR_MASTER0_PREFETCH | \
+ BIUCR_DPFEN | \
+ BIUCR_IPFEN | \
+ BIUCR_PFLIM_ON_MISS | \
+ BIUCR_BFEN)
/*
* SERIAL driver system settings.
*/
-#define SPC_USE_ESCIA TRUE
-#define SPC_USE_ESCIB TRUE
-#define SPC_ESCIA_PRIORITY 8
-#define SPC_ESCIB_PRIORITY 8
+#define SPC5_USE_ESCIA TRUE
+#define SPC5_USE_ESCIB TRUE
+#define SPC5_ESCIA_PRIORITY 8
+#define SPC5_ESCIB_PRIORITY 8
|