micropython/unix
Paul Sokolovsky 9d944c7fb2 unix: Rename "time" module to "utime" to allow extensibility.
Name choosen per latest conventions and for compatibiity with stmhal port.
2014-12-17 00:13:32 +02:00
..
.gitignore
Makefile
alloc.c
file.c py: Make functions static where appropriate. 2014-12-10 22:08:14 +00:00
gccollect.c py: Make functions static where appropriate. 2014-12-10 22:08:14 +00:00
input.c
input.h
main.c py: Make functions static where appropriate. 2014-12-10 22:08:14 +00:00
modffi.c modffi: Support void (None) return value for Python callback functions. 2014-12-16 00:28:12 +02:00
modos.c unix: add unlink function to os module 2014-12-10 21:49:24 +00:00
modsocket.c py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. 2014-12-05 23:13:52 +00:00
modtermios.c Use MP_DEFINE_CONST_DICT macro to define module dicts. 2014-11-29 14:39:27 +00:00
modtime.c unix: Rename "time" module to "utime" to allow extensibility. 2014-12-17 00:13:32 +02:00
mpconfigport.h unix: Rename "time" module to "utime" to allow extensibility. 2014-12-17 00:13:32 +02:00
mpconfigport.mk
mpconfigport_fast.h unix: fast: Set initial module dict size big to have high pystone score. 2014-11-05 00:30:21 +02:00
qstrdefsport.h unix: Rename "time" module to "utime" to allow extensibility. 2014-12-17 00:13:32 +02:00
seg_helpers.c