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:
69:4a7918f48478
--- a/TARGET_LPC4088/TOOLCHAIN_GCC_CR/LPC407x_8x.ld	Thu Dec 19 15:51:14 2013 +0200
+++ b/TARGET_LPC4088/TOOLCHAIN_GCC_CR/LPC407x_8x.ld	Mon Jan 13 15:31:11 2014 +0200
@@ -156,6 +156,7 @@
         . = ALIGN(4) ;
         _ebss = .;
         PROVIDE(end = .);
+        __end__ = .;
     } > RamLoc64
         
     /* NOINIT section for RamPeriph32 */