micropython/unix
stijn 8abcf666cb windows: Enable GC and implement bss start and end symbols
The pointers to the bss section are acquired in init.c()
by inspecting the PE header. Works for msvc and mingw.
2014-06-22 11:31:16 +02:00
..
.gitignore
Makefile unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage. 2014-06-20 20:21:21 +03:00
file.c
gccollect.c windows: Enable GC and implement bss start and end symbols 2014-06-22 11:31:16 +02:00
input.c
input.h
main.c
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 Prefix ARRAY_SIZE with micropython prefix MP_ 2014-06-19 18:54:34 +02: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
qstrdefsport.h
seg_helpers.c