micropython/unix
Paul Sokolovsky 8a96ebea75 py: Move stack_ctrl_init() to mp_init().
As stack checking is enabled by default, ports which don't call
stack_ctrl_init() are broken now (report RuntimeError on startup). Save
them trouble and just init stack control framework in interpreter init.
2014-06-27 21:02:04 +03:00
..
.gitignore
Makefile
file.c
gccollect.c
input.c
input.h
main.c py: Move stack_ctrl_init() to mp_init(). 2014-06-27 21:02:04 +03:00
modffi.c
modos.c
modsocket.c
modtime.c
mpconfigport.h
mpconfigport.mk
qstrdefsport.h
seg_helpers.c