atmel-samd: disable FRAMEBUFFERIO on samd21
.. this disables SHARPMEMORY as well.
This commit is contained in:
parent
fbcbc93b6e
commit
f9d1d9d114
|
@ -39,6 +39,9 @@ endif
|
||||||
|
|
||||||
CIRCUITPY_SDCARDIO ?= 0
|
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.
|
# SAMD21 needs separate endpoint pairs for MSC BULK IN and BULK OUT, otherwise it's erratic.
|
||||||
USB_MSC_EP_NUM_OUT = 1
|
USB_MSC_EP_NUM_OUT = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue