Skip to content

Commit 8e9f75b

Browse files
author
Melissa LeBlanc-Williams
committed
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd1351-fix
2 parents 8b4ca24 + 367f658 commit 8e9f75b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ EXTERNAL_FLASH_DEVICE_COUNT = 2
99
EXTERNAL_FLASH_DEVICES = "W25Q64JV_IQ, GD25Q64C"
1010
LONGINT_IMPL = MPZ
1111

12+
# To keep the build small
13+
CIRCUITPY_I2CSLAVE = 0
14+
CIRCUITPY_FREQUENCYIO = 0
15+
16+
CFLAGS_INLINE_LIMIT = 55
17+
1218
CHIP_VARIANT = SAMD21G18A
1319
CHIP_FAMILY = samd21
1420

1521
# Include these Python libraries in firmware.
1622
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
1723
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH
1824
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
19-
20-
# To keep the build small
21-
CIRCUITPY_I2CSLAVE = 0
22-
CIRCUITPY_FREQUENCYIO = 0

0 commit comments

Comments
 (0)