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:
- 7:71a6f45bc563
- Parent:
- 6:e428c1e68f0c
- Child:
- 8:88d4fba4ccd5
--- a/platform/mbed/main.cpp Mon Apr 14 03:30:39 2014 +0000 +++ b/platform/mbed/main.cpp Sat Jun 14 12:14:55 2014 +0000 @@ -30,6 +30,8 @@ #define HEAP_SIZE 0x3400 #elif defined(TARGET_LPC4088) #define HEAP_SIZE 0xf000 +#elif defined(TARGET_NUCLEO_F401RE) +#define HEAP_SIZE 0xf000 #else #error "target error" #endif