File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
boards/circuitplayground_express Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 102
102
# There is no simple default value, though.
103
103
ifeq ($(FLASH_IMPL),internal_flash.c)
104
104
ifeq ($(CHIP_FAMILY), samd21)
105
- CFLAGS += -finline-limit=19
105
+ # ## TODO(dhalbert): disable for now; breaks things in 3.0.0 build(e.g. deinit checking is disabled)
106
+ # CFLAGS += -finline-limit=19
106
107
endif
107
108
endif
108
109
CFLAGS += -flto
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ CHIP_VARIANT = SAMD21G18A
9
9
CHIP_FAMILY = samd21
10
10
11
11
# Include these Python libraries in firmware.
12
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_BusDevice
13
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_LIS3DH
12
+ # ## TODO(halbert): disable some of these frozen modules; they don't fit in 3.0.0 build while internalfs
13
+ # ## is in use
14
+ # ##FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
15
+ # ##FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
14
16
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
15
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Thermistor
17
+ # ## FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Thermistor
You can’t perform that action at this time.
0 commit comments