File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4242#define CIRCUITPY_MCU_FAMILY samd21
4343#define MICROPY_PY_SYS_PLATFORM "Atmel SAMD21"
4444#define SPI_FLASH_MAX_BAUDRATE 8000000
45+ #define MICROPY_PY_BUILTINS_COMPLEX (0)
4546#define MICROPY_PY_BUILTINS_NOTIMPLEMENTED (0)
4647#define MICROPY_PY_FUNCTION_ATTRS (0)
4748// MICROPY_PY_UJSON depends on MICROPY_PY_IO
Original file line number Diff line number Diff line change @@ -188,7 +188,9 @@ typedef long mp_off_t;
188188#define MICROPY_COMP_FSTRING_LITERAL (MICROPY_CPYTHON_COMPAT)
189189#define MICROPY_MODULE_WEAK_LINKS (0)
190190#define MICROPY_PY_ALL_SPECIAL_METHODS (CIRCUITPY_FULL_BUILD)
191+ #ifndef MICROPY_PY_BUILTINS_COMPLEX
191192#define MICROPY_PY_BUILTINS_COMPLEX (CIRCUITPY_FULL_BUILD)
193+ #endif
192194#define MICROPY_PY_BUILTINS_FROZENSET (CIRCUITPY_FULL_BUILD)
193195#define MICROPY_PY_BUILTINS_STR_CENTER (CIRCUITPY_FULL_BUILD)
194196#define MICROPY_PY_BUILTINS_STR_PARTITION (CIRCUITPY_FULL_BUILD)
You can’t perform that action at this time.
0 commit comments