micropython/unix
Damien George e67ed5d285 Improve configurability for native x64/thumb emitter.
With MICROPY_EMIT_X64 and MICROPY_EMIT_THUMB disabled, the respective
emitters and assemblers will not be included in the code.  This can
significantly reduce binary size for unix version.
2014-01-04 13:55:24 +00:00
..
.gitignore Add unix-cpy, used to test Micro Python byte code against CPython. 2013-12-29 18:01:01 +00:00
Makefile Improve configurability for native x64/thumb emitter. 2014-01-04 13:55:24 +00:00
main.c Change mp_compile so that it returns a function object for the module. 2014-01-03 14:22:03 +00:00
mpconfigport.h Move INT_FMT, etc. declaration into global mpconfig.h . 2014-01-04 01:57:00 +02:00