micropython/unix
Paul Sokolovsky 23668698cb py: Add portable framework to query/check C stack usage.
Such mechanism is important to get stable Python functioning, because Python
function calling is handled with C stack. The idea is to sprinkle
STACK_CHECK() calls in places where there can be C recursion.

TODO: Add more STACK_CHECK()'s.
2014-06-27 00:03:55 +03:00
..
.gitignore
Makefile unix: Don't error out on #warning directive. 2014-06-22 19:20:55 +03:00
file.c
gccollect.c gc: Use simple cast instead of union to silence compiler 2014-06-22 11:32:32 +02:00
input.c
input.h
main.c py: Add portable framework to query/check C stack usage. 2014-06-27 00:03:55 +03:00
modffi.c
modos.c
modsocket.c modsocket: Fix uClibc detection. 2014-06-24 21:20:38 +03:00
modtime.c
mpconfigport.h
mpconfigport.mk
qstrdefsport.h
seg_helpers.c