micropython/ports/unix
Paul Sokolovsky 5615273bb0 unix/Makefile: Build libffi inside $BUILD.
Avoids polluting the source tree, allows to build for different (sub)archs
without intermediate cleaning.
2018-09-10 11:34:46 +03:00
..
coverage-frzmpy
coverage-frzstr
modules
.gitignore
Makefile unix/Makefile: Build libffi inside $BUILD. 2018-09-10 11:34:46 +03:00
alloc.c
coverage.c tests/unix/extra_coverage: Don't test stream objs with NULL write fun. 2018-06-18 12:35:56 +10:00
fatfs_port.c
fdfile.h
file.c unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects. 2018-07-20 13:09:49 +10:00
gccollect.c
input.c
input.h
main.c ports: Call gc_sweep_all() when doing a soft reset. 2018-06-12 11:56:25 +10:00
modffi.c py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 2017-11-16 13:17:51 +11:00
modjni.c py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 2017-11-16 13:17:51 +11:00
modmachine.c
modos.c unix/modos: Convert dir-type to stat-type for file type in ilistdir. 2018-07-11 16:06:16 +10:00
modtermios.c
modtime.c
moduos_vfs.c unix/moduos_vfs: Add missing uos functions from traditional uos module. 2018-06-06 14:28:23 +10:00
moduselect.c unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects. 2018-07-20 13:09:49 +10:00
modusocket.c unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects. 2018-07-20 13:09:49 +10:00
mpconfigport.h py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output. 2018-08-02 14:04:44 +10:00
mpconfigport.mk
mpconfigport_coverage.h unix/mpconfigport_coverage: Enable ure groups, span, start, end and sub. 2018-07-02 14:55:05 +10:00
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c unix: Add support for using the Python stack. 2017-12-11 13:49:09 +11:00
mpthreadport.h
qstrdefsport.h
unix_mphal.c extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index. 2017-10-13 20:01:57 +11:00