Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Revision 17:49a220cc26e0, committed 2009-12-01
- 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
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"