|
@@ -34,13 +34,13 @@ typedef long mp_off_t;
|
|
|
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
|
|
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
|
|
|
#define MICROPY_ENABLE_PYSTACK (0)
|
|
#define MICROPY_ENABLE_PYSTACK (0)
|
|
|
#define MICROPY_STACK_CHECK (1)
|
|
#define MICROPY_STACK_CHECK (1)
|
|
|
-#define MICROPY_ALLOC_PATH_MAX (256)
|
|
|
|
|
|
|
+#define MICROPY_ALLOC_PATH_MAX (128)
|
|
|
|
|
|
|
|
#define MICROPY_ENABLE_FINALISER (0)
|
|
#define MICROPY_ENABLE_FINALISER (0)
|
|
|
|
|
|
|
|
-#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
|
|
|
|
|
|
|
+#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NO)
|
|
|
|
|
|
|
|
-#define MICROPY_GC_STACK_ENTRY_TYPE uint32_t
|
|
|
|
|
|
|
+#define MICROPY_GC_STACK_ENTRY_TYPE (uint32_t)
|
|
|
|
|
|
|
|
#define MICROPY_PY___FILE__ (1)
|
|
#define MICROPY_PY___FILE__ (1)
|
|
|
#define MICROPY_ENABLE_EXTERNAL_IMPORT (1)
|
|
#define MICROPY_ENABLE_EXTERNAL_IMPORT (1)
|
|
@@ -67,14 +67,14 @@ typedef long mp_off_t;
|
|
|
#define MICROPY_ENABLE_SOURCE_LINE (0)
|
|
#define MICROPY_ENABLE_SOURCE_LINE (0)
|
|
|
#define MICROPY_ENABLE_DOC_STRING (0)
|
|
#define MICROPY_ENABLE_DOC_STRING (0)
|
|
|
|
|
|
|
|
-#define MICROPY_HELPER_REPL (1)
|
|
|
|
|
|
|
+#define MICROPY_HELPER_REPL (0)
|
|
|
#define MICROPY_REPL_INFO (0)
|
|
#define MICROPY_REPL_INFO (0)
|
|
|
#define MICROPY_REPL_EMACS_KEYS (0)
|
|
#define MICROPY_REPL_EMACS_KEYS (0)
|
|
|
#define MICROPY_REPL_EMACS_WORDS_MOVE (0)
|
|
#define MICROPY_REPL_EMACS_WORDS_MOVE (0)
|
|
|
#define MICROPY_REPL_EMACS_EXTRA_WORDS_MOVE (0)
|
|
#define MICROPY_REPL_EMACS_EXTRA_WORDS_MOVE (0)
|
|
|
-#define MICROPY_REPL_AUTO_INDENT (1)
|
|
|
|
|
|
|
+#define MICROPY_REPL_AUTO_INDENT (0)
|
|
|
#define MICROPY_REPL_EVENT_DRIVEN (0)
|
|
#define MICROPY_REPL_EVENT_DRIVEN (0)
|
|
|
-#define MICROPY_READLINE_HISTORY_SIZE (8)
|
|
|
|
|
|
|
+#define MICROPY_READLINE_HISTORY_SIZE (0)
|
|
|
|
|
|
|
|
#define MICROPY_CPYTHON_COMPAT (1)
|
|
#define MICROPY_CPYTHON_COMPAT (1)
|
|
|
#define MICROPY_FULL_CHECKS (0)
|
|
#define MICROPY_FULL_CHECKS (0)
|
|
@@ -155,4 +155,4 @@ typedef long mp_off_t;
|
|
|
#define MICROPY_COMP_CONST_TUPLE (0)
|
|
#define MICROPY_COMP_CONST_TUPLE (0)
|
|
|
#define MICROPY_COMP_CONST_LITERAL (0)
|
|
#define MICROPY_COMP_CONST_LITERAL (0)
|
|
|
#define MICROPY_COMP_CONST (0)
|
|
#define MICROPY_COMP_CONST (0)
|
|
|
-#define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (0)
|
|
|
|
|
|
|
+#define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (0)
|