Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

Files at this revision

API Documentation at this revision

Comitter:
simon.ford@mbed.co.uk
Date:
Tue Dec 01 14:24:15 2009 +0000
Parent:
16:32af5db564d4
Child:
18:b3c9f16cbb96
Commit message:
* Update LPC1768 clock to 96MHz
* Update Serial to support up to 921600 baud
* Fix USB clock divider and base address
* Improve stackheap model and enforce alignment

Changed in this revision

LPC1768/capi.ar Show annotated file Show diff for this revision Revisions of this file
LPC1768/core_cm3.o Show annotated file Show diff for this revision Revisions of this file
LPC1768/mbed.ar Show annotated file Show diff for this revision Revisions of this file
LPC1768/stackheap.o Show annotated file Show diff for this revision Revisions of this file
LPC1768/system_LPC17xx.o 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/capi.ar 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/stackheap.o Show annotated file Show diff for this revision Revisions of this file
mbed.h Show annotated file Show diff for this revision Revisions of this file
Binary file LPC1768/capi.ar has changed
Binary file LPC1768/core_cm3.o has changed
Binary file LPC1768/mbed.ar has changed
Binary file LPC1768/stackheap.o has changed
Binary file LPC1768/system_LPC17xx.o has changed
--- a/LPC2368/LPC23xx.h	Tue Nov 17 17:04:03 2009 +0000
+++ b/LPC2368/LPC23xx.h	Tue Dec 01 14:24:15 2009 +0000
@@ -799,7 +799,7 @@
 #define LPC_GPDMA_BASE            (0xFFE04000)
 #define LPC_GPDMACH0_BASE         (0xFFE04100)
 #define LPC_GPDMACH1_BASE         (0xFFE04120)
-#define LPC_USB_BASE              (0xE01FC1C0)
+#define LPC_USB_BASE              (0xFFE0C000)
 #define LPC_VIC_BASE              (0xFFFFF000)
 
 /* GPIOs                                                                      */
Binary file LPC2368/capi.ar has changed
Binary file LPC2368/mbed.ar has changed
Binary file LPC2368/stackheap.o has changed
--- a/mbed.h	Tue Nov 17 17:04:03 2009 +0000
+++ b/mbed.h	Tue Dec 01 14:24:15 2009 +0000
@@ -1,12 +1,11 @@
 /* mbed Microcontroller Library
  * Copyright (c) 2006-2009 ARM Limited. All rights reserved.
- * sford
  */ 
  
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 13
+#define MBED_LIBRARY_VERSION 19
  
 // Useful C libraries
 #include <stdio.h>
@@ -33,7 +32,6 @@
 #include "I2C.h"
 #include "Ethernet.h"
 #include "CAN.h"
-//#include "SPI3.h"
 
 // mbed Internal components
 #include "Timer.h"
@@ -41,8 +39,6 @@
 #include "Timeout.h"
 #include "LocalFileSystem.h"
 #include "InterruptIn.h"
-//#include "rpc.h"
-//#include "rtc.h"
 #include "wait_api.h"
 #include "rtc_time.h"