atmel-samd: disable FRAMEBUFFERIO on samd21

.. this disables SHARPMEMORY as well.
This commit is contained in:
Jeff Epler 2020-08-12 10:46:56 -05:00
parent fbcbc93b6e
commit f9d1d9d114
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ endif
CIRCUITPY_SDCARDIO ?= 0
# Not enough RAM for framebuffers
CIRCUITPY_FRAMEBUFFERIO ?= 0
# SAMD21 needs separate endpoint pairs for MSC BULK IN and BULK OUT, otherwise it's erratic.
USB_MSC_EP_NUM_OUT = 1