python-on-a-chip online compiler

Dependencies:   mbed TSI

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

more info: python-on-a-chip

Revision:
6:e428c1e68f0c
Parent:
5:19bd98307341
Child:
7:71a6f45bc563
--- a/platform/mbed/main.cpp	Fri Apr 11 12:18:37 2014 +0000
+++ b/platform/mbed/main.cpp	Mon Apr 14 03:30:39 2014 +0000
@@ -28,6 +28,8 @@
 #define HEAP_SIZE 0x7000
 #elif defined(TARGET_KL25Z)
 #define HEAP_SIZE 0x3400
+#elif defined(TARGET_LPC4088)
+#define HEAP_SIZE 0xf000
 #else
 #error "target error"
 #endif