Skip to content

Commit 5935fa2

Browse files
committed
esp32/mpconfigport.h: Enable remaining features to get to "extra" level.
Signed-off-by: Damien George <damien@micropython.org>
1 parent c8cd5a9 commit 5935fa2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ports/esp32/mpconfigport.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@
3030
#define MICROPY_EMIT_XTENSAWIN (1)
3131
#endif
3232

33-
// compiler configuration
34-
#define MICROPY_COMP_RETURN_IF_EXPR (0)
35-
3633
// optimisations
3734
#define MICROPY_OPT_COMPUTED_GOTO (1)
38-
#define MICROPY_OPT_MATH_FACTORIAL (0)
3935

4036
// Python internal features
4137
#define MICROPY_READER_VFS (1)
@@ -58,8 +54,6 @@
5854
#define MICROPY_PY_STR_BYTES_CMP_WARN (1)
5955
#define MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS (1)
6056
#define MICROPY_PY_BUILTINS_HELP_TEXT esp32_help_text
61-
#define MICROPY_PY_MATH_CONSTANTS (0)
62-
#define MICROPY_PY_MATH_FACTORIAL (0)
6357
#define MICROPY_PY_IO_BUFFEREDWRITER (1)
6458
#define MICROPY_PY_UTIME_MP_HAL (1)
6559
#define MICROPY_PY_THREAD (1)

0 commit comments

Comments
 (0)