circuitpython/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 unix: Don't error out on #warning directive. 2014-06-22 19:20:55 +03:00
file.c Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
gccollect.c gc: Use simple cast instead of union to silence compiler 2014-06-22 11:32:32 +02:00
input.c unix: Remove unused CTRL-D definition 2014-06-25 13:33:10 +02:00
input.h
main.c py: Move stack_ctrl_init() to mp_init(). 2014-06-27 21:02:04 +03:00
modffi.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modos.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
modsocket.c modsocket: Fix uClibc detection. 2014-06-24 21:20:38 +03:00
modtime.c Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02:00
mpconfigport.h unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline. 2014-06-20 20:22:31 +03:00
mpconfigport.mk Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
qstrdefsport.h
seg_helpers.c