micropython/qemu-arm
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
..
Makefile qemu-arm: fully integrated test suite. 2014-05-08 01:41:32 +03:00
main.c bare-arm, qemu-arm: Make "mpconfig.h" be first included, as other headers depend on it. 2014-05-02 18:23:23 +03:00
mpconfigport.h Tidy up some configuration options. 2014-05-21 20:32:59 +01:00
qstrdefsport.h qemu-arm: more generic port name. 2014-04-21 21:04:04 +01:00
test_main.c qemu-arm: fully integrated test suite. 2014-05-08 01:41:32 +03:00