micropython/unix
Damien George 323f39a2b3 Merge pull request #278 from pfalcon/unix-gc
Enable GC for Unix port
2014-02-11 21:42:09 +00:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
ffi.c ffi: Fix mp_obj_str_get_data() return type. 2014-02-08 22:00:15 +02:00
file.c Fix some int casting that failed on 64 bit architecture. 2014-02-10 21:46:47 +00:00
gccollect.c More GC debugging improvements. 2014-02-11 18:09:50 +02:00
main.c unix: Implement garbage collection support. 2014-02-11 16:20:02 +02:00
Makefile Merge pull request #278 from pfalcon/unix-gc 2014-02-11 21:42:09 +00:00
mpconfigport.h Implement fixed buffer vstrs; use them for import path. 2014-02-06 21:11:19 +00:00
mpconfigport.mk unix: Add basic time module (with time() and clock() functions). 2014-02-02 01:34:11 +02:00
qstrdefsport.h Rename "rawsocket" module to "microsocket". 2014-02-08 21:20:32 +02:00
socket.c Fix some int casting that failed on 64 bit architecture. 2014-02-10 21:46:47 +00:00
time.c unix: Implement time.sleep(). 2014-02-09 12:52:04 +02:00