circuitpython/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 Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
file.c Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
gccollect.c windows: Enable GC and implement bss start and end symbols 2014-06-22 11:31:16 +02:00
input.c Change const byte* to const char* where sensible. 2014-05-25 22:27:57 +01:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c unix: Fix path seperator used depending on OS 2014-06-05 12:34:41 +02:00
Makefile unix: Add CFLAGS_EXTRA & LDFLAGS_EXTRA for command line usage. 2014-06-20 20:21:21 +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 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 Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
qstrdefsport.h unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 2014-05-12 00:13:10 +02:00