atmel-samd: disable FRAMEBUFFERIO on samd21
.. this disables SHARPMEMORY as well.
This commit is contained in:
parent
cff448205f
commit
454e616d13
@ -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
Block a user