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:
125:2e9cc70d1897
Child:
143:86740a56073b
--- a/TARGET_NCS36510/TOOLCHAIN_ARM_STD/NCS36510.sct	Fri Sep 30 16:49:46 2016 +0100
+++ b/TARGET_NCS36510/TOOLCHAIN_ARM_STD/NCS36510.sct	Thu Oct 27 16:45:56 2016 +0100
@@ -1,7 +1,5 @@
 #! armcc -E
 
-#define Heap_Size                    0x0400
-
 LR_IROM1 0x00003000 0x0004F000  {    ; load region size_region
   ER_IROM1 0x00003000 0x0004F000  {  ; load address = execution address
    *.o (RESET, +First)
@@ -11,13 +9,8 @@
 
   ; no uvisor support at this time
 
-  ;ARM_LIB_STACK AlignExpr(+0, 8) EMPTY 0x1000 {}
-   ARM_LIB_STACK 0x3FFF4000 EMPTY 0x1000 {}
-
-  RW_IRAM0 +0 {
+  RW_IRAM1 0x3FFF4000 {
     .ANY(+RW +ZI)
   }
-  RW_IRAM1 ImageLimit(RW_IRAM0) EMPTY Heap_Size { ; Heap region growing up
-  }
   ARM_LIB_HEAP AlignExpr(+0, 8) ALIGN 8 EMPTY (0x3FFF4000 + 0xC000 - AlignExpr(ImageLimit(RW_IRAM1),8) ) {}
 }