micropython/unix
Paul Sokolovsky 21f43ba9b0 unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW.
As we dn't export constants for TCSANOW, etc., zero makes a good "don't
care" param, and now it will work also under Android Bionic and any other
libc.
2015-10-13 00:37:55 +03:00
..
.gitignore
Makefile unix: Add support for building axtls dependency lib. 2015-10-04 02:39:01 +03:00
alloc.c
coverage.c tests: Add further tests for mpz code. 2015-10-01 18:49:37 +01:00
file.c
gccollect.c
input.c
input.h
main.c unix: Add exit and paste-mode hints to shell startup banner. 2015-10-12 00:19:00 +01:00
modffi.c
modjni.c py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. 2015-10-11 15:18:15 +03:00
modos.c
modsocket.c unix/modsocket: Fix usage of pointers to locals outside scope 2015-10-10 17:29:26 +05:30
modtermios.c unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW. 2015-10-13 00:37:55 +03:00
modtime.c
mpconfigport.h
mpconfigport.mk modussl: SSL socket wrapper module based on axTLS. 2015-10-06 18:10:39 +03:00
mpconfigport_fast.h
mpconfigport_minimal.h
qstrdefsport.h
unix_mphal.c
unix_mphal.h