micropython/unix
Damien George ddd1e18801 py: Add config option MICROPY_COMP_MODULE_CONST for module consts.
Compiler optimises lookup of module.CONST when enabled (an existing
feature).  Disabled by default; enabled for unix, windows, stmhal.
Costs about 100 bytes ROM on stmhal.
2015-01-10 14:07:24 +00:00
..
.gitignore
Makefile Remove obsolete bss-related code/build features 2015-01-08 15:29:44 +01:00
alloc.c
file.c unix: Prefix includes with py/; remove need for -I../py. 2015-01-01 20:40:19 +00:00
gccollect.c py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
input.c unix: Prefix includes with py/; remove need for -I../py. 2015-01-01 20:40:19 +00:00
input.h
main.c py: Put all global state together in state structures. 2015-01-07 20:33:00 +00:00
modffi.c unix: Allow to compile with float support disabled. 2015-01-08 15:41:11 +00:00
modos.c unix: Prefix includes with py/; remove need for -I../py. 2015-01-01 20:40:19 +00:00
modsocket.c unix: Prefix includes with py/; remove need for -I../py. 2015-01-01 20:40:19 +00:00
modtermios.c unix: Prefix includes with py/; remove need for -I../py. 2015-01-01 20:40:19 +00:00
modtime.c unix: Prefix includes with py/; remove need for -I../py. 2015-01-01 20:40:19 +00:00
mpconfigport.h py: Add config option MICROPY_COMP_MODULE_CONST for module consts. 2015-01-10 14:07:24 +00:00
mpconfigport.mk
mpconfigport_fast.h
qstrdefsport.h