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:
128:9bcdf88f62b0
Parent:
127:25aea2a3f4e3
--- a/TARGET_NRF51_DK/TOOLCHAIN_GCC_ARM/NRF51822.ld	Fri Sep 30 16:49:46 2016 +0100
+++ b/TARGET_NRF51_DK/TOOLCHAIN_GCC_ARM/NRF51822.ld	Thu Oct 27 16:45:56 2016 +0100
@@ -120,6 +120,13 @@
 	} > RAM
 
     __edata = .;
+    
+    .noinit :
+    {
+      PROVIDE(__start_noinit = .);
+      KEEP(*(.noinit))
+      PROVIDE(__stop_noinit = .);
+    } > RAM
 
 	.bss :
 	{