turn off more things on SAMD21 full builds

This commit is contained in:
Dan Halbert 2022-01-29 17:04:07 -05:00
parent 5e2166673b
commit 6e98186f0d

View File

@ -20,6 +20,7 @@ ifeq ($(CHIP_FAMILY),samd21)
# fit in 256kB of flash # fit in 256kB of flash
CIRCUITPY_AESIO ?= 0 CIRCUITPY_AESIO ?= 0
CIRCUITPY_ATEXIT ?= 0
CIRCUITPY_AUDIOMIXER ?= 0 CIRCUITPY_AUDIOMIXER ?= 0
CIRCUITPY_BINASCII ?= 0 CIRCUITPY_BINASCII ?= 0
CIRCUITPY_BITBANGIO ?= 0 CIRCUITPY_BITBANGIO ?= 0
@ -33,6 +34,7 @@ CIRCUITPY_COUNTIO ?= 0
# Not enough RAM for framebuffers # Not enough RAM for framebuffers
CIRCUITPY_FRAMEBUFFERIO ?= 0 CIRCUITPY_FRAMEBUFFERIO ?= 0
CIRCUITPY_FREQUENCYIO ?= 0 CIRCUITPY_FREQUENCYIO ?= 0
CIRCUITPY_GETPASS ?= 0
CIRCUITPY_GIFIO ?= 0 CIRCUITPY_GIFIO ?= 0
CIRCUITPY_I2CPERIPHERAL ?= 0 CIRCUITPY_I2CPERIPHERAL ?= 0
CIRCUITPY_JSON ?= 0 CIRCUITPY_JSON ?= 0