We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c2dd0 commit 73858eaCopy full SHA for 73858ea
py/circuitpy_mpconfig.h
@@ -185,6 +185,7 @@ typedef long mp_off_t;
185
// Turning off FULL_BUILD removes some functionality to reduce flash size on tiny SAMD21s
186
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (CIRCUITPY_FULL_BUILD)
187
#define MICROPY_CPYTHON_COMPAT (CIRCUITPY_FULL_BUILD)
188
+#define MICROPY_PY_BUILTINS_POW3 (CIRCUITPY_FULL_BUILD)
189
#define MICROPY_COMP_FSTRING_LITERAL (MICROPY_CPYTHON_COMPAT)
190
#define MICROPY_MODULE_WEAK_LINKS (CIRCUITPY_FULL_BUILD)
191
#define MICROPY_PY_ALL_SPECIAL_METHODS (CIRCUITPY_FULL_BUILD)
0 commit comments