Damien George
|
fb510b3bf9
|
Rename bultins config variables to MICROPY_PY_BUILTINS_*.
This renames:
MICROPY_PY_FROZENSET -> MICROPY_PY_BUILTINS_FROZENSET
MICROPY_PY_PROPERTY -> MICROPY_PY_BUILTINS_PROPERTY
MICROPY_PY_SLICE -> MICROPY_PY_BUILTINS_SLICE
MICROPY_ENABLE_FLOAT -> MICROPY_PY_BUILTINS_FLOAT
See issue #35 for discussion.
|
2014-06-01 13:32:54 +01:00 |
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 |
Dave Hylands
|
9b7b947b01
|
Updated teensy to use common code from stm directory.
Updated mconfigport.h to enable GC
|
2014-01-08 00:29:44 -08:00 |
Dave Hylands
|
297446e7af
|
Initial support for Teensy 3.1
|
2014-01-06 00:20:11 -08:00 |