python-on-a-chip online compiler

Dependencies:   mbed TSI

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

more info: python-on-a-chip

Revision:
9:2bba4682879b
Parent:
8:88d4fba4ccd5
Child:
10:c4ad5f9ca3e4
--- a/platform/mbed/main.cpp	Sat Jun 21 01:08:08 2014 +0000
+++ b/platform/mbed/main.cpp	Sat Jul 19 00:46:01 2014 +0000
@@ -43,6 +43,10 @@
 #define HEAP_SIZE 0x7000
 #define USRLIB_IMG (uint8_t*)61440
 
+#elif defined(TARGET_NUCLEO_F411RE)
+#define HEAP_SIZE 0x1f000
+#define USRLIB_IMG (uint8_t*)69632
+
 #else
 #error "target error"
 #endif