8000
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.
2 parents 4637855 + 338e14d commit eb4ed30Copy full SHA for eb4ed30
ports/atmel-samd/boards/arduino_mkr1300/mpconfigboard.mk
@@ -9,3 +9,5 @@ CHIP_FAMILY = samd21
9
INTERNAL_FLASH_FILESYSTEM = 1
10
LONGINT_IMPL = NONE
11
CIRCUITPY_FULL_BUILD = 0
12
+
13
+CIRCUITPY_RAINBOWIO = 0
py/circuitpy_mpconfig.h
@@ -213,7 +213,7 @@ typedef long mp_off_t;
213
#define MICROPY_CPYTHON_COMPAT (CIRCUITPY_FULL_BUILD)
214
#endif
215
#define MICROPY_PY_BUILTINS_POW3 (CIRCUITPY_BUILTINS_POW3)
216
-#define MICROPY_PY_FSTRINGS (MICROPY_CPYTHON_COMPAT)
+#define MICROPY_PY_FSTRINGS (1)
217
#define MICROPY_MODULE_WEAK_LINKS (0)
218
#define MICROPY_PY_ALL_SPECIAL_METHODS (CIRCUITPY_FULL_BUILD)
219
#ifndef MICROPY_PY_BUILTINS_COMPLEX
0 commit comments