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:
138:093f2bd7b9eb
diff -r 97feb9bacc10 -r 794e51388b66 TARGET_K64F/TOOLCHAIN_ARM_STD/MK64FN1M0xxx12.sct
--- a/TARGET_K64F/TOOLCHAIN_ARM_STD/MK64FN1M0xxx12.sct	Wed Apr 12 16:07:08 2017 +0100
+++ b/TARGET_K64F/TOOLCHAIN_ARM_STD/MK64FN1M0xxx12.sct	Fri Apr 28 13:09:19 2017 +0100
@@ -50,10 +50,6 @@
 */
 #define __ram_vector_table__            1
 
-/* Heap 1/4 of ram and stack 1/8 */
-#define __stack_size__       0x8000
-#define __heap_size__        0x10000
-
 #if (defined(__ram_vector_table__))
   #define __ram_vector_table_size__    0x00000400
 #else