python

Dependencies:   TSI mbed

Fork of pymite by Norimasa Okamoto

Files at this revision

API Documentation at this revision

Comitter:
va009039
Date:
Wed Jul 23 03:22:42 2014 +0000
Parent:
10:c4ad5f9ca3e4
Child:
12:d27ad05214e3
Commit message:
added Nucleo L152RE(heap:72KBytes)

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	Wed Jul 23 03:13:43 2014 +0000
+++ b/platform/mbed/main.cpp	Wed Jul 23 03:22:42 2014 +0000
@@ -51,6 +51,10 @@
 #define HEAP_SIZE 0x4000
 #define USRLIB_IMG (uint8_t*)69632
 
+#elif defined(TARGET_NUCLEO_L152RE)
+#define HEAP_SIZE 0x12000
+#define USRLIB_IMG (uint8_t*)69632
+
 #else
 #error "target error"
 #endif