Merge pull request #977 from dhalbert/update_crickit_libs-2
update crickit-related libs
This commit is contained in:
commit
074c5ea144
|
@ -1 +1 @@
|
|||
Subproject commit 376a80e62acb3ba8b9a1e5c11bb75d36352f2190
|
||||
Subproject commit 07919641470edb602585c6a91f7b8eacf17e664b
|
|
@ -1 +1 @@
|
|||
Subproject commit d0022de9d5e9b4c3d4998a5d708e59ee147f0a21
|
||||
Subproject commit d0aa6dc56d66decfae92daced7384c1e3518a666
|
|
@ -1 +1 @@
|
|||
Subproject commit abae54a38035dcf0b9a5fd688940880dbc68d61d
|
||||
Subproject commit f948e09d38aaa8d3f59350372388cd5d603f95a6
|
|
@ -1 +1 @@
|
|||
Subproject commit 1da880cee3c2d64e2e7e4ca5082f3a74c4a37a5a
|
||||
Subproject commit 5c2f6ef1ed80f24b6a3878067d40350d3725e198
|
|
@ -1 +1 @@
|
|||
Subproject commit 683004104d4612f230de12946a46467abbc507e8
|
||||
Subproject commit e0b709f1710555da67705360870ba0d14ced7e06
|
|
@ -1 +1 @@
|
|||
Subproject commit bf808037b3fb918353f514ef847d47a2d53a9546
|
||||
Subproject commit 340cd17fad0c29d3a70d6e298a30ecc753df054e
|
|
@ -11,7 +11,7 @@ LONGINT_IMPL = NONE
|
|||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CFLAGS_INLINE_LIMIT = 65
|
||||
CFLAGS_INLINE_LIMIT = 55
|
||||
|
||||
# Include these Python libraries in firmware.
|
||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
|
||||
|
|
|
@ -10,7 +10,7 @@ LONGINT_IMPL = MPZ
|
|||
CHIP_VARIANT = SAMD21G18A
|
||||
CHIP_FAMILY = samd21
|
||||
|
||||
CFLAGS_INLINE_LIMIT = 65
|
||||
CFLAGS_INLINE_LIMIT = 55
|
||||
|
||||
# Include these Python libraries in firmware.
|
||||
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice
|
||||
|
|
Loading…
Reference in New Issue