summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Siepert <bsiepert@gmail.com>2019-02-23 19:47:58 -0800
committerBryan Siepert <bsiepert@gmail.com>2019-02-23 19:47:58 -0800
commit3843e96edc8d338492574570caee24f398036b93 (patch)
tree4aeea49e1d7a7d65125eb7246dc6a54d4e69dd00
parentb81072e7501045bfa5e8e5b74631dfe01327af2b (diff)
Tweaking German hallowing build for size
-rw-r--r--ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk
index e41e2ebd9..066993926 100644
--- a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk
@@ -16,3 +16,6 @@ CHIP_FAMILY = samd21
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
+
+# To keep the build small
+CFLAGS_INLINE_LIMIT = 50