python-on-a-chip online compiler

Dependencies:   mbed TSI

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

more info: python-on-a-chip

Revision:
14:5abe76ac7caf
Parent:
11:0522cf53ac30
Child:
15:94ca5c8003e5
--- a/platform/mbed/main.cpp	Thu Apr 14 10:14:46 2016 +0000
+++ b/platform/mbed/main.cpp	Thu Apr 14 11:36:03 2016 +0000
@@ -33,7 +33,7 @@
 
 #elif defined(TARGET_LPC4088)
 #define HEAP_SIZE 0xf000
-#define USRLIB_IMG (uint8_t*)73728
+#define USRLIB_IMG (uint8_t*)77824
 
 #elif defined(TARGET_NUCLEO_F401RE)
 #define HEAP_SIZE 0x15000
@@ -44,8 +44,12 @@
 #define USRLIB_IMG (uint8_t*)61440
 
 #elif defined(TARGET_NUCLEO_F411RE)
-#define HEAP_SIZE 0x1f000
-#define USRLIB_IMG (uint8_t*)69632
+#define HEAP_SIZE 0x1e000
+#define USRLIB_IMG (uint8_t*)73728
+
+#elif defined(TARGET_NUCLEO_F446RE)
+#define HEAP_SIZE 0x1e000
+#define USRLIB_IMG (uint8_t*)77824
 
 #elif defined(TARGET_NUCLEO_F103RB)
 #define HEAP_SIZE 0x4000
@@ -53,7 +57,7 @@
 
 #elif defined(TARGET_NUCLEO_L152RE)
 #define HEAP_SIZE 0x12000
-#define USRLIB_IMG (uint8_t*)69632
+#define USRLIB_IMG (uint8_t*)73728
 
 #else
 #error "target error"