The official mbed C/C SDK provides the software platform and libraries to build your applications.

Fork of mbed by mbed official

Files at this revision

API Documentation at this revision

Comitter:
rolf.meyer@arm.com
Date:
Wed Sep 23 12:55:43 2009 +0000
Parent:
12:f63353af7be8
Child:
14:20a79241b4a0
Commit message:
SPI and MCI fix

Changed in this revision

LPC1768/mbed.ar Show annotated file Show diff for this revision Revisions of this file
LPC1768/mbed_capi.ar Show annotated file Show diff for this revision Revisions of this file
LPC2368/LPC23xx.h Show annotated file Show diff for this revision Revisions of this file
LPC2368/mbed.ar Show annotated file Show diff for this revision Revisions of this file
LPC2368/mbed_capi.ar Show annotated file Show diff for this revision Revisions of this file
Binary file LPC1768/mbed.ar has changed
Binary file LPC1768/mbed_capi.ar has changed
--- a/LPC2368/LPC23xx.h	Thu Sep 03 18:03:51 2009 +0000
+++ b/LPC2368/LPC23xx.h	Wed Sep 23 12:55:43 2009 +0000
@@ -831,8 +831,8 @@
 #define LPC_I2C1                  ((      LPC_I2C_TypeDef *)      LPC_I2C1_BASE)
 #define LPC_I2C2                  ((      LPC_I2C_TypeDef *)      LPC_I2C2_BASE)
 #define LPC_I2S                   ((      LPC_I2S_TypeDef *)       LPC_I2S_BASE)
-#define LPC_SPI               ((      LPC_SPI_TypeDef *)       LPC_SPI_BASE)
-#define LPC_RTC               ((      LPC_RTC_TypeDef *)       LPC_RTC_BASE)
+#define LPC_SPI                   ((      LPC_SPI_TypeDef *)       LPC_SPI_BASE)
+#define LPC_RTC                   ((      LPC_RTC_TypeDef *)       LPC_RTC_BASE)
 #define LPC_GPIOINT               ((  LPC_GPIOINT_TypeDef *)   LPC_GPIOINT_BASE)
 #define LPC_PINCON                ((   LPC_PINCON_TypeDef *)    LPC_PINCON_BASE)
 #define LPC_SSP0                  ((      LPC_SSP_TypeDef *)      LPC_SSP0_BASE)
@@ -844,8 +844,8 @@
 #define LPC_CANCR                 ((    LPC_CANCR_TypeDef *)     LPC_CANCR_BASE)
 #define LPC_CAN1                  ((      LPC_CAN_TypeDef *)      LPC_CAN1_BASE)
 #define LPC_CAN2                  ((      LPC_CAN_TypeDef *)      LPC_CAN2_BASE)
-#define LPC_MIC                   ((      LPC_MIC_TypeDef *)       LPC_MIC_BASE)
-#define LPC_EMAC              ((     LPC_EMAC_TypeDef *)      LPC_EMAC_BASE)
+#define LPC_MCI                   ((      LPC_MCI_TypeDef *)       LPC_MCI_BASE)
+#define LPC_EMAC                  ((     LPC_EMAC_TypeDef *)      LPC_EMAC_BASE)
 #define LPC_GPDMA                 ((    LPC_GPDMA_TypeDef *)     LPC_GPDMA_BASE)
 #define LPC_GPDMACH0              ((  LPC_GPDMACH_TypeDef *)  LPC_GPDMACH0_BASE)
 #define LPC_GPDMACH1              ((  LPC_GPDMACH_TypeDef *)  LPC_GPDMACH1_BASE)
Binary file LPC2368/mbed.ar has changed
Binary file LPC2368/mbed_capi.ar has changed