Skip to content

Commit bd4188a

Browse files
committed
adding changes to mpconfigboard.mk to reduce memory usage on CPX per @danh
1 parent 4f2f571 commit bd4188a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
1717
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
1818
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
1919
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Thermistor
20+
21+
#Adding per @danh to reduce memory usage and get the latest changes in
22+
CFLAGS_INLINE_LIMIT = 55

0 commit comments

Comments
 (0)