Skip to content

Commit f5cad91

Browse files
committed
Enable built-ins compile for all espressif boards
1 parent 1f5e692 commit f5cad91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/espressif/mpconfigport.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040

4141
#include "py/circuitpy_mpconfig.h"
4242

43+
// Enable compiler functionality
44+
#define MICROPY_ENABLE_COMPILER (1)
45+
#define MICROPY_PY_BUILTINS_COMPILE (1)
46+
4347
#define MICROPY_NLR_SETJMP (1)
4448
#define CIRCUITPY_DEFAULT_STACK_SIZE 0x6000
4549

0 commit comments

Comments
 (0)