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:
104:b9ad9a133dc7
Parent:
101:7cff1c4259d7
Child:
122:f9eeca106725
--- a/TARGET_DELTA_DFCM_NNN40/TOOLCHAIN_GCC_ARM/NRF51822.ld	Tue Jul 21 09:59:51 2015 +0200
+++ b/TARGET_DELTA_DFCM_NNN40/TOOLCHAIN_GCC_ARM/NRF51822.ld	Wed Aug 05 13:16:35 2015 +0100
@@ -3,7 +3,7 @@
 MEMORY
 {
   FLASH (rx) : ORIGIN = 0x0001C000, LENGTH = 0x24000
-  RAM (rwx) :  ORIGIN = 0x20002800, LENGTH = 0x1800
+  RAM (rwx) :  ORIGIN = 0x20002800, LENGTH = 0x5800
 }
 
 OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")