-
- Downloads
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.
Showing
- bare-arm/mpconfigport.h 4 additions, 4 deletionsbare-arm/mpconfigport.h
- py/builtinimport.c 1 addition, 1 deletionpy/builtinimport.c
- py/builtintables.c 2 additions, 2 deletionspy/builtintables.c
- py/compile.c 3 additions, 3 deletionspy/compile.c
- py/lexer.c 3 additions, 3 deletionspy/lexer.c
- py/lexerunix.c 2 additions, 2 deletionspy/lexerunix.c
- py/mpconfig.h 45 additions, 39 deletionspy/mpconfig.h
- py/parse.c 6 additions, 6 deletionspy/parse.c
- py/repl.c 2 additions, 2 deletionspy/repl.c
- py/repl.h 1 addition, 1 deletionpy/repl.h
- py/scope.c 3 additions, 3 deletionspy/scope.c
- py/vm.c 3 additions, 3 deletionspy/vm.c
- qemu-arm/mpconfigport.h 4 additions, 4 deletionsqemu-arm/mpconfigport.h
- stmhal/mpconfigport.h 6 additions, 6 deletionsstmhal/mpconfigport.h
- teensy/mpconfigport.h 1 addition, 1 deletionteensy/mpconfigport.h
- unix-cpy/mpconfigport.h 1 addition, 1 deletionunix-cpy/mpconfigport.h
- unix/mpconfigport.h 6 additions, 6 deletionsunix/mpconfigport.h
- windows/mpconfigport.h 6 additions, 6 deletionswindows/mpconfigport.h
Loading
Please register or sign in to comment