Skip to content

Commit 454e616

Browse files
committed
atmel-samd: disable FRAMEBUFFERIO on samd21
.. this disables SHARPMEMORY as well.
1 parent cff4482 commit 454e616

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ endif
3939

4040
CIRCUITPY_SDCARDIO ?= 0
4141

42+
# Not enough RAM for framebuffers
43+
CIRCUITPY_FRAMEBUFFERIO ?= 0
44+
4245
# SAMD21 needs separate endpoint pairs for MSC BULK IN and BULK OUT, otherwise it's erratic.
4346
USB_MSC_EP_NUM_OUT = 1
4447

0 commit comments

Comments
 (0)