python-on-a-chip online compiler

Dependencies:   mbed TSI

/media/uploads/va009039/p14p-f446re.png

more info: python-on-a-chip

Revision:
4:23becb24acb8
Parent:
3:559c4bd38111
Child:
5:19bd98307341
--- a/platform/mbed/main.cpp	Wed Mar 13 10:05:34 2013 +0000
+++ b/platform/mbed/main.cpp	Sat Mar 16 13:29:02 2013 +0000
@@ -24,7 +24,7 @@
 #define HEAP_SIZE 0x7000
 #endif
 #if defined(TARGET_KL25Z)
-#define HEAP_SIZE 0x3000
+#define HEAP_SIZE 0x3800
 #endif
 
 unsigned char const usrlib_img[];