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:
131:faff56e089b2
Parent:
129:0ab6a29f35bf
--- a/TARGET_K82F/TOOLCHAIN_IAR/MK82FN256xxx15.icf	Thu Nov 24 11:01:25 2016 +0000
+++ b/TARGET_K82F/TOOLCHAIN_IAR/MK82FN256xxx15.icf	Thu Dec 15 11:17:48 2016 +0000
@@ -48,9 +48,9 @@
 */
 
 define symbol __ram_vector_table__ = 1;
-
-/* Heap 1/4 of ram and stack 1/8 */
-define symbol __stack_size__=0x8000;
+
+/* Heap 1/4 of ram and stack 1/8 */
+define symbol __stack_size__=0x8000;
 define symbol __heap_size__=0x10000;
 
 define symbol __ram_vector_table_size__ =  isdefinedsymbol(__ram_vector_table__) ? 0x000003C0 : 0;