micropython/unix
Paul Sokolovsky 20283aec10 extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Make variable MICROPY_SSL_AXTLS=1 should be defined to activate modussl_axtls
and link with -laxtls.
2016-07-13 01:49:38 +03:00
..
.gitignore
Makefile unix: Disable the GIL to improve performance of non-thread code. 2016-07-09 16:48:06 +01:00
alloc.c
coverage.c
fatfs_port.c
file.c
gccollect.c
input.c
input.h
main.c unix/main: When preparing sys.path, allocate exact strings on uPy heap. 2016-07-09 01:48:07 +03:00
modffi.c
modjni.c
modmachine.c
modos.c
modsocket.c
modtermios.c
modtime.c
moduselect.c
mpconfigport.h extmod/modussl_axtls: Further changes to allow alternative SSL modules. 2016-07-13 01:49:38 +03:00
mpconfigport.mk extmod/modussl_axtls: Further changes to allow alternative SSL modules. 2016-07-13 01:49:38 +03:00
mpconfigport_coverage.h
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h unix/mpconfigport_minimal.h: Allow to print a string within 1KB of heap. 2016-07-03 00:12:46 +03:00
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c unix/mpthreadport: Adjust minimum thread stack, and stack limit check. 2016-07-11 14:59:47 +00:00
mpthreadport.h
qstrdefsport.h
unix_mphal.c