File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
ports/atmel-samd/boards/circuitplayground_express_displayio Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 43
43
// USB is always used internally so skip the pin objects for it.
44
44
#define IGNORE_PIN_PA24 1
45
45
#define IGNORE_PIN_PA25 1
46
+
47
+ #define MICROPY_PY_URE 0
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ CIRCUITPY_GAMEPAD = 0
20
20
CIRCUITPY_RTC = 0
21
21
22
22
SUPEROPT_GC = 0
23
- CFLAGS_INLINE_LIMIT = 35
23
+ CFLAGS_INLINE_LIMIT = 55
24
24
25
25
# Include these Python libraries in firmware.
26
26
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
Original file line number Diff line number Diff line change @@ -193,7 +193,9 @@ typedef long mp_off_t;
193
193
#define MICROPY_PY_UERRNO (CIRCUITPY_FULL_BUILD)
194
194
// Opposite setting is deliberate.
195
195
#define MICROPY_PY_UERRNO_ERRORCODE (!CIRCUITPY_FULL_BUILD)
196
+ #ifndef MICROPY_PY_URE
196
197
#define MICROPY_PY_URE (CIRCUITPY_FULL_BUILD)
198
+ #endif
197
199
#define MICROPY_PY_URE_MATCH_GROUPS (CIRCUITPY_FULL_BUILD)
198
200
#define MICROPY_PY_URE_MATCH_SPAN_START_END (CIRCUITPY_FULL_BUILD)
199
201
#define MICROPY_PY_URE_SUB (CIRCUITPY_FULL_BUILD)
You can’t perform that action at this time.
0 commit comments