We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5e692 commit f5cad91Copy full SHA for f5cad91
1 file changed
ports/espressif/mpconfigport.h
@@ -40,6 +40,10 @@
40
41
#include "py/circuitpy_mpconfig.h"
42
43
+// Enable compiler functionality
44
+#define MICROPY_ENABLE_COMPILER (1)
45
+#define MICROPY_PY_BUILTINS_COMPILE (1)
46
+
47
#define MICROPY_NLR_SETJMP (1)
48
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
49
0 commit comments