micropython/unix
Paul Sokolovsky ce936edf62 unix/modtermios: Provide B57600 and B115200 constants only if defined. 2015-12-09 21:49:09 +02:00
..
.gitignore
Makefile
alloc.c
coverage.c
file.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 2015-11-29 14:25:35 +00:00
gccollect.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 2015-11-29 14:25:35 +00:00
input.c
input.h
main.c unix/main: mp_verbose_flag available only if MICROPY_DEBUG_PRINTERS is true. 2015-12-07 20:09:20 +02:00
modffi.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 2015-11-29 14:25:35 +00:00
modjni.c
modos.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 2015-11-29 14:25:35 +00:00
modsocket.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 2015-11-29 14:25:35 +00:00
modtermios.c unix/modtermios: Provide B57600 and B115200 constants only if defined. 2015-12-09 21:49:09 +02:00
modtime.c unix/modtime: sleep(): Return early if KeyboardInterrupt is pending 2015-12-02 00:37:25 +02:00
moduselect.c unix/moduselect: register(): Allow to call with duplicate file descriptor. 2015-12-05 15:16:49 +02:00
mpconfigport.h unix/mpconfigport: Typo fix in comment. 2015-12-03 01:41:26 +02:00
mpconfigport.mk
mpconfigport_fast.h
mpconfigport_minimal.h py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports. 2015-12-07 18:56:25 +02:00
mphalport.h
qstrdefsport.h
unix_mphal.c