micropython/unix
Paul Sokolovsky 18c22faf4d py: Treat -m32 flag as part of CC, LD, etc.
Indeed, this flag efectively selects architecture target, and must
consistently apply to all compiles and links, including 3rd-party
libraries, unlike CFLAGS, which have MicroPython-specific setting.
2015-08-29 21:18:10 +03:00
..
.gitignore
Makefile py: Treat -m32 flag as part of CC, LD, etc. 2015-08-29 21:18:10 +03:00
alloc.c
coverage.c
file.c
gccollect.c
input.c
input.h
main.c unix: Bump default heap size to 1MB (2MB on 64-bit systems). 2015-08-22 23:54:25 +03:00
modffi.c
modos.c
modsocket.c
modtermios.c
modtime.c
mpconfigport.h
mpconfigport.mk
mpconfigport_fast.h
mpconfigport_minimal.h py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports. 2015-08-20 01:05:11 +03:00
qstrdefsport.h
unix_mphal.c
unix_mphal.h