Norimasa Okamoto
/
pymite
python-on-a-chip online compiler
- http://pymbed.appspot.com/
- https://code.google.com/p/python-on-a-chip/
- http://www.youtube.com/watch?v=Oyqc2bFRW9I
- https://bitbucket.org/va009039/pymbed/
more info: python-on-a-chip
Diff: platform/mbed/main.cpp
- Revision:
- 3:559c4bd38111
- Parent:
- 0:65f1469d6bfb
- Child:
- 4:23becb24acb8
--- a/platform/mbed/main.cpp Tue Mar 12 11:40:41 2013 +0000 +++ b/platform/mbed/main.cpp Wed Mar 13 10:05:34 2013 +0000 @@ -20,7 +20,12 @@ extern #endif +#if defined(TARGET_LPC1768) || defined(TARGET_LPC2368) #define HEAP_SIZE 0x7000 +#endif +#if defined(TARGET_KL25Z) +#define HEAP_SIZE 0x3000 +#endif unsigned char const usrlib_img[];