summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-02-18 16:01:18 +1100
committerDamien George <damien@micropython.org>2022-02-18 16:01:18 +1100
commit5935fa229c94e53c4b23d0a491cb16d9adb9dada (patch)
tree94526a43241c2c4a7a1abb3c91dfa3d7a7ca16d1
parentc8cd5a9960e7cda0da064dcddd748808aa95ffea (diff)
esp32/mpconfigport.h: Enable remaining features to get to "extra" level.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--ports/esp32/mpconfigport.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/esp32/mpconfigport.h b/ports/esp32/mpconfigport.h
index 2ef90dea5..1ea19ada0 100644
--- a/ports/esp32/mpconfigport.h
+++ b/ports/esp32/mpconfigport.h
@@ -30,12 +30,8 @@
#define MICROPY_EMIT_XTENSAWIN (1)
#endif
-// compiler configuration
-#define MICROPY_COMP_RETURN_IF_EXPR (0)
-
// optimisations
#define MICROPY_OPT_COMPUTED_GOTO (1)
-#define MICROPY_OPT_MATH_FACTORIAL (0)
// Python internal features
#define MICROPY_READER_VFS (1)
@@ -58,8 +54,6 @@
#define MICROPY_PY_STR_BYTES_CMP_WARN (1)
#define MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_HELP_TEXT esp32_help_text
-#define MICROPY_PY_MATH_CONSTANTS (0)
-#define MICROPY_PY_MATH_FACTORIAL (0)
#define MICROPY_PY_IO_BUFFEREDWRITER (1)
#define MICROPY_PY_UTIME_MP_HAL (1)
#define MICROPY_PY_THREAD (1)