micropython/unix
Paul Sokolovsky 918851e836 unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Also, fix a warning text (remove "duplicate" BytesWarning).
2016-07-22 00:52:07 +03:00
..
.gitignore
Makefile unix: Cache libaxtls.a in local build dir. 2016-07-16 04:56:54 +03: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 unix/modtime: Release the GIL when sleeping. 2016-06-28 11:28:50 +01:00
moduselect.c
mpconfigport.h unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN. 2016-07-22 00:52:07 +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: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build. 2016-07-21 00:37:53 +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