python-on-a-chip online compiler

Dependencies:   mbed TSI

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

more info: python-on-a-chip

Revision:
3:559c4bd38111
Parent:
0:65f1469d6bfb
Child:
4:23becb24acb8
--- a/platform/mbed/main.cpp	Tue Mar 12 11:40:41 2013 +0000
+++ b/platform/mbed/main.cpp	Wed Mar 13 10:05:34 2013 +0000
@@ -20,7 +20,12 @@
 extern
 #endif
 
+#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368)
 #define HEAP_SIZE 0x7000
+#endif
+#if defined(TARGET_KL25Z)
+#define HEAP_SIZE 0x3000
+#endif
 
 unsigned char const usrlib_img[];