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

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
76:824293ae5e43
Parent:
66:9c8f0e3462fb
Child:
108:34e6b704fe68
--- a/TARGET_LPC1768/TOOLCHAIN_GCC_CR/LPC1768.ld	Thu Dec 19 15:51:14 2013 +0200
+++ b/TARGET_LPC1768/TOOLCHAIN_GCC_CR/LPC1768.ld	Mon Jan 13 15:31:11 2014 +0200
@@ -146,6 +146,7 @@
         . = ALIGN(4) ;
         _ebss = .;
         PROVIDE(end = .);
+        __end__ = .;
     } > RamLoc32
     
     PROVIDE(_pvHeapStart = .);