We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2f571 commit bd4188aCopy full SHA for bd4188a
ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.mk
@@ -17,3 +17,6 @@ FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID
17
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
18
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
19
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