python-on-a-chip online compiler

Dependencies:   mbed TSI

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

more info: python-on-a-chip

Revision:
7:71a6f45bc563
Parent:
6:e428c1e68f0c
Child:
8:88d4fba4ccd5
--- a/platform/mbed/main.cpp	Mon Apr 14 03:30:39 2014 +0000
+++ b/platform/mbed/main.cpp	Sat Jun 14 12:14:55 2014 +0000
@@ -30,6 +30,8 @@
 #define HEAP_SIZE 0x3400
 #elif defined(TARGET_LPC4088)
 #define HEAP_SIZE 0xf000
+#elif defined(TARGET_NUCLEO_F401RE)
+#define HEAP_SIZE 0xf000
 #else
 #error "target error"
 #endif