8000 Merge pull request #977 from dhalbert/update_crickit_libs-2 · sparkfun/circuitpython@074c5ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 074c5ea

Browse files
authored
Merge pull request adafruit#977 from dhalbert/update_crickit_libs-2
update crickit-related libs
2 parents f1248dc + bf9981e commit 074c5ea

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LONGINT_IMPL = NONE
1111
CHIP_VARIANT = SAMD21G18A
1212
CHIP_FAMILY = samd21
1313

14-
CFLAGS_INLINE_LIMIT = 65
14+
CFLAGS_INLINE_LIMIT = 55
1515

1616
# Include these Python libraries in firmware.
1717
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LONGINT_IMPL = MPZ
1010
CHIP_VARIANT = SAMD21G18A
1111
CHIP_FAMILY = samd21
1212

13-
CFLAGS_INLINE_LIMIT = 65
13+
CFLAGS_INLINE_LIMIT = 55
1414

1515
# Include these Python libraries in firmware.
1616
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice

0 commit comments

Comments
 (0)
0