python-on-a-chip online compiler

Dependencies:   mbed TSI

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

more info: python-on-a-chip

Files at this revision

API Documentation at this revision

Comitter:
va009039
Date:
Wed Jul 23 03:13:43 2014 +0000
Parent:
9:2bba4682879b
Child:
11:0522cf53ac30
Commit message:
added Nucleo F103RB(heap:16Kbytes)

Changed in this revision

platform/mbed/main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/platform/mbed/main.cpp	Sat Jul 19 00:46:01 2014 +0000
+++ b/platform/mbed/main.cpp	Wed Jul 23 03:13:43 2014 +0000
@@ -47,6 +47,10 @@
 #define HEAP_SIZE 0x1f000
 #define USRLIB_IMG (uint8_t*)69632
 
+#elif defined(TARGET_NUCLEO_F103RB)
+#define HEAP_SIZE 0x4000
+#define USRLIB_IMG (uint8_t*)69632
+
 #else
 #error "target error"
 #endif