micropython/unix
Damien George bd17e1b3ae unix: Allocate more heap memory by default on 64 bit machines.
Pointers are 2x bigger on 64 bit machines, so we should allocate twice
the memory to have a comparable heap size.
2014-04-04 14:29:00 +01:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
ffi.c Merge map.h into obj.h. 2014-03-30 13:54:02 +01:00
file.c unix file: Implement context manager protocol (for "with" statement). 2014-04-03 22:09:05 +03:00
gccollect.c Changes to get unix/ port compiling on Cygwin. 2014-04-03 23:51:16 +01:00
main.c unix: Allocate more heap memory by default on 64 bit machines. 2014-04-04 14:29:00 +01:00
Makefile MICROPY_USE_READLINE: Selects link lib, so should be defined in mpconfigport.mk 2014-02-28 11:09:29 +02:00
mpconfigport.h unix: Enable GC. 2014-04-02 20:57:19 +03:00
mpconfigport.mk unix: Fix ffi.c to compile with latest changes to API. 2014-03-29 13:48:32 +00:00
qstrdefsport.h unix: Fix ffi.c to compile with latest changes to API. 2014-03-29 13:48:32 +00:00
socket.c py: Remove old "run time" functions that were 1 liners. 2014-03-31 16:28:13 +01:00
time.c Rename rt_* to mp_*. 2014-03-30 13:35:08 +01:00