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 25:9a9732ce53a1, committed 2011-01-25
- Comitter:
- simon
- Date:
- Tue Jan 25 14:20:51 2011 +0000
- Parent:
- 24:e2ac27c8e93e
- Child:
- 26:63bcd7ba4912
- Commit message:
- Maintenance update:
* fixes 478 - Malloc out-of-memory fault
* fixes 561 - InterruptIn false trigger on initialisation
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 LPC2368/capi.ar has changed
Binary file LPC2368/mbed.ar has changed
Binary file LPC2368/stackheap.o has changed
--- a/mbed.h Fri Sep 03 09:33:18 2010 +0000 +++ b/mbed.h Tue Jan 25 14:20:51 2011 +0000 @@ -6,7 +6,7 @@ #ifndef MBED_H #define MBED_H -#define MBED_LIBRARY_VERSION 26 +#define MBED_LIBRARY_VERSION 27 // Useful C libraries #include <stdio.h>