micropython/unix
2014-04-20 22:24:44 +03:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
file.c unix file: mingw32 has STDIN_FILENO and friends in stdio.h . 2014-04-20 22:24:44 +03:00
gccollect.c unix: Update comment in gccollect.c 2014-04-11 06:42:17 -07:00
main.c unix windows: mingw32 doesn't have realpath(), use _fullpath() instead. 2014-04-20 22:24:44 +03:00
Makefile build: Simplify build directory layout by putting all headers in genhdr. 2014-04-17 18:03:27 +01:00
modffi.c modffi: Update for MP_OBJ_STOP_ITERATION refactor. 2014-04-19 20:05:47 +03:00
modsocket.c modsocket: Add setblocking() method. 2014-04-20 13:08:33 +03:00
modtime.c unix modtime: Convert to static module structures. 2014-04-17 20:27:01 +03:00
mpconfigport.h py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal. 2014-04-17 23:24:13 +01:00
mpconfigport.mk New config option MICROPY_FORCE_32BIT (defaulted to 0) 2014-04-16 01:46:01 +01:00
qstrdefsport.h modsocket: Add setblocking() method. 2014-04-20 13:08:33 +03:00