adding changes to mpconfigboard.mk to reduce memory usage on CPX per @danh

This commit is contained in:
ATMakersBill 2018-11-03 14:42:27 -04:00
parent 4f2f571536
commit bd4188a092
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Thermistor
#Adding per @danh to reduce memory usage and get the latest changes in
CFLAGS_INLINE_LIMIT = 55