Skip to content

Commit 0d7db29

Browse files
committed
turn off longint on cpx crickit; update frozen libs
1 parent 422525f commit 0d7db29

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ USB_PRODUCT = "CircuitPlayground Express with Crickit libraries"
55
USB_MANUFACTURER = "Adafruit Industries LLC"
66

77
SPI_FLASH_FILESYSTEM = 1
8-
LONGINT_IMPL = MPZ
8+
# Turn off longints for Crickit build to make room for additional frozen libs.
9+
LONGINT_IMPL = NONE
910

1011
CHIP_VARIANT = SAMD21G18A
1112
CHIP_FAMILY = samd21

0 commit comments

Comments
 (0)