circuitpython/unix-cpy
Damien George 58ebde4664 Tidy up some configuration options.
MP_ALLOC_* -> MICROPY_ALLOC_*
MICROPY_PATH_MAX -> MICROPY_ALLOC_PATH_MAX
MICROPY_ENABLE_REPL_HELPERS -> MICROPY_HELPER_REPL
MICROPY_ENABLE_LEXER_UNIX -> MICROPY_HELPER_LEXER_UNIX
MICROPY_EXTRA_* -> MICROPY_PORT_*

See issue #35.
2014-05-21 20:32:59 +01:00
..
.gitignore Add unix-cpy, used to test Micro Python byte code against CPython. 2013-12-29 18:01:01 +00:00
Makefile build: Simplify build directory layout by putting all headers in genhdr. 2014-04-17 18:03:27 +01:00
main.c Add license header to (almost) all files. 2014-05-03 23:27:38 +01:00
mpconfigport.h Tidy up some configuration options. 2014-05-21 20:32:59 +01:00