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_DELTA_DFBM_NQ620/TOOLCHAIN_GCC_ARM/NRF52832.ld	Fri Sep 30 16:49:46 2016 +0100
+++ b/TARGET_DELTA_DFBM_NQ620/TOOLCHAIN_GCC_ARM/NRF52832.ld	Thu Oct 27 16:45:56 2016 +0100
@@ -140,6 +140,13 @@
 
     __edata = .;
 
+    .noinit :
+    {
+      PROVIDE(__start_noinit = .);
+      KEEP(*(.noinit))
+      PROVIDE(__stop_noinit = .);
+    } > RAM
+    
     .bss :
     {
         . = ALIGN(4);