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:
141:794e51388b66
Parent:
127:25aea2a3f4e3
--- a/TARGET_KL43Z/TOOLCHAIN_ARM_STD/MKL43Z256xxx4.sct	Wed Apr 12 16:07:08 2017 +0100
+++ b/TARGET_KL43Z/TOOLCHAIN_ARM_STD/MKL43Z256xxx4.sct	Fri Apr 28 13:09:19 2017 +0100
@@ -47,10 +47,6 @@
 */
 #define __ram_vector_table__            1
 
-/* Heap 1/4 of ram and stack 1/8 */
-#define __stack_size__       0x1000
-#define __heap_size__        0x2800
-
 #if (defined(__ram_vector_table__))
   #define __ram_vector_table_size__    0x00000200
 #else