micropython/unix
stijn f42dbb98d1 unix: Fix linker errors when time/ffi modules are disabled
When disabling these via mpconfigport.mk or on the commandline,
the correspoding build options are not set and the sources are not
built so the modules should not be added to the
MICROPY_EXTRA_BUILTIN_MODULES list since they are undefined.
2014-05-13 00:03:24 +03:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
file.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
gccollect.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
input.c unix: Add missing stdio.h header for readline. 2014-05-07 15:33:15 +01:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c modsys, unix: Add sys.exit(), should be implemented by a port. 2014-05-10 16:56:21 +03:00
Makefile Add input command for unix 2014-05-07 07:19:51 -07:00
modffi.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
modsocket.c unix modsocket: Add comments re: recv() vs read(), etc. semantics. 2014-05-07 02:17:14 +03:00
modtime.c mingw: Fix compilation issues 2014-05-10 10:42:40 +02:00
mpconfigport.h unix: Fix linker errors when time/ffi modules are disabled 2014-05-13 00:03:24 +03:00
mpconfigport.mk New config option MICROPY_FORCE_32BIT (defaulted to 0) 2014-04-16 01:46:01 +01:00
qstrdefsport.h Add input command for unix 2014-05-07 07:19:51 -07:00