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:
98:8ab26030e058
Parent:
88:9327015d4013
Child:
99:dbbf35b96557
--- a/TARGET_HRM1017/TOOLCHAIN_GCC_ARM/NRF51822.ld	Tue Apr 14 10:58:58 2015 +0200
+++ b/TARGET_HRM1017/TOOLCHAIN_GCC_ARM/NRF51822.ld	Wed Apr 29 10:16:23 2015 +0100
@@ -2,7 +2,7 @@
 
 MEMORY
 {
-  FLASH (rx) : ORIGIN = 0x00016000, LENGTH = 0x2A000
+  FLASH (rx) : ORIGIN = 0x00018000, LENGTH = 0x28000
   RAM (rwx) :  ORIGIN = 0x20002000, LENGTH = 0x2000
 }