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:
128:9bcdf88f62b0
Child:
152:235179ab3f27
--- a/TARGET_KW24D/TOOLCHAIN_ARM_STD/MKW24D512xxx5.sct	Wed Apr 12 16:07:08 2017 +0100
+++ b/TARGET_KW24D/TOOLCHAIN_ARM_STD/MKW24D512xxx5.sct	Fri Apr 28 13:09:19 2017 +0100
@@ -45,10 +45,6 @@
 */
 #define __ram_vector_table__            1
 
-/* Heap 1/4 of ram and stack 1/8 */
-#define __stack_size__       0x2000
-#define __heap_size__        0x4000
-
 #if (defined(__ram_vector_table__))
   #define __ram_vector_table_size__    0x00000400
 #else